#F2217C

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

Shades of Deep Pink #F2217C

Tints of Deep Pink #F2217C

Color information

#F2217C (or 0xF2217C) is unknown color: approx Deep Pink. HEX triplet: F2, 21 and 7C. RGB value is (242,33,124). Sum of RGB (Red+Green+Blue) = 242+33+124=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2217C is #0DDE83. Grayscale: #696969. Windows color (decimal): -908932 or 8135154. OLE color: 8135154.

HSL color Cylindrical-coordinate representation of color #F2217C: hue angle of 333.88º 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 #F2217C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24233124-
CMYK00.860.490.05
HSL333.88º88.94%53.92%-
HSV(B)333.88º86.36%94.9%-
XYZ40.821.4221.05-
YUV105.86138.24225.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.65%
GREEN value IS 33 (13.28% from 255) = 8.27%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=60.65%
G=8.27%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423312400.860.490.05333.8888.9453.92
HexF2217C05631514e5936
Octal36241174012661551613166
Binary111100101000011111100010101101100011011010011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2217C; }

 p { color: rgb(242,33,124); }

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

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

 a { background-color: rgb(242,33,124); }

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

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

 span { border-color: rgb(242,33,124); }

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