Shades of Deep Pink #F10C95
Tints of Deep Pink #F10C95
RGB
CMYK
RGB Variations
Color information
#F10C95 (or 0xF10C95) is known color: Deep Pink. HEX triplet: F1, 0C and 95. RGB value is (241,12,149). Sum of RGB (Red+Green+Blue) = 241+12+149=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10C95 is #0EF36A. Grayscale: #5F5F5F. Windows color (decimal): -979819 or 9768177. OLE color: 9768177.
HSL color Cylindrical-coordinate representation of color #F10C95: hue angle of 324.1º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C95 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 149 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.05 |
| HSL | 324.1º | 0.91% | 0.5% | - |
| HSV(B) | 324.1º | 0.95% | 0.95% | - |
| XYZ | 41.83 | 21.13 | 30.31 | - |
| YUV | 96.09 | 157.87 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 149 | 0 | 0.95 | 0.38 | 0.05 | 324.1 | 0.91 | 0.5 |
| Hex | F1 | C | 95 | 0 | 5F | 26 | 5 | 144 | 5B | 32 |
| Octal | 361 | 14 | 225 | 0 | 137 | 46 | 5 | 504 | 133 | 62 |
| Binary | 11110001 | 1100 | 10010101 | 0 | 1011111 | 100110 | 101 | 101000100 | 1011011 | 110010 |
Color Harmonies of #F10C95
Complementary color
Monochromatic Colors of #F10C95
Black with #F10C95
Text Example
Text Example
White with #F10C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C95; }
p { color: rgb(241,12,149); }
H1.HeaderClassName
{
color: #F10C95;
}
.AnyTagClassName
{
color: #F10C95;
}
</style>
background-color css
<style>
a { background-color: #F10C95; }
a { background-color: rgb(241,12,149); }
div.DivClassName
{
background-color: #F10C95;
}
.BgClassName
{
background-color: #F10C95;
}
</style>
border-color css
<style>
span { border-color: #F10C95; }
span { border-color: rgb(241,12,149); }
td.TdClassName
{
border-color: #F10C95;
}
.TagClassName
{
border-color: #F10C95;
}
</style>