Shades of Deep Pink #F90277
Tints of Deep Pink #F90277
RGB
CMYK
RGB Variations
Color information
#F90277 (or 0xF90277) is known color: Deep Pink. HEX triplet: F9, 02 and 77. RGB value is (249,2,119). Sum of RGB (Red+Green+Blue) = 249+2+119=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F90277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90277 is #06FD88. Grayscale: #585858. Windows color (decimal): -458121 or 7799545. OLE color: 7799545.
HSL color Cylindrical-coordinate representation of color #F90277: hue angle of 331.58º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90277 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.02 |
| HSL | 331.58º | 0.98% | 0.49% | - |
| HSV(B) | 331.58º | 0.99% | 0.98% | - |
| XYZ | 42.42 | 21.52 | 19.37 | - |
| YUV | 89.19 | 144.83 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 119 | 0 | 0.99 | 0.52 | 0.02 | 331.58 | 0.98 | 0.49 |
| Hex | F9 | 2 | 77 | 0 | 63 | 34 | 2 | 14C | 62 | 31 |
| Octal | 371 | 2 | 167 | 0 | 143 | 64 | 2 | 514 | 142 | 61 |
| Binary | 11111001 | 10 | 1110111 | 0 | 1100011 | 110100 | 10 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F90277
Complementary color
Monochromatic Colors of #F90277
Black with #F90277
Text Example
Text Example
White with #F90277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90277; }
p { color: rgb(249,2,119); }
H1.HeaderClassName
{
color: #F90277;
}
.AnyTagClassName
{
color: #F90277;
}
</style>
background-color css
<style>
a { background-color: #F90277; }
a { background-color: rgb(249,2,119); }
div.DivClassName
{
background-color: #F90277;
}
.BgClassName
{
background-color: #F90277;
}
</style>
border-color css
<style>
span { border-color: #F90277; }
span { border-color: rgb(249,2,119); }
td.TdClassName
{
border-color: #F90277;
}
.TagClassName
{
border-color: #F90277;
}
</style>