Shades of Deep Pink #F10379
Tints of Deep Pink #F10379
RGB
CMYK
RGB Variations
Color information
#F10379 (or 0xF10379) is known color: Deep Pink. HEX triplet: F1, 03 and 79. RGB value is (241,3,121). Sum of RGB (Red+Green+Blue) = 241+3+121=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F10379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10379 is #0EFC86. Grayscale: #575757. Windows color (decimal): -982151 or 7930865. OLE color: 7930865.
HSL color Cylindrical-coordinate representation of color #F10379: hue angle of 330.25º 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 #F10379 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.05 |
| HSL | 330.25º | 0.98% | 0.48% | - |
| HSV(B) | 330.25º | 0.99% | 0.95% | - |
| XYZ | 39.76 | 20.15 | 19.88 | - |
| YUV | 87.61 | 146.85 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 121 | 0 | 0.99 | 0.50 | 0.05 | 330.25 | 0.98 | 0.48 |
| Hex | F1 | 3 | 79 | 0 | 63 | 32 | 5 | 14A | 62 | 30 |
| Octal | 361 | 3 | 171 | 0 | 143 | 62 | 5 | 512 | 142 | 60 |
| Binary | 11110001 | 11 | 1111001 | 0 | 1100011 | 110010 | 101 | 101001010 | 1100010 | 110000 |
Color Harmonies of #F10379
Complementary color
Monochromatic Colors of #F10379
Black with #F10379
Text Example
Text Example
White with #F10379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10379; }
p { color: rgb(241,3,121); }
H1.HeaderClassName
{
color: #F10379;
}
.AnyTagClassName
{
color: #F10379;
}
</style>
background-color css
<style>
a { background-color: #F10379; }
a { background-color: rgb(241,3,121); }
div.DivClassName
{
background-color: #F10379;
}
.BgClassName
{
background-color: #F10379;
}
</style>
border-color css
<style>
span { border-color: #F10379; }
span { border-color: rgb(241,3,121); }
td.TdClassName
{
border-color: #F10379;
}
.TagClassName
{
border-color: #F10379;
}
</style>