Shades of Deep Pink #F90C82
Tints of Deep Pink #F90C82
RGB
CMYK
RGB Variations
Color information
#F90C82 (or 0xF90C82) is known color: Deep Pink. HEX triplet: F9, 0C and 82. RGB value is (249,12,130). Sum of RGB (Red+Green+Blue) = 249+12+130=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C82 is #06F37D. Grayscale: #606060. Windows color (decimal): -455550 or 8523001. OLE color: 8523001.
HSL color Cylindrical-coordinate representation of color #F90C82: hue angle of 330.13º 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 #F90C82 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 130 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.02 |
| HSL | 330.13º | 0.95% | 0.51% | - |
| HSV(B) | 330.13º | 0.95% | 0.98% | - |
| XYZ | 43.23 | 22.01 | 23.09 | - |
| YUV | 96.32 | 147.02 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 130 | 0 | 0.95 | 0.48 | 0.02 | 330.13 | 0.95 | 0.51 |
| Hex | F9 | C | 82 | 0 | 5F | 30 | 2 | 14A | 5F | 33 |
| Octal | 371 | 14 | 202 | 0 | 137 | 60 | 2 | 512 | 137 | 63 |
| Binary | 11111001 | 1100 | 10000010 | 0 | 1011111 | 110000 | 10 | 101001010 | 1011111 | 110011 |
Color Harmonies of #F90C82
Complementary color
Monochromatic Colors of #F90C82
Black with #F90C82
Text Example
Text Example
White with #F90C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C82; }
p { color: rgb(249,12,130); }
H1.HeaderClassName
{
color: #F90C82;
}
.AnyTagClassName
{
color: #F90C82;
}
</style>
background-color css
<style>
a { background-color: #F90C82; }
a { background-color: rgb(249,12,130); }
div.DivClassName
{
background-color: #F90C82;
}
.BgClassName
{
background-color: #F90C82;
}
</style>
border-color css
<style>
span { border-color: #F90C82; }
span { border-color: rgb(249,12,130); }
td.TdClassName
{
border-color: #F90C82;
}
.TagClassName
{
border-color: #F90C82;
}
</style>