Shades of Shocking Pink #F31EBA
Tints of Shocking Pink #F31EBA
RGB
CMYK
RGB Variations
Color information
#F31EBA (or 0xF31EBA) is known color: Shocking Pink. HEX triplet: F3, 1E and BA. RGB value is (243,30,186). Sum of RGB (Red+Green+Blue) = 243+30+186=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EBA is #0CE145. Grayscale: #6F6F6F. Windows color (decimal): -844102 or 12197619. OLE color: 12197619.
HSL color Cylindrical-coordinate representation of color #F31EBA: hue angle of 316.06º 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 #F31EBA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 186 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 316.06º | 0.9% | 0.54% | - |
| HSV(B) | 316.06º | 0.88% | 0.95% | - |
| XYZ | 46.29 | 23.53 | 48.56 | - |
| YUV | 111.47 | 170.07 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 186 | 0 | 0.88 | 0.23 | 0.05 | 316.06 | 0.9 | 0.54 |
| Hex | F3 | 1E | BA | 0 | 58 | 17 | 5 | 13C | 5A | 36 |
| Octal | 363 | 36 | 272 | 0 | 130 | 27 | 5 | 474 | 132 | 66 |
| Binary | 11110011 | 11110 | 10111010 | 0 | 1011000 | 10111 | 101 | 100111100 | 1011010 | 110110 |
Color Harmonies of #F31EBA
Complementary color
Monochromatic Colors of #F31EBA
Black with #F31EBA
Text Example
Text Example
White with #F31EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EBA; }
p { color: rgb(243,30,186); }
H1.HeaderClassName
{
color: #F31EBA;
}
.AnyTagClassName
{
color: #F31EBA;
}
</style>
background-color css
<style>
a { background-color: #F31EBA; }
a { background-color: rgb(243,30,186); }
div.DivClassName
{
background-color: #F31EBA;
}
.BgClassName
{
background-color: #F31EBA;
}
</style>
border-color css
<style>
span { border-color: #F31EBA; }
span { border-color: rgb(243,30,186); }
td.TdClassName
{
border-color: #F31EBA;
}
.TagClassName
{
border-color: #F31EBA;
}
</style>