Shades of Shocking Pink #F31FC0
Tints of Shocking Pink #F31FC0
RGB
CMYK
RGB Variations
Color information
#F31FC0 (or 0xF31FC0) is known color: Shocking Pink. HEX triplet: F3, 1F and C0. RGB value is (243,31,192). Sum of RGB (Red+Green+Blue) = 243+31+192=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FC0 is #0CE03F. Grayscale: #707070. Windows color (decimal): -843840 or 12591091. OLE color: 12591091.
HSL color Cylindrical-coordinate representation of color #F31FC0: hue angle of 314.43º 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 #F31FC0 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 192 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.05 |
| HSL | 314.43º | 0.9% | 0.54% | - |
| HSV(B) | 314.43º | 0.87% | 0.95% | - |
| XYZ | 46.97 | 23.84 | 52 | - |
| YUV | 112.74 | 172.74 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 192 | 0 | 0.87 | 0.21 | 0.05 | 314.43 | 0.9 | 0.54 |
| Hex | F3 | 1F | C0 | 0 | 57 | 15 | 5 | 13A | 5A | 36 |
| Octal | 363 | 37 | 300 | 0 | 127 | 25 | 5 | 472 | 132 | 66 |
| Binary | 11110011 | 11111 | 11000000 | 0 | 1010111 | 10101 | 101 | 100111010 | 1011010 | 110110 |
Color Harmonies of #F31FC0
Complementary color
Monochromatic Colors of #F31FC0
Black with #F31FC0
Text Example
Text Example
White with #F31FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FC0; }
p { color: rgb(243,31,192); }
H1.HeaderClassName
{
color: #F31FC0;
}
.AnyTagClassName
{
color: #F31FC0;
}
</style>
background-color css
<style>
a { background-color: #F31FC0; }
a { background-color: rgb(243,31,192); }
div.DivClassName
{
background-color: #F31FC0;
}
.BgClassName
{
background-color: #F31FC0;
}
</style>
border-color css
<style>
span { border-color: #F31FC0; }
span { border-color: rgb(243,31,192); }
td.TdClassName
{
border-color: #F31FC0;
}
.TagClassName
{
border-color: #F31FC0;
}
</style>