#F2169A

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

Shades of Deep Pink #F2169A

Tints of Deep Pink #F2169A

Color information

#F2169A (or 0xF2169A) is unknown color: approx Deep Pink. HEX triplet: F2, 16 and 9A. RGB value is (242,22,154). Sum of RGB (Red+Green+Blue) = 242+22+154=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2169A is #0DE965. Grayscale: #666666. Windows color (decimal): -911718 or 10098418. OLE color: 10098418.

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

Color convert

RGB24222154-
CMYK00.910.360.05
HSL324º89.43%51.76%-
HSV(B)324º90.91%94.9%-
XYZ42.7421.7832.52-
YUV102.83156.89227.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.89%
GREEN value IS 22 (8.98% from 255) = 5.26%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=57.89%
G=5.26%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422215400.910.360.0532489.4351.76
HexF2169A05B2451445934
Octal36226232013344550413164
Binary111100101011010011010010110111001001011010001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2169A; }

 p { color: rgb(242,22,154); }

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

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

 a { background-color: rgb(242,22,154); }

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

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

 span { border-color: rgb(242,22,154); }

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