Shades of Deep Pink #F10D92
Tints of Deep Pink #F10D92
RGB
CMYK
RGB Variations
Color information
#F10D92 (or 0xF10D92) is known color: Deep Pink. HEX triplet: F1, 0D and 92. RGB value is (241,13,146). Sum of RGB (Red+Green+Blue) = 241+13+146=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D92 is #0EF26D. Grayscale: #606060. Windows color (decimal): -979566 or 9571825. OLE color: 9571825.
HSL color Cylindrical-coordinate representation of color #F10D92: hue angle of 325º 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 #F10D92 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 146 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.05 |
| HSL | 325º | 0.9% | 0.5% | - |
| HSV(B) | 325º | 0.95% | 0.95% | - |
| XYZ | 41.61 | 21.06 | 29.07 | - |
| YUV | 96.33 | 156.04 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 146 | 0 | 0.95 | 0.39 | 0.05 | 325 | 0.9 | 0.5 |
| Hex | F1 | D | 92 | 0 | 5F | 27 | 5 | 145 | 5A | 32 |
| Octal | 361 | 15 | 222 | 0 | 137 | 47 | 5 | 505 | 132 | 62 |
| Binary | 11110001 | 1101 | 10010010 | 0 | 1011111 | 100111 | 101 | 101000101 | 1011010 | 110010 |
Color Harmonies of #F10D92
Complementary color
Monochromatic Colors of #F10D92
Black with #F10D92
Text Example
Text Example
White with #F10D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D92; }
p { color: rgb(241,13,146); }
H1.HeaderClassName
{
color: #F10D92;
}
.AnyTagClassName
{
color: #F10D92;
}
</style>
background-color css
<style>
a { background-color: #F10D92; }
a { background-color: rgb(241,13,146); }
div.DivClassName
{
background-color: #F10D92;
}
.BgClassName
{
background-color: #F10D92;
}
</style>
border-color css
<style>
span { border-color: #F10D92; }
span { border-color: rgb(241,13,146); }
td.TdClassName
{
border-color: #F10D92;
}
.TagClassName
{
border-color: #F10D92;
}
</style>