#F90989

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

Shades of Deep Pink #F90989

Tints of Deep Pink #F90989

Color information

#F90989 (or 0xF90989) is unknown color: approx Deep Pink. HEX triplet: F9, 09 and 89. RGB value is (249,9,137). Sum of RGB (Red+Green+Blue) = 249+9+137=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F90989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90989 is #06F676. Grayscale: #5F5F5F. Windows color (decimal): -456311 or 8980985. OLE color: 8980985.

HSL color Cylindrical-coordinate representation of color #F90989: hue angle of 328º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90989 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB2499137-
CMYK00.960.450.02
HSL328º95.24%50.59%-
HSV(B)328º96.39%97.65%-
XYZ43.6822.1425.64-
YUV95.35151.51237.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.04%
GREEN value IS 9 (3.91% from 255) = 2.28%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=63.04%
G=2.28%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249913700.960.450.0232895.2450.59
HexF99890602D21485f33
Octal37111211014055251013763
Binary1111100110011000100101100000101101101010010001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90989; }

 p { color: rgb(249,9,137); }

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

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

 a { background-color: rgb(249,9,137); }

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

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

 span { border-color: rgb(249,9,137); }

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