Shades of Deep Pink #F90F83
Tints of Deep Pink #F90F83
RGB
CMYK
RGB Variations
Color information
#F90F83 (or 0xF90F83) is known color: Deep Pink. HEX triplet: F9, 0F and 83. RGB value is (249,15,131). Sum of RGB (Red+Green+Blue) = 249+15+131=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F83 is #06F07C. Grayscale: #616161. Windows color (decimal): -454781 or 8589305. OLE color: 8589305.
HSL color Cylindrical-coordinate representation of color #F90F83: hue angle of 330.26º 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 #F90F83 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 131 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.02 |
| HSL | 330.26º | 0.95% | 0.52% | - |
| HSV(B) | 330.26º | 0.94% | 0.98% | - |
| XYZ | 43.33 | 22.12 | 23.46 | - |
| YUV | 98.19 | 146.52 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 131 | 0 | 0.94 | 0.47 | 0.02 | 330.26 | 0.95 | 0.52 |
| Hex | F9 | F | 83 | 0 | 5E | 2F | 2 | 14A | 5F | 34 |
| Octal | 371 | 17 | 203 | 0 | 136 | 57 | 2 | 512 | 137 | 64 |
| Binary | 11111001 | 1111 | 10000011 | 0 | 1011110 | 101111 | 10 | 101001010 | 1011111 | 110100 |
Color Harmonies of #F90F83
Complementary color
Monochromatic Colors of #F90F83
Black with #F90F83
Text Example
Text Example
White with #F90F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F83; }
p { color: rgb(249,15,131); }
H1.HeaderClassName
{
color: #F90F83;
}
.AnyTagClassName
{
color: #F90F83;
}
</style>
background-color css
<style>
a { background-color: #F90F83; }
a { background-color: rgb(249,15,131); }
div.DivClassName
{
background-color: #F90F83;
}
.BgClassName
{
background-color: #F90F83;
}
</style>
border-color css
<style>
span { border-color: #F90F83; }
span { border-color: rgb(249,15,131); }
td.TdClassName
{
border-color: #F90F83;
}
.TagClassName
{
border-color: #F90F83;
}
</style>