Shades of Shocking Pink #F10DCC
Tints of Shocking Pink #F10DCC
RGB
CMYK
RGB Variations
Color information
#F10DCC (or 0xF10DCC) is known color: Shocking Pink. HEX triplet: F1, 0D and CC. RGB value is (241,13,204). Sum of RGB (Red+Green+Blue) = 241+13+204=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DCC is #0EF233. Grayscale: #666666. Windows color (decimal): -979508 or 13372913. OLE color: 13372913.
HSL color Cylindrical-coordinate representation of color #F10DCC: hue angle of 309.74º degrees, saturation: 0.9, 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 #F10DCC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 204 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.74º | 0.9% | 0.5% | - |
| HSV(B) | 309.74º | 0.95% | 0.95% | - |
| XYZ | 47.32 | 23.35 | 59.14 | - |
| YUV | 102.95 | 185.04 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 204 | 0 | 0.95 | 0.15 | 0.05 | 309.74 | 0.9 | 0.5 |
| Hex | F1 | D | CC | 0 | 5F | F | 5 | 136 | 5A | 32 |
| Octal | 361 | 15 | 314 | 0 | 137 | 17 | 5 | 466 | 132 | 62 |
| Binary | 11110001 | 1101 | 11001100 | 0 | 1011111 | 1111 | 101 | 100110110 | 1011010 | 110010 |
Color Harmonies of #F10DCC
Complementary color
Monochromatic Colors of #F10DCC
Black with #F10DCC
Text Example
Text Example
White with #F10DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DCC; }
p { color: rgb(241,13,204); }
H1.HeaderClassName
{
color: #F10DCC;
}
.AnyTagClassName
{
color: #F10DCC;
}
</style>
background-color css
<style>
a { background-color: #F10DCC; }
a { background-color: rgb(241,13,204); }
div.DivClassName
{
background-color: #F10DCC;
}
.BgClassName
{
background-color: #F10DCC;
}
</style>
border-color css
<style>
span { border-color: #F10DCC; }
span { border-color: rgb(241,13,204); }
td.TdClassName
{
border-color: #F10DCC;
}
.TagClassName
{
border-color: #F10DCC;
}
</style>