Shades of Deep Pink #F9037C
Tints of Deep Pink #F9037C
RGB
CMYK
RGB Variations
Color information
#F9037C (or 0xF9037C) is known color: Deep Pink. HEX triplet: F9, 03 and 7C. RGB value is (249,3,124). Sum of RGB (Red+Green+Blue) = 249+3+124=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9037C is #06FC83. Grayscale: #5A5A5A. Windows color (decimal): -457860 or 8127481. OLE color: 8127481.
HSL color Cylindrical-coordinate representation of color #F9037C: hue angle of 330.49º 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 #F9037C is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.02 |
| HSL | 330.49º | 0.98% | 0.49% | - |
| HSV(B) | 330.49º | 0.99% | 0.98% | - |
| XYZ | 42.74 | 21.66 | 21 | - |
| YUV | 90.35 | 147 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 124 | 0 | 0.99 | 0.50 | 0.02 | 330.49 | 0.98 | 0.49 |
| Hex | F9 | 3 | 7C | 0 | 63 | 32 | 2 | 14A | 62 | 31 |
| Octal | 371 | 3 | 174 | 0 | 143 | 62 | 2 | 512 | 142 | 61 |
| Binary | 11111001 | 11 | 1111100 | 0 | 1100011 | 110010 | 10 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F9037C
Complementary color
Monochromatic Colors of #F9037C
Black with #F9037C
Text Example
Text Example
White with #F9037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9037C; }
p { color: rgb(249,3,124); }
H1.HeaderClassName
{
color: #F9037C;
}
.AnyTagClassName
{
color: #F9037C;
}
</style>
background-color css
<style>
a { background-color: #F9037C; }
a { background-color: rgb(249,3,124); }
div.DivClassName
{
background-color: #F9037C;
}
.BgClassName
{
background-color: #F9037C;
}
</style>
border-color css
<style>
span { border-color: #F9037C; }
span { border-color: rgb(249,3,124); }
td.TdClassName
{
border-color: #F9037C;
}
.TagClassName
{
border-color: #F9037C;
}
</style>