Shades of Deep Pink #F1037A
Tints of Deep Pink #F1037A
RGB
CMYK
RGB Variations
Color information
#F1037A (or 0xF1037A) is known color: Deep Pink. HEX triplet: F1, 03 and 7A. RGB value is (241,3,122). Sum of RGB (Red+Green+Blue) = 241+3+122=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1037A is #0EFC85. Grayscale: #575757. Windows color (decimal): -982150 or 7996401. OLE color: 7996401.
HSL color Cylindrical-coordinate representation of color #F1037A: hue angle of 330º 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 #F1037A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.05 |
| HSL | 330º | 0.98% | 0.48% | - |
| HSV(B) | 330º | 0.99% | 0.95% | - |
| XYZ | 39.82 | 20.17 | 20.21 | - |
| YUV | 87.73 | 147.35 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 122 | 0 | 0.99 | 0.49 | 0.05 | 330 | 0.98 | 0.48 |
| Hex | F1 | 3 | 7A | 0 | 63 | 31 | 5 | 14A | 62 | 30 |
| Octal | 361 | 3 | 172 | 0 | 143 | 61 | 5 | 512 | 142 | 60 |
| Binary | 11110001 | 11 | 1111010 | 0 | 1100011 | 110001 | 101 | 101001010 | 1100010 | 110000 |
Color Harmonies of #F1037A
Complementary color
Monochromatic Colors of #F1037A
Black with #F1037A
Text Example
Text Example
White with #F1037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1037A; }
p { color: rgb(241,3,122); }
H1.HeaderClassName
{
color: #F1037A;
}
.AnyTagClassName
{
color: #F1037A;
}
</style>
background-color css
<style>
a { background-color: #F1037A; }
a { background-color: rgb(241,3,122); }
div.DivClassName
{
background-color: #F1037A;
}
.BgClassName
{
background-color: #F1037A;
}
</style>
border-color css
<style>
span { border-color: #F1037A; }
span { border-color: rgb(241,3,122); }
td.TdClassName
{
border-color: #F1037A;
}
.TagClassName
{
border-color: #F1037A;
}
</style>