Shades of Shocking Pink #F31FBC
Tints of Shocking Pink #F31FBC
RGB
CMYK
RGB Variations
Color information
#F31FBC (or 0xF31FBC) is known color: Shocking Pink. HEX triplet: F3, 1F and BC. RGB value is (243,31,188). Sum of RGB (Red+Green+Blue) = 243+31+188=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FBC is #0CE043. Grayscale: #6F6F6F. Windows color (decimal): -843844 or 12328947. OLE color: 12328947.
HSL color Cylindrical-coordinate representation of color #F31FBC: hue angle of 315.57º 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 #F31FBC is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 188 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.05 |
| HSL | 315.57º | 0.9% | 0.54% | - |
| HSV(B) | 315.57º | 0.87% | 0.95% | - |
| XYZ | 46.53 | 23.67 | 49.69 | - |
| YUV | 112.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 188 | 0 | 0.87 | 0.23 | 0.05 | 315.57 | 0.9 | 0.54 |
| Hex | F3 | 1F | BC | 0 | 57 | 17 | 5 | 13C | 5A | 36 |
| Octal | 363 | 37 | 274 | 0 | 127 | 27 | 5 | 474 | 132 | 66 |
| Binary | 11110011 | 11111 | 10111100 | 0 | 1010111 | 10111 | 101 | 100111100 | 1011010 | 110110 |
Color Harmonies of #F31FBC
Complementary color
Monochromatic Colors of #F31FBC
Black with #F31FBC
Text Example
Text Example
White with #F31FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FBC; }
p { color: rgb(243,31,188); }
H1.HeaderClassName
{
color: #F31FBC;
}
.AnyTagClassName
{
color: #F31FBC;
}
</style>
background-color css
<style>
a { background-color: #F31FBC; }
a { background-color: rgb(243,31,188); }
div.DivClassName
{
background-color: #F31FBC;
}
.BgClassName
{
background-color: #F31FBC;
}
</style>
border-color css
<style>
span { border-color: #F31FBC; }
span { border-color: rgb(243,31,188); }
td.TdClassName
{
border-color: #F31FBC;
}
.TagClassName
{
border-color: #F31FBC;
}
</style>