Shades of Shocking Pink #F31FCB
Tints of Shocking Pink #F31FCB
RGB
CMYK
RGB Variations
Color information
#F31FCB (or 0xF31FCB) is known color: Shocking Pink. HEX triplet: F3, 1F and CB. RGB value is (243,31,203). Sum of RGB (Red+Green+Blue) = 243+31+203=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FCB is #0CE034. Grayscale: #717171. Windows color (decimal): -843829 or 13311987. OLE color: 13311987.
HSL color Cylindrical-coordinate representation of color #F31FCB: hue angle of 311.32º 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 #F31FCB is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 203 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.05 |
| HSL | 311.32º | 0.9% | 0.54% | - |
| HSV(B) | 311.32º | 0.87% | 0.95% | - |
| XYZ | 48.23 | 24.35 | 58.66 | - |
| YUV | 114 | 178.24 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 203 | 0 | 0.87 | 0.16 | 0.05 | 311.32 | 0.9 | 0.54 |
| Hex | F3 | 1F | CB | 0 | 57 | 10 | 5 | 137 | 5A | 36 |
| Octal | 363 | 37 | 313 | 0 | 127 | 20 | 5 | 467 | 132 | 66 |
| Binary | 11110011 | 11111 | 11001011 | 0 | 1010111 | 10000 | 101 | 100110111 | 1011010 | 110110 |
Color Harmonies of #F31FCB
Complementary color
Monochromatic Colors of #F31FCB
Black with #F31FCB
Text Example
Text Example
White with #F31FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FCB; }
p { color: rgb(243,31,203); }
H1.HeaderClassName
{
color: #F31FCB;
}
.AnyTagClassName
{
color: #F31FCB;
}
</style>
background-color css
<style>
a { background-color: #F31FCB; }
a { background-color: rgb(243,31,203); }
div.DivClassName
{
background-color: #F31FCB;
}
.BgClassName
{
background-color: #F31FCB;
}
</style>
border-color css
<style>
span { border-color: #F31FCB; }
span { border-color: rgb(243,31,203); }
td.TdClassName
{
border-color: #F31FCB;
}
.TagClassName
{
border-color: #F31FCB;
}
</style>