Shades of Deep Pink #F10D94
Tints of Deep Pink #F10D94
RGB
CMYK
RGB Variations
Color information
#F10D94 (or 0xF10D94) is known color: Deep Pink. HEX triplet: F1, 0D and 94. RGB value is (241,13,148). Sum of RGB (Red+Green+Blue) = 241+13+148=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D94 is #0EF26B. Grayscale: #606060. Windows color (decimal): -979564 or 9702897. OLE color: 9702897.
HSL color Cylindrical-coordinate representation of color #F10D94: hue angle of 324.47º degrees, saturation: 0.9, 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 #F10D94 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 148 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.05 |
| HSL | 324.47º | 0.9% | 0.5% | - |
| HSV(B) | 324.47º | 0.95% | 0.95% | - |
| XYZ | 41.76 | 21.13 | 29.89 | - |
| YUV | 96.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 148 | 0 | 0.95 | 0.39 | 0.05 | 324.47 | 0.9 | 0.5 |
| Hex | F1 | D | 94 | 0 | 5F | 27 | 5 | 144 | 5A | 32 |
| Octal | 361 | 15 | 224 | 0 | 137 | 47 | 5 | 504 | 132 | 62 |
| Binary | 11110001 | 1101 | 10010100 | 0 | 1011111 | 100111 | 101 | 101000100 | 1011010 | 110010 |
Color Harmonies of #F10D94
Complementary color
Monochromatic Colors of #F10D94
Black with #F10D94
Text Example
Text Example
White with #F10D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D94; }
p { color: rgb(241,13,148); }
H1.HeaderClassName
{
color: #F10D94;
}
.AnyTagClassName
{
color: #F10D94;
}
</style>
background-color css
<style>
a { background-color: #F10D94; }
a { background-color: rgb(241,13,148); }
div.DivClassName
{
background-color: #F10D94;
}
.BgClassName
{
background-color: #F10D94;
}
</style>
border-color css
<style>
span { border-color: #F10D94; }
span { border-color: rgb(241,13,148); }
td.TdClassName
{
border-color: #F10D94;
}
.TagClassName
{
border-color: #F10D94;
}
</style>