Shades of Shocking Pink #F10FCD
Tints of Shocking Pink #F10FCD
RGB
CMYK
RGB Variations
Color information
#F10FCD (or 0xF10FCD) is known color: Shocking Pink. HEX triplet: F1, 0F and CD. RGB value is (241,15,205). Sum of RGB (Red+Green+Blue) = 241+15+205=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FCD is #0EF032. Grayscale: #676767. Windows color (decimal): -978995 or 13438961. OLE color: 13438961.
HSL color Cylindrical-coordinate representation of color #F10FCD: hue angle of 309.56º 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 #F10FCD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.56º | 0.89% | 0.5% | - |
| HSV(B) | 309.56º | 0.94% | 0.95% | - |
| XYZ | 47.47 | 23.45 | 59.78 | - |
| YUV | 104.23 | 184.87 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 205 | 0 | 0.94 | 0.15 | 0.05 | 309.56 | 0.89 | 0.5 |
| Hex | F1 | F | CD | 0 | 5E | F | 5 | 136 | 59 | 32 |
| Octal | 361 | 17 | 315 | 0 | 136 | 17 | 5 | 466 | 131 | 62 |
| Binary | 11110001 | 1111 | 11001101 | 0 | 1011110 | 1111 | 101 | 100110110 | 1011001 | 110010 |
Color Harmonies of #F10FCD
Complementary color
Monochromatic Colors of #F10FCD
Black with #F10FCD
Text Example
Text Example
White with #F10FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FCD; }
p { color: rgb(241,15,205); }
H1.HeaderClassName
{
color: #F10FCD;
}
.AnyTagClassName
{
color: #F10FCD;
}
</style>
background-color css
<style>
a { background-color: #F10FCD; }
a { background-color: rgb(241,15,205); }
div.DivClassName
{
background-color: #F10FCD;
}
.BgClassName
{
background-color: #F10FCD;
}
</style>
border-color css
<style>
span { border-color: #F10FCD; }
span { border-color: rgb(241,15,205); }
td.TdClassName
{
border-color: #F10FCD;
}
.TagClassName
{
border-color: #F10FCD;
}
</style>