Shades of Deep Pink #F9027E
Tints of Deep Pink #F9027E
RGB
CMYK
RGB Variations
Color information
#F9027E (or 0xF9027E) is known color: Deep Pink. HEX triplet: F9, 02 and 7E. RGB value is (249,2,126). Sum of RGB (Red+Green+Blue) = 249+2+126=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9027E is #06FD81. Grayscale: #595959. Windows color (decimal): -458114 or 8258297. OLE color: 8258297.
HSL color Cylindrical-coordinate representation of color #F9027E: hue angle of 329.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9027E is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.02 |
| HSL | 329.88º | 0.98% | 0.49% | - |
| HSV(B) | 329.88º | 0.99% | 0.98% | - |
| XYZ | 42.85 | 21.69 | 21.67 | - |
| YUV | 89.99 | 148.33 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 126 | 0 | 0.99 | 0.49 | 0.02 | 329.88 | 0.98 | 0.49 |
| Hex | F9 | 2 | 7E | 0 | 63 | 31 | 2 | 14A | 62 | 31 |
| Octal | 371 | 2 | 176 | 0 | 143 | 61 | 2 | 512 | 142 | 61 |
| Binary | 11111001 | 10 | 1111110 | 0 | 1100011 | 110001 | 10 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F9027E
Complementary color
Monochromatic Colors of #F9027E
Black with #F9027E
Text Example
Text Example
White with #F9027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9027E; }
p { color: rgb(249,2,126); }
H1.HeaderClassName
{
color: #F9027E;
}
.AnyTagClassName
{
color: #F9027E;
}
</style>
background-color css
<style>
a { background-color: #F9027E; }
a { background-color: rgb(249,2,126); }
div.DivClassName
{
background-color: #F9027E;
}
.BgClassName
{
background-color: #F9027E;
}
</style>
border-color css
<style>
span { border-color: #F9027E; }
span { border-color: rgb(249,2,126); }
td.TdClassName
{
border-color: #F9027E;
}
.TagClassName
{
border-color: #F9027E;
}
</style>