Shades of Deep Pink #F90F7B
Tints of Deep Pink #F90F7B
RGB
CMYK
RGB Variations
Color information
#F90F7B (or 0xF90F7B) is known color: Deep Pink. HEX triplet: F9, 0F and 7B. RGB value is (249,15,123). Sum of RGB (Red+Green+Blue) = 249+15+123=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90F7B is #06F084. Grayscale: #616161. Windows color (decimal): -454789 or 8065017. OLE color: 8065017.
HSL color Cylindrical-coordinate representation of color #F90F7B: hue angle of 332.31º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F7B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 123 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.02 |
| HSL | 332.31º | 0.95% | 0.52% | - |
| HSV(B) | 332.31º | 0.94% | 0.98% | - |
| XYZ | 42.81 | 21.91 | 20.71 | - |
| YUV | 97.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 123 | 0 | 0.94 | 0.51 | 0.02 | 332.31 | 0.95 | 0.52 |
| Hex | F9 | F | 7B | 0 | 5E | 33 | 2 | 14C | 5F | 34 |
| Octal | 371 | 17 | 173 | 0 | 136 | 63 | 2 | 514 | 137 | 64 |
| Binary | 11111001 | 1111 | 1111011 | 0 | 1011110 | 110011 | 10 | 101001100 | 1011111 | 110100 |
Color Harmonies of #F90F7B
Complementary color
Monochromatic Colors of #F90F7B
Black with #F90F7B
Text Example
Text Example
White with #F90F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F7B; }
p { color: rgb(249,15,123); }
H1.HeaderClassName
{
color: #F90F7B;
}
.AnyTagClassName
{
color: #F90F7B;
}
</style>
background-color css
<style>
a { background-color: #F90F7B; }
a { background-color: rgb(249,15,123); }
div.DivClassName
{
background-color: #F90F7B;
}
.BgClassName
{
background-color: #F90F7B;
}
</style>
border-color css
<style>
span { border-color: #F90F7B; }
span { border-color: rgb(249,15,123); }
td.TdClassName
{
border-color: #F90F7B;
}
.TagClassName
{
border-color: #F90F7B;
}
</style>