Shades of Shocking Pink #F31EC8
Tints of Shocking Pink #F31EC8
RGB
CMYK
RGB Variations
Color information
#F31EC8 (or 0xF31EC8) is known color: Shocking Pink. HEX triplet: F3, 1E and C8. RGB value is (243,30,200). Sum of RGB (Red+Green+Blue) = 243+30+200=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EC8 is #0CE137. Grayscale: #707070. Windows color (decimal): -844088 or 13115123. OLE color: 13115123.
HSL color Cylindrical-coordinate representation of color #F31EC8: hue angle of 312.11º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31EC8 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 200 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.05 |
| HSL | 312.11º | 0.9% | 0.54% | - |
| HSV(B) | 312.11º | 0.88% | 0.95% | - |
| XYZ | 47.85 | 24.15 | 56.78 | - |
| YUV | 113.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 200 | 0 | 0.88 | 0.18 | 0.05 | 312.11 | 0.9 | 0.54 |
| Hex | F3 | 1E | C8 | 0 | 58 | 12 | 5 | 138 | 5A | 36 |
| Octal | 363 | 36 | 310 | 0 | 130 | 22 | 5 | 470 | 132 | 66 |
| Binary | 11110011 | 11110 | 11001000 | 0 | 1011000 | 10010 | 101 | 100111000 | 1011010 | 110110 |
Color Harmonies of #F31EC8
Complementary color
Monochromatic Colors of #F31EC8
Black with #F31EC8
Text Example
Text Example
White with #F31EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EC8; }
p { color: rgb(243,30,200); }
H1.HeaderClassName
{
color: #F31EC8;
}
.AnyTagClassName
{
color: #F31EC8;
}
</style>
background-color css
<style>
a { background-color: #F31EC8; }
a { background-color: rgb(243,30,200); }
div.DivClassName
{
background-color: #F31EC8;
}
.BgClassName
{
background-color: #F31EC8;
}
</style>
border-color css
<style>
span { border-color: #F31EC8; }
span { border-color: rgb(243,30,200); }
td.TdClassName
{
border-color: #F31EC8;
}
.TagClassName
{
border-color: #F31EC8;
}
</style>