Shades of Shocking Pink #F41CCC
Tints of Shocking Pink #F41CCC
RGB
CMYK
RGB Variations
Color information
#F41CCC (or 0xF41CCC) is known color: Shocking Pink. HEX triplet: F4, 1C and CC. RGB value is (244,28,204). Sum of RGB (Red+Green+Blue) = 244+28+204=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CCC is #0BE333. Grayscale: #707070. Windows color (decimal): -779060 or 13376756. OLE color: 13376756.
HSL color Cylindrical-coordinate representation of color #F41CCC: hue angle of 311.11º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CCC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 204 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 311.11º | 0.91% | 0.53% | - |
| HSV(B) | 311.11º | 0.89% | 0.96% | - |
| XYZ | 48.62 | 24.42 | 59.28 | - |
| YUV | 112.65 | 179.56 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 204 | 0 | 0.89 | 0.16 | 0.04 | 311.11 | 0.91 | 0.53 |
| Hex | F4 | 1C | CC | 0 | 59 | 10 | 4 | 137 | 5B | 35 |
| Octal | 364 | 34 | 314 | 0 | 131 | 20 | 4 | 467 | 133 | 65 |
| Binary | 11110100 | 11100 | 11001100 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011011 | 110101 |
Color Harmonies of #F41CCC
Complementary color
Monochromatic Colors of #F41CCC
Black with #F41CCC
Text Example
Text Example
White with #F41CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CCC; }
p { color: rgb(244,28,204); }
H1.HeaderClassName
{
color: #F41CCC;
}
.AnyTagClassName
{
color: #F41CCC;
}
</style>
background-color css
<style>
a { background-color: #F41CCC; }
a { background-color: rgb(244,28,204); }
div.DivClassName
{
background-color: #F41CCC;
}
.BgClassName
{
background-color: #F41CCC;
}
</style>
border-color css
<style>
span { border-color: #F41CCC; }
span { border-color: rgb(244,28,204); }
td.TdClassName
{
border-color: #F41CCC;
}
.TagClassName
{
border-color: #F41CCC;
}
</style>