Shades of Shocking Pink #F31CCC
Tints of Shocking Pink #F31CCC
RGB
CMYK
RGB Variations
Color information
#F31CCC (or 0xF31CCC) is known color: Shocking Pink. HEX triplet: F3, 1C and CC. RGB value is (243,28,204). Sum of RGB (Red+Green+Blue) = 243+28+204=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31CCC is #0CE333. Grayscale: #6F6F6F. Windows color (decimal): -844596 or 13376755. OLE color: 13376755.
HSL color Cylindrical-coordinate representation of color #F31CCC: hue angle of 310.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CCC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.05 |
| HSL | 310.88º | 0.9% | 0.53% | - |
| HSV(B) | 310.88º | 0.88% | 0.95% | - |
| XYZ | 48.28 | 24.24 | 59.26 | - |
| YUV | 112.35 | 179.73 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 204 | 0 | 0.88 | 0.16 | 0.05 | 310.88 | 0.9 | 0.53 |
| Hex | F3 | 1C | CC | 0 | 58 | 10 | 5 | 137 | 5A | 35 |
| Octal | 363 | 34 | 314 | 0 | 130 | 20 | 5 | 467 | 132 | 65 |
| Binary | 11110011 | 11100 | 11001100 | 0 | 1011000 | 10000 | 101 | 100110111 | 1011010 | 110101 |
Color Harmonies of #F31CCC
Complementary color
Monochromatic Colors of #F31CCC
Black with #F31CCC
Text Example
Text Example
White with #F31CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CCC; }
p { color: rgb(243,28,204); }
H1.HeaderClassName
{
color: #F31CCC;
}
.AnyTagClassName
{
color: #F31CCC;
}
</style>
background-color css
<style>
a { background-color: #F31CCC; }
a { background-color: rgb(243,28,204); }
div.DivClassName
{
background-color: #F31CCC;
}
.BgClassName
{
background-color: #F31CCC;
}
</style>
border-color css
<style>
span { border-color: #F31CCC; }
span { border-color: rgb(243,28,204); }
td.TdClassName
{
border-color: #F31CCC;
}
.TagClassName
{
border-color: #F31CCC;
}
</style>