Shades of Deep Pink #F10F8F
Tints of Deep Pink #F10F8F
RGB
CMYK
RGB Variations
Color information
#F10F8F (or 0xF10F8F) is known color: Deep Pink. HEX triplet: F1, 0F and 8F. RGB value is (241,15,143). Sum of RGB (Red+Green+Blue) = 241+15+143=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F8F is #0EF070. Grayscale: #606060. Windows color (decimal): -979057 or 9375729. OLE color: 9375729.
HSL color Cylindrical-coordinate representation of color #F10F8F: hue angle of 326.02º 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 #F10F8F is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 143 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.05 |
| HSL | 326.02º | 0.89% | 0.5% | - |
| HSV(B) | 326.02º | 0.94% | 0.95% | - |
| XYZ | 41.4 | 21.03 | 27.86 | - |
| YUV | 97.17 | 153.87 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 143 | 0 | 0.94 | 0.41 | 0.05 | 326.02 | 0.89 | 0.5 |
| Hex | F1 | F | 8F | 0 | 5E | 29 | 5 | 146 | 59 | 32 |
| Octal | 361 | 17 | 217 | 0 | 136 | 51 | 5 | 506 | 131 | 62 |
| Binary | 11110001 | 1111 | 10001111 | 0 | 1011110 | 101001 | 101 | 101000110 | 1011001 | 110010 |
Color Harmonies of #F10F8F
Complementary color
Monochromatic Colors of #F10F8F
Black with #F10F8F
Text Example
Text Example
White with #F10F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F8F; }
p { color: rgb(241,15,143); }
H1.HeaderClassName
{
color: #F10F8F;
}
.AnyTagClassName
{
color: #F10F8F;
}
</style>
background-color css
<style>
a { background-color: #F10F8F; }
a { background-color: rgb(241,15,143); }
div.DivClassName
{
background-color: #F10F8F;
}
.BgClassName
{
background-color: #F10F8F;
}
</style>
border-color css
<style>
span { border-color: #F10F8F; }
span { border-color: rgb(241,15,143); }
td.TdClassName
{
border-color: #F10F8F;
}
.TagClassName
{
border-color: #F10F8F;
}
</style>