#F21689

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

Shades of Deep Pink #F21689

Tints of Deep Pink #F21689

Color information

#F21689 (or 0xF21689) is unknown color: approx Deep Pink. HEX triplet: F2, 16 and 89. RGB value is (242,22,137). Sum of RGB (Red+Green+Blue) = 242+22+137=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F21689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21689 is #0DE976. Grayscale: #646464. Windows color (decimal): -911735 or 8984306. OLE color: 8984306.

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

Color convert

RGB24222137-
CMYK00.910.430.05
HSL328.64º89.43%51.76%-
HSV(B)328.64º90.91%94.9%-
XYZ41.4221.2625.59-
YUV100.89148.39228.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 22 (8.98% from 255) = 5.49%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=60.35%
G=5.49%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422213700.910.430.05328.6489.4351.76
HexF2168905B2B51495934
Octal36226211013353551113164
Binary111100101011010001001010110111010111011010010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21689; }

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

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

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

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

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

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

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

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