Shades of Deep Pink #F90A7E
Tints of Deep Pink #F90A7E
RGB
CMYK
RGB Variations
Color information
#F90A7E (or 0xF90A7E) is known color: Deep Pink. HEX triplet: F9, 0A and 7E. RGB value is (249,10,126). Sum of RGB (Red+Green+Blue) = 249+10+126=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A7E is #06F581. Grayscale: #5E5E5E. Windows color (decimal): -456066 or 8260345. OLE color: 8260345.
HSL color Cylindrical-coordinate representation of color #F90A7E: hue angle of 330.88º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A7E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 126 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.02 |
| HSL | 330.88º | 0.95% | 0.51% | - |
| HSV(B) | 330.88º | 0.96% | 0.98% | - |
| XYZ | 42.94 | 21.86 | 21.7 | - |
| YUV | 94.69 | 145.68 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 126 | 0 | 0.96 | 0.49 | 0.02 | 330.88 | 0.95 | 0.51 |
| Hex | F9 | A | 7E | 0 | 60 | 31 | 2 | 14B | 5F | 33 |
| Octal | 371 | 12 | 176 | 0 | 140 | 61 | 2 | 513 | 137 | 63 |
| Binary | 11111001 | 1010 | 1111110 | 0 | 1100000 | 110001 | 10 | 101001011 | 1011111 | 110011 |
Color Harmonies of #F90A7E
Complementary color
Monochromatic Colors of #F90A7E
Black with #F90A7E
Text Example
Text Example
White with #F90A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A7E; }
p { color: rgb(249,10,126); }
H1.HeaderClassName
{
color: #F90A7E;
}
.AnyTagClassName
{
color: #F90A7E;
}
</style>
background-color css
<style>
a { background-color: #F90A7E; }
a { background-color: rgb(249,10,126); }
div.DivClassName
{
background-color: #F90A7E;
}
.BgClassName
{
background-color: #F90A7E;
}
</style>
border-color css
<style>
span { border-color: #F90A7E; }
span { border-color: rgb(249,10,126); }
td.TdClassName
{
border-color: #F90A7E;
}
.TagClassName
{
border-color: #F90A7E;
}
</style>