Shades of Shocking Pink #F31CBE
Tints of Shocking Pink #F31CBE
RGB
CMYK
RGB Variations
Color information
#F31CBE (or 0xF31CBE) is known color: Shocking Pink. HEX triplet: F3, 1C and BE. RGB value is (243,28,190). Sum of RGB (Red+Green+Blue) = 243+28+190=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31CBE is #0CE341. Grayscale: #6E6E6E. Windows color (decimal): -844610 or 12459251. OLE color: 12459251.
HSL color Cylindrical-coordinate representation of color #F31CBE: hue angle of 314.79º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CBE is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 190 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.05 |
| HSL | 314.79º | 0.9% | 0.53% | - |
| HSV(B) | 314.79º | 0.88% | 0.95% | - |
| XYZ | 46.67 | 23.6 | 50.81 | - |
| YUV | 110.75 | 172.73 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 190 | 0 | 0.88 | 0.22 | 0.05 | 314.79 | 0.9 | 0.53 |
| Hex | F3 | 1C | BE | 0 | 58 | 16 | 5 | 13B | 5A | 35 |
| Octal | 363 | 34 | 276 | 0 | 130 | 26 | 5 | 473 | 132 | 65 |
| Binary | 11110011 | 11100 | 10111110 | 0 | 1011000 | 10110 | 101 | 100111011 | 1011010 | 110101 |
Color Harmonies of #F31CBE
Complementary color
Monochromatic Colors of #F31CBE
Black with #F31CBE
Text Example
Text Example
White with #F31CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CBE; }
p { color: rgb(243,28,190); }
H1.HeaderClassName
{
color: #F31CBE;
}
.AnyTagClassName
{
color: #F31CBE;
}
</style>
background-color css
<style>
a { background-color: #F31CBE; }
a { background-color: rgb(243,28,190); }
div.DivClassName
{
background-color: #F31CBE;
}
.BgClassName
{
background-color: #F31CBE;
}
</style>
border-color css
<style>
span { border-color: #F31CBE; }
span { border-color: rgb(243,28,190); }
td.TdClassName
{
border-color: #F31CBE;
}
.TagClassName
{
border-color: #F31CBE;
}
</style>