Shades of Shocking Pink #F31FC6
Tints of Shocking Pink #F31FC6
RGB
CMYK
RGB Variations
Color information
#F31FC6 (or 0xF31FC6) is known color: Shocking Pink. HEX triplet: F3, 1F and C6. RGB value is (243,31,198). Sum of RGB (Red+Green+Blue) = 243+31+198=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FC6 is #0CE039. Grayscale: #707070. Windows color (decimal): -843834 or 12984307. OLE color: 12984307.
HSL color Cylindrical-coordinate representation of color #F31FC6: hue angle of 312.74º 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 #F31FC6 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 198 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.05 |
| HSL | 312.74º | 0.9% | 0.54% | - |
| HSV(B) | 312.74º | 0.87% | 0.95% | - |
| XYZ | 47.65 | 24.11 | 55.57 | - |
| YUV | 113.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 198 | 0 | 0.87 | 0.19 | 0.05 | 312.74 | 0.9 | 0.54 |
| Hex | F3 | 1F | C6 | 0 | 57 | 13 | 5 | 139 | 5A | 36 |
| Octal | 363 | 37 | 306 | 0 | 127 | 23 | 5 | 471 | 132 | 66 |
| Binary | 11110011 | 11111 | 11000110 | 0 | 1010111 | 10011 | 101 | 100111001 | 1011010 | 110110 |
Color Harmonies of #F31FC6
Complementary color
Monochromatic Colors of #F31FC6
Black with #F31FC6
Text Example
Text Example
White with #F31FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FC6; }
p { color: rgb(243,31,198); }
H1.HeaderClassName
{
color: #F31FC6;
}
.AnyTagClassName
{
color: #F31FC6;
}
</style>
background-color css
<style>
a { background-color: #F31FC6; }
a { background-color: rgb(243,31,198); }
div.DivClassName
{
background-color: #F31FC6;
}
.BgClassName
{
background-color: #F31FC6;
}
</style>
border-color css
<style>
span { border-color: #F31FC6; }
span { border-color: rgb(243,31,198); }
td.TdClassName
{
border-color: #F31FC6;
}
.TagClassName
{
border-color: #F31FC6;
}
</style>