Shades of Deep Pink #F90C90
Tints of Deep Pink #F90C90
RGB
CMYK
RGB Variations
Color information
#F90C90 (or 0xF90C90) is known color: Deep Pink. HEX triplet: F9, 0C and 90. RGB value is (249,12,144). Sum of RGB (Red+Green+Blue) = 249+12+144=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C90 is #06F36F. Grayscale: #616161. Windows color (decimal): -455536 or 9440505. OLE color: 9440505.
HSL color Cylindrical-coordinate representation of color #F90C90: hue angle of 326.58º 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 #F90C90 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.02 |
| HSL | 326.58º | 0.95% | 0.51% | - |
| HSV(B) | 326.58º | 0.95% | 0.98% | - |
| XYZ | 44.23 | 22.42 | 28.38 | - |
| YUV | 97.91 | 154.02 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 144 | 0 | 0.95 | 0.42 | 0.02 | 326.58 | 0.95 | 0.51 |
| Hex | F9 | C | 90 | 0 | 5F | 2A | 2 | 147 | 5F | 33 |
| Octal | 371 | 14 | 220 | 0 | 137 | 52 | 2 | 507 | 137 | 63 |
| Binary | 11111001 | 1100 | 10010000 | 0 | 1011111 | 101010 | 10 | 101000111 | 1011111 | 110011 |
Color Harmonies of #F90C90
Complementary color
Monochromatic Colors of #F90C90
Black with #F90C90
Text Example
Text Example
White with #F90C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C90; }
p { color: rgb(249,12,144); }
H1.HeaderClassName
{
color: #F90C90;
}
.AnyTagClassName
{
color: #F90C90;
}
</style>
background-color css
<style>
a { background-color: #F90C90; }
a { background-color: rgb(249,12,144); }
div.DivClassName
{
background-color: #F90C90;
}
.BgClassName
{
background-color: #F90C90;
}
</style>
border-color css
<style>
span { border-color: #F90C90; }
span { border-color: rgb(249,12,144); }
td.TdClassName
{
border-color: #F90C90;
}
.TagClassName
{
border-color: #F90C90;
}
</style>