Shades of Shocking Pink #F10FC0
Tints of Shocking Pink #F10FC0
RGB
CMYK
RGB Variations
Color information
#F10FC0 (or 0xF10FC0) is known color: Shocking Pink. HEX triplet: F1, 0F and C0. RGB value is (241,15,192). Sum of RGB (Red+Green+Blue) = 241+15+192=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FC0 is #0EF03F. Grayscale: #666666. Windows color (decimal): -979008 or 12586993. OLE color: 12586993.
HSL color Cylindrical-coordinate representation of color #F10FC0: hue angle of 313.01º 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 #F10FC0 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 192 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.05 |
| HSL | 313.01º | 0.89% | 0.5% | - |
| HSV(B) | 313.01º | 0.94% | 0.95% | - |
| XYZ | 45.96 | 22.85 | 51.86 | - |
| YUV | 102.75 | 178.37 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 192 | 0 | 0.94 | 0.20 | 0.05 | 313.01 | 0.89 | 0.5 |
| Hex | F1 | F | C0 | 0 | 5E | 14 | 5 | 139 | 59 | 32 |
| Octal | 361 | 17 | 300 | 0 | 136 | 24 | 5 | 471 | 131 | 62 |
| Binary | 11110001 | 1111 | 11000000 | 0 | 1011110 | 10100 | 101 | 100111001 | 1011001 | 110010 |
Color Harmonies of #F10FC0
Complementary color
Monochromatic Colors of #F10FC0
Black with #F10FC0
Text Example
Text Example
White with #F10FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FC0; }
p { color: rgb(241,15,192); }
H1.HeaderClassName
{
color: #F10FC0;
}
.AnyTagClassName
{
color: #F10FC0;
}
</style>
background-color css
<style>
a { background-color: #F10FC0; }
a { background-color: rgb(241,15,192); }
div.DivClassName
{
background-color: #F10FC0;
}
.BgClassName
{
background-color: #F10FC0;
}
</style>
border-color css
<style>
span { border-color: #F10FC0; }
span { border-color: rgb(241,15,192); }
td.TdClassName
{
border-color: #F10FC0;
}
.TagClassName
{
border-color: #F10FC0;
}
</style>