Shades of Deep Pink #F90D90
Tints of Deep Pink #F90D90
RGB
CMYK
RGB Variations
Color information
#F90D90 (or 0xF90D90) is known color: Deep Pink. HEX triplet: F9, 0D and 90. RGB value is (249,13,144). Sum of RGB (Red+Green+Blue) = 249+13+144=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90D90 is #06F26F. Grayscale: #626262. Windows color (decimal): -455280 or 9440761. OLE color: 9440761.
HSL color Cylindrical-coordinate representation of color #F90D90: hue angle of 326.69º 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 #F90D90 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 144 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.02 |
| HSL | 326.69º | 0.95% | 0.51% | - |
| HSV(B) | 326.69º | 0.95% | 0.98% | - |
| XYZ | 44.24 | 22.44 | 28.39 | - |
| YUV | 98.5 | 153.69 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 144 | 0 | 0.95 | 0.42 | 0.02 | 326.69 | 0.95 | 0.51 |
| Hex | F9 | D | 90 | 0 | 5F | 2A | 2 | 147 | 5F | 33 |
| Octal | 371 | 15 | 220 | 0 | 137 | 52 | 2 | 507 | 137 | 63 |
| Binary | 11111001 | 1101 | 10010000 | 0 | 1011111 | 101010 | 10 | 101000111 | 1011111 | 110011 |
Color Harmonies of #F90D90
Complementary color
Monochromatic Colors of #F90D90
Black with #F90D90
Text Example
Text Example
White with #F90D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D90; }
p { color: rgb(249,13,144); }
H1.HeaderClassName
{
color: #F90D90;
}
.AnyTagClassName
{
color: #F90D90;
}
</style>
background-color css
<style>
a { background-color: #F90D90; }
a { background-color: rgb(249,13,144); }
div.DivClassName
{
background-color: #F90D90;
}
.BgClassName
{
background-color: #F90D90;
}
</style>
border-color css
<style>
span { border-color: #F90D90; }
span { border-color: rgb(249,13,144); }
td.TdClassName
{
border-color: #F90D90;
}
.TagClassName
{
border-color: #F90D90;
}
</style>