#F2237E

Color #F2237E Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F2237E

Tints of Deep Pink #F2237E

Color information

#F2237E (or 0xF2237E) is unknown color: approx Deep Pink. HEX triplet: F2, 23 and 7E. RGB value is (242,35,126). Sum of RGB (Red+Green+Blue) = 242+35+126=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2237E is #0DDC81. Grayscale: #6B6B6B. Windows color (decimal): -908418 or 8266738. OLE color: 8266738.

HSL color Cylindrical-coordinate representation of color #F2237E: hue angle of 333.62º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2237E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24235126-
CMYK00.860.480.05
HSL333.62º88.84%54.31%-
HSV(B)333.62º85.54%94.9%-
XYZ40.9821.5921.74-
YUV107.27138.58224.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 35 (14.06% from 255) = 8.68%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=60.05%
G=8.68%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423512600.860.480.05333.6288.8454.31
HexF2237E05630514e5936
Octal36243176012660551613166
Binary111100101000111111110010101101100001011010011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2237E; }

 p { color: rgb(242,35,126); }

 H1.HeaderClassName
 {
   color: #F2237E;
 }
 .AnyTagClassName
 {
   color: #F2237E;
 }
</style>
background-color css

<style>
 a { background-color: #F2237E; }

 a { background-color: rgb(242,35,126); }

 div.DivClassName
 {
   background-color: #F2237E;
 }
 .BgClassName
 {
   background-color: #F2237E;
 }
</style>
border-color css

<style>
 span { border-color: #F2237E; }

 span { border-color: rgb(242,35,126); }

 td.TdClassName
 {
   border-color: #F2237E;
 }
 .TagClassName
 {
   border-color: #F2237E;
 }
</style>