Shades of Shocking Pink #F31FCD
Tints of Shocking Pink #F31FCD
RGB
CMYK
RGB Variations
Color information
#F31FCD (or 0xF31FCD) is known color: Shocking Pink. HEX triplet: F3, 1F and CD. RGB value is (243,31,205). Sum of RGB (Red+Green+Blue) = 243+31+205=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FCD is #0CE032. Grayscale: #717171. Windows color (decimal): -843827 or 13443059. OLE color: 13443059.
HSL color Cylindrical-coordinate representation of color #F31FCD: hue angle of 310.75º 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 #F31FCD is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 205 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.05 |
| HSL | 310.75º | 0.9% | 0.54% | - |
| HSV(B) | 310.75º | 0.87% | 0.95% | - |
| XYZ | 48.47 | 24.44 | 59.92 | - |
| YUV | 114.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 205 | 0 | 0.87 | 0.16 | 0.05 | 310.75 | 0.9 | 0.54 |
| Hex | F3 | 1F | CD | 0 | 57 | 10 | 5 | 137 | 5A | 36 |
| Octal | 363 | 37 | 315 | 0 | 127 | 20 | 5 | 467 | 132 | 66 |
| Binary | 11110011 | 11111 | 11001101 | 0 | 1010111 | 10000 | 101 | 100110111 | 1011010 | 110110 |
Color Harmonies of #F31FCD
Complementary color
Monochromatic Colors of #F31FCD
Black with #F31FCD
Text Example
Text Example
White with #F31FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FCD; }
p { color: rgb(243,31,205); }
H1.HeaderClassName
{
color: #F31FCD;
}
.AnyTagClassName
{
color: #F31FCD;
}
</style>
background-color css
<style>
a { background-color: #F31FCD; }
a { background-color: rgb(243,31,205); }
div.DivClassName
{
background-color: #F31FCD;
}
.BgClassName
{
background-color: #F31FCD;
}
</style>
border-color css
<style>
span { border-color: #F31FCD; }
span { border-color: rgb(243,31,205); }
td.TdClassName
{
border-color: #F31FCD;
}
.TagClassName
{
border-color: #F31FCD;
}
</style>