Shades of Shocking Pink #F10CCC
Tints of Shocking Pink #F10CCC
RGB
CMYK
RGB Variations
Color information
#F10CCC (or 0xF10CCC) is known color: Shocking Pink. HEX triplet: F1, 0C and CC. RGB value is (241,12,204). Sum of RGB (Red+Green+Blue) = 241+12+204=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CCC is #0EF333. Grayscale: #656565. Windows color (decimal): -979764 or 13372657. OLE color: 13372657.
HSL color Cylindrical-coordinate representation of color #F10CCC: hue angle of 309.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CCC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.69º | 0.91% | 0.5% | - |
| HSV(B) | 309.69º | 0.95% | 0.95% | - |
| XYZ | 47.31 | 23.32 | 59.14 | - |
| YUV | 102.36 | 185.37 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 204 | 0 | 0.95 | 0.15 | 0.05 | 309.69 | 0.91 | 0.5 |
| Hex | F1 | C | CC | 0 | 5F | F | 5 | 136 | 5B | 32 |
| Octal | 361 | 14 | 314 | 0 | 137 | 17 | 5 | 466 | 133 | 62 |
| Binary | 11110001 | 1100 | 11001100 | 0 | 1011111 | 1111 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F10CCC
Complementary color
Monochromatic Colors of #F10CCC
Black with #F10CCC
Text Example
Text Example
White with #F10CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CCC; }
p { color: rgb(241,12,204); }
H1.HeaderClassName
{
color: #F10CCC;
}
.AnyTagClassName
{
color: #F10CCC;
}
</style>
background-color css
<style>
a { background-color: #F10CCC; }
a { background-color: rgb(241,12,204); }
div.DivClassName
{
background-color: #F10CCC;
}
.BgClassName
{
background-color: #F10CCC;
}
</style>
border-color css
<style>
span { border-color: #F10CCC; }
span { border-color: rgb(241,12,204); }
td.TdClassName
{
border-color: #F10CCC;
}
.TagClassName
{
border-color: #F10CCC;
}
</style>