Shades of Deep Pink #F10D93
Tints of Deep Pink #F10D93
RGB
CMYK
RGB Variations
Color information
#F10D93 (or 0xF10D93) is known color: Deep Pink. HEX triplet: F1, 0D and 93. RGB value is (241,13,147). Sum of RGB (Red+Green+Blue) = 241+13+147=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D93 is #0EF26C. Grayscale: #606060. Windows color (decimal): -979565 or 9637361. OLE color: 9637361.
HSL color Cylindrical-coordinate representation of color #F10D93: hue angle of 324.74º 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 #F10D93 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 147 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.05 |
| HSL | 324.74º | 0.9% | 0.5% | - |
| HSV(B) | 324.74º | 0.95% | 0.95% | - |
| XYZ | 41.69 | 21.1 | 29.48 | - |
| YUV | 96.45 | 156.54 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 147 | 0 | 0.95 | 0.39 | 0.05 | 324.74 | 0.9 | 0.5 |
| Hex | F1 | D | 93 | 0 | 5F | 27 | 5 | 145 | 5A | 32 |
| Octal | 361 | 15 | 223 | 0 | 137 | 47 | 5 | 505 | 132 | 62 |
| Binary | 11110001 | 1101 | 10010011 | 0 | 1011111 | 100111 | 101 | 101000101 | 1011010 | 110010 |
Color Harmonies of #F10D93
Complementary color
Monochromatic Colors of #F10D93
Black with #F10D93
Text Example
Text Example
White with #F10D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D93; }
p { color: rgb(241,13,147); }
H1.HeaderClassName
{
color: #F10D93;
}
.AnyTagClassName
{
color: #F10D93;
}
</style>
background-color css
<style>
a { background-color: #F10D93; }
a { background-color: rgb(241,13,147); }
div.DivClassName
{
background-color: #F10D93;
}
.BgClassName
{
background-color: #F10D93;
}
</style>
border-color css
<style>
span { border-color: #F10D93; }
span { border-color: rgb(241,13,147); }
td.TdClassName
{
border-color: #F10D93;
}
.TagClassName
{
border-color: #F10D93;
}
</style>