Shades of Deep Pink #F90B7D
Tints of Deep Pink #F90B7D
RGB
CMYK
RGB Variations
Color information
#F90B7D (or 0xF90B7D) is known color: Deep Pink. HEX triplet: F9, 0B and 7D. RGB value is (249,11,125). Sum of RGB (Red+Green+Blue) = 249+11+125=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B7D is #06F482. Grayscale: #5E5E5E. Windows color (decimal): -455811 or 8195065. OLE color: 8195065.
HSL color Cylindrical-coordinate representation of color #F90B7D: hue angle of 331.26º 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 #F90B7D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 125 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.02 |
| HSL | 331.26º | 0.95% | 0.51% | - |
| HSV(B) | 331.26º | 0.96% | 0.98% | - |
| XYZ | 42.89 | 21.86 | 21.36 | - |
| YUV | 95.16 | 144.85 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 125 | 0 | 0.96 | 0.50 | 0.02 | 331.26 | 0.95 | 0.51 |
| Hex | F9 | B | 7D | 0 | 60 | 32 | 2 | 14B | 5F | 33 |
| Octal | 371 | 13 | 175 | 0 | 140 | 62 | 2 | 513 | 137 | 63 |
| Binary | 11111001 | 1011 | 1111101 | 0 | 1100000 | 110010 | 10 | 101001011 | 1011111 | 110011 |
Color Harmonies of #F90B7D
Complementary color
Monochromatic Colors of #F90B7D
Black with #F90B7D
Text Example
Text Example
White with #F90B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B7D; }
p { color: rgb(249,11,125); }
H1.HeaderClassName
{
color: #F90B7D;
}
.AnyTagClassName
{
color: #F90B7D;
}
</style>
background-color css
<style>
a { background-color: #F90B7D; }
a { background-color: rgb(249,11,125); }
div.DivClassName
{
background-color: #F90B7D;
}
.BgClassName
{
background-color: #F90B7D;
}
</style>
border-color css
<style>
span { border-color: #F90B7D; }
span { border-color: rgb(249,11,125); }
td.TdClassName
{
border-color: #F90B7D;
}
.TagClassName
{
border-color: #F90B7D;
}
</style>