Shades of Shocking Pink #F31EC7
Tints of Shocking Pink #F31EC7
RGB
CMYK
RGB Variations
Color information
#F31EC7 (or 0xF31EC7) is known color: Shocking Pink. HEX triplet: F3, 1E and C7. RGB value is (243,30,199). Sum of RGB (Red+Green+Blue) = 243+30+199=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EC7 is #0CE138. Grayscale: #707070. Windows color (decimal): -844089 or 13049587. OLE color: 13049587.
HSL color Cylindrical-coordinate representation of color #F31EC7: hue angle of 312.39º 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 #F31EC7 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 199 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.05 |
| HSL | 312.39º | 0.9% | 0.54% | - |
| HSV(B) | 312.39º | 0.88% | 0.95% | - |
| XYZ | 47.74 | 24.11 | 56.17 | - |
| YUV | 112.95 | 176.57 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 199 | 0 | 0.88 | 0.18 | 0.05 | 312.39 | 0.9 | 0.54 |
| Hex | F3 | 1E | C7 | 0 | 58 | 12 | 5 | 138 | 5A | 36 |
| Octal | 363 | 36 | 307 | 0 | 130 | 22 | 5 | 470 | 132 | 66 |
| Binary | 11110011 | 11110 | 11000111 | 0 | 1011000 | 10010 | 101 | 100111000 | 1011010 | 110110 |
Color Harmonies of #F31EC7
Complementary color
Monochromatic Colors of #F31EC7
Black with #F31EC7
Text Example
Text Example
White with #F31EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EC7; }
p { color: rgb(243,30,199); }
H1.HeaderClassName
{
color: #F31EC7;
}
.AnyTagClassName
{
color: #F31EC7;
}
</style>
background-color css
<style>
a { background-color: #F31EC7; }
a { background-color: rgb(243,30,199); }
div.DivClassName
{
background-color: #F31EC7;
}
.BgClassName
{
background-color: #F31EC7;
}
</style>
border-color css
<style>
span { border-color: #F31EC7; }
span { border-color: rgb(243,30,199); }
td.TdClassName
{
border-color: #F31EC7;
}
.TagClassName
{
border-color: #F31EC7;
}
</style>