Shades of Deep Pink #F10F98
Tints of Deep Pink #F10F98
RGB
CMYK
RGB Variations
Color information
#F10F98 (or 0xF10F98) is known color: Deep Pink. HEX triplet: F1, 0F and 98. RGB value is (241,15,152). Sum of RGB (Red+Green+Blue) = 241+15+152=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F98 is #0EF067. Grayscale: #616161. Windows color (decimal): -979048 or 9965553. OLE color: 9965553.
HSL color Cylindrical-coordinate representation of color #F10F98: hue angle of 323.63º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F98 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 152 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.05 |
| HSL | 323.63º | 0.89% | 0.5% | - |
| HSV(B) | 323.63º | 0.94% | 0.95% | - |
| XYZ | 42.11 | 21.31 | 31.6 | - |
| YUV | 98.19 | 158.37 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 152 | 0 | 0.94 | 0.37 | 0.05 | 323.63 | 0.89 | 0.5 |
| Hex | F1 | F | 98 | 0 | 5E | 25 | 5 | 144 | 59 | 32 |
| Octal | 361 | 17 | 230 | 0 | 136 | 45 | 5 | 504 | 131 | 62 |
| Binary | 11110001 | 1111 | 10011000 | 0 | 1011110 | 100101 | 101 | 101000100 | 1011001 | 110010 |
Color Harmonies of #F10F98
Complementary color
Monochromatic Colors of #F10F98
Black with #F10F98
Text Example
Text Example
White with #F10F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F98; }
p { color: rgb(241,15,152); }
H1.HeaderClassName
{
color: #F10F98;
}
.AnyTagClassName
{
color: #F10F98;
}
</style>
background-color css
<style>
a { background-color: #F10F98; }
a { background-color: rgb(241,15,152); }
div.DivClassName
{
background-color: #F10F98;
}
.BgClassName
{
background-color: #F10F98;
}
</style>
border-color css
<style>
span { border-color: #F10F98; }
span { border-color: rgb(241,15,152); }
td.TdClassName
{
border-color: #F10F98;
}
.TagClassName
{
border-color: #F10F98;
}
</style>