Shades of Deep Pink #F1037C
Tints of Deep Pink #F1037C
RGB
CMYK
RGB Variations
Color information
#F1037C (or 0xF1037C) is known color: Deep Pink. HEX triplet: F1, 03 and 7C. RGB value is (241,3,124). Sum of RGB (Red+Green+Blue) = 241+3+124=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1037C is #0EFC83. Grayscale: #575757. Windows color (decimal): -982148 or 8127473. OLE color: 8127473.
HSL color Cylindrical-coordinate representation of color #F1037C: hue angle of 329.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1037C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.05 |
| HSL | 329.5º | 0.98% | 0.48% | - |
| HSV(B) | 329.5º | 0.99% | 0.95% | - |
| XYZ | 39.95 | 20.22 | 20.87 | - |
| YUV | 87.96 | 148.35 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 124 | 0 | 0.99 | 0.49 | 0.05 | 329.5 | 0.98 | 0.48 |
| Hex | F1 | 3 | 7C | 0 | 63 | 31 | 5 | 149 | 62 | 30 |
| Octal | 361 | 3 | 174 | 0 | 143 | 61 | 5 | 511 | 142 | 60 |
| Binary | 11110001 | 11 | 1111100 | 0 | 1100011 | 110001 | 101 | 101001001 | 1100010 | 110000 |
Color Harmonies of #F1037C
Complementary color
Monochromatic Colors of #F1037C
Black with #F1037C
Text Example
Text Example
White with #F1037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1037C; }
p { color: rgb(241,3,124); }
H1.HeaderClassName
{
color: #F1037C;
}
.AnyTagClassName
{
color: #F1037C;
}
</style>
background-color css
<style>
a { background-color: #F1037C; }
a { background-color: rgb(241,3,124); }
div.DivClassName
{
background-color: #F1037C;
}
.BgClassName
{
background-color: #F1037C;
}
</style>
border-color css
<style>
span { border-color: #F1037C; }
span { border-color: rgb(241,3,124); }
td.TdClassName
{
border-color: #F1037C;
}
.TagClassName
{
border-color: #F1037C;
}
</style>