Shades of Deep Pink #F90C83
Tints of Deep Pink #F90C83
RGB
CMYK
RGB Variations
Color information
#F90C83 (or 0xF90C83) is known color: Deep Pink. HEX triplet: F9, 0C and 83. RGB value is (249,12,131). Sum of RGB (Red+Green+Blue) = 249+12+131=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C83 is #06F37C. Grayscale: #606060. Windows color (decimal): -455549 or 8588537. OLE color: 8588537.
HSL color Cylindrical-coordinate representation of color #F90C83: hue angle of 329.87º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90C83 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.02 |
| HSL | 329.87º | 0.95% | 0.51% | - |
| HSV(B) | 329.87º | 0.95% | 0.98% | - |
| XYZ | 43.3 | 22.04 | 23.45 | - |
| YUV | 96.43 | 147.52 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 131 | 0 | 0.95 | 0.47 | 0.02 | 329.87 | 0.95 | 0.51 |
| Hex | F9 | C | 83 | 0 | 5F | 2F | 2 | 14A | 5F | 33 |
| Octal | 371 | 14 | 203 | 0 | 137 | 57 | 2 | 512 | 137 | 63 |
| Binary | 11111001 | 1100 | 10000011 | 0 | 1011111 | 101111 | 10 | 101001010 | 1011111 | 110011 |
Color Harmonies of #F90C83
Complementary color
Monochromatic Colors of #F90C83
Black with #F90C83
Text Example
Text Example
White with #F90C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C83; }
p { color: rgb(249,12,131); }
H1.HeaderClassName
{
color: #F90C83;
}
.AnyTagClassName
{
color: #F90C83;
}
</style>
background-color css
<style>
a { background-color: #F90C83; }
a { background-color: rgb(249,12,131); }
div.DivClassName
{
background-color: #F90C83;
}
.BgClassName
{
background-color: #F90C83;
}
</style>
border-color css
<style>
span { border-color: #F90C83; }
span { border-color: rgb(249,12,131); }
td.TdClassName
{
border-color: #F90C83;
}
.TagClassName
{
border-color: #F90C83;
}
</style>