Shades of Shocking Pink #F31ECF
Tints of Shocking Pink #F31ECF
RGB
CMYK
RGB Variations
Color information
#F31ECF (or 0xF31ECF) is known color: Shocking Pink. HEX triplet: F3, 1E and CF. RGB value is (243,30,207). Sum of RGB (Red+Green+Blue) = 243+30+207=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ECF is #0CE130. Grayscale: #717171. Windows color (decimal): -844081 or 13573875. OLE color: 13573875.
HSL color Cylindrical-coordinate representation of color #F31ECF: hue angle of 310.14º 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 #F31ECF is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 310.14º | 0.9% | 0.54% | - |
| HSV(B) | 310.14º | 0.88% | 0.95% | - |
| XYZ | 48.69 | 24.49 | 61.19 | - |
| YUV | 113.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 207 | 0 | 0.88 | 0.15 | 0.05 | 310.14 | 0.9 | 0.54 |
| Hex | F3 | 1E | CF | 0 | 58 | F | 5 | 136 | 5A | 36 |
| Octal | 363 | 36 | 317 | 0 | 130 | 17 | 5 | 466 | 132 | 66 |
| Binary | 11110011 | 11110 | 11001111 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011010 | 110110 |
Color Harmonies of #F31ECF
Complementary color
Monochromatic Colors of #F31ECF
Black with #F31ECF
Text Example
Text Example
White with #F31ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ECF; }
p { color: rgb(243,30,207); }
H1.HeaderClassName
{
color: #F31ECF;
}
.AnyTagClassName
{
color: #F31ECF;
}
</style>
background-color css
<style>
a { background-color: #F31ECF; }
a { background-color: rgb(243,30,207); }
div.DivClassName
{
background-color: #F31ECF;
}
.BgClassName
{
background-color: #F31ECF;
}
</style>
border-color css
<style>
span { border-color: #F31ECF; }
span { border-color: rgb(243,30,207); }
td.TdClassName
{
border-color: #F31ECF;
}
.TagClassName
{
border-color: #F31ECF;
}
</style>