Shades of Shocking Pink #F31FCC
Tints of Shocking Pink #F31FCC
RGB
CMYK
RGB Variations
Color information
#F31FCC (or 0xF31FCC) is known color: Shocking Pink. HEX triplet: F3, 1F and CC. RGB value is (243,31,204). Sum of RGB (Red+Green+Blue) = 243+31+204=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FCC is #0CE033. Grayscale: #717171. Windows color (decimal): -843828 or 13377523. OLE color: 13377523.
HSL color Cylindrical-coordinate representation of color #F31FCC: hue angle of 311.04º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31FCC is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 204 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.05 |
| HSL | 311.04º | 0.9% | 0.54% | - |
| HSV(B) | 311.04º | 0.87% | 0.95% | - |
| XYZ | 48.35 | 24.39 | 59.29 | - |
| YUV | 114.11 | 178.74 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 204 | 0 | 0.87 | 0.16 | 0.05 | 311.04 | 0.9 | 0.54 |
| Hex | F3 | 1F | CC | 0 | 57 | 10 | 5 | 137 | 5A | 36 |
| Octal | 363 | 37 | 314 | 0 | 127 | 20 | 5 | 467 | 132 | 66 |
| Binary | 11110011 | 11111 | 11001100 | 0 | 1010111 | 10000 | 101 | 100110111 | 1011010 | 110110 |
Color Harmonies of #F31FCC
Complementary color
Monochromatic Colors of #F31FCC
Black with #F31FCC
Text Example
Text Example
White with #F31FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FCC; }
p { color: rgb(243,31,204); }
H1.HeaderClassName
{
color: #F31FCC;
}
.AnyTagClassName
{
color: #F31FCC;
}
</style>
background-color css
<style>
a { background-color: #F31FCC; }
a { background-color: rgb(243,31,204); }
div.DivClassName
{
background-color: #F31FCC;
}
.BgClassName
{
background-color: #F31FCC;
}
</style>
border-color css
<style>
span { border-color: #F31FCC; }
span { border-color: rgb(243,31,204); }
td.TdClassName
{
border-color: #F31FCC;
}
.TagClassName
{
border-color: #F31FCC;
}
</style>