Shades of Shocking Pink #F10FCF
Tints of Shocking Pink #F10FCF
RGB
CMYK
RGB Variations
Color information
#F10FCF (or 0xF10FCF) is known color: Shocking Pink. HEX triplet: F1, 0F and CF. RGB value is (241,15,207). Sum of RGB (Red+Green+Blue) = 241+15+207=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FCF is #0EF030. Grayscale: #676767. Windows color (decimal): -978993 or 13570033. OLE color: 13570033.
HSL color Cylindrical-coordinate representation of color #F10FCF: hue angle of 309.03º 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 #F10FCF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.05 |
| HSL | 309.03º | 0.89% | 0.5% | - |
| HSV(B) | 309.03º | 0.94% | 0.95% | - |
| XYZ | 47.71 | 23.55 | 61.06 | - |
| YUV | 104.46 | 185.87 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 207 | 0 | 0.94 | 0.14 | 0.05 | 309.03 | 0.89 | 0.5 |
| Hex | F1 | F | CF | 0 | 5E | E | 5 | 135 | 59 | 32 |
| Octal | 361 | 17 | 317 | 0 | 136 | 16 | 5 | 465 | 131 | 62 |
| Binary | 11110001 | 1111 | 11001111 | 0 | 1011110 | 1110 | 101 | 100110101 | 1011001 | 110010 |
Color Harmonies of #F10FCF
Complementary color
Monochromatic Colors of #F10FCF
Black with #F10FCF
Text Example
Text Example
White with #F10FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FCF; }
p { color: rgb(241,15,207); }
H1.HeaderClassName
{
color: #F10FCF;
}
.AnyTagClassName
{
color: #F10FCF;
}
</style>
background-color css
<style>
a { background-color: #F10FCF; }
a { background-color: rgb(241,15,207); }
div.DivClassName
{
background-color: #F10FCF;
}
.BgClassName
{
background-color: #F10FCF;
}
</style>
border-color css
<style>
span { border-color: #F10FCF; }
span { border-color: rgb(241,15,207); }
td.TdClassName
{
border-color: #F10FCF;
}
.TagClassName
{
border-color: #F10FCF;
}
</style>