Shades of Shocking Pink #F30EB8
Tints of Shocking Pink #F30EB8
RGB
CMYK
RGB Variations
Color information
#F30EB8 (or 0xF30EB8) is known color: Shocking Pink. HEX triplet: F3, 0E and B8. RGB value is (243,14,184). Sum of RGB (Red+Green+Blue) = 243+14+184=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EB8 is #0CF147. Grayscale: #656565. Windows color (decimal): -848200 or 12062451. OLE color: 12062451.
HSL color Cylindrical-coordinate representation of color #F30EB8: hue angle of 315.46º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30EB8 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 184 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.05 |
| HSL | 315.46º | 0.91% | 0.5% | - |
| HSV(B) | 315.46º | 0.94% | 0.95% | - |
| XYZ | 45.77 | 22.83 | 47.34 | - |
| YUV | 101.85 | 174.37 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 184 | 0 | 0.94 | 0.24 | 0.05 | 315.46 | 0.91 | 0.5 |
| Hex | F3 | E | B8 | 0 | 5E | 18 | 5 | 13B | 5B | 32 |
| Octal | 363 | 16 | 270 | 0 | 136 | 30 | 5 | 473 | 133 | 62 |
| Binary | 11110011 | 1110 | 10111000 | 0 | 1011110 | 11000 | 101 | 100111011 | 1011011 | 110010 |
Color Harmonies of #F30EB8
Complementary color
Monochromatic Colors of #F30EB8
Black with #F30EB8
Text Example
Text Example
White with #F30EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EB8; }
p { color: rgb(243,14,184); }
H1.HeaderClassName
{
color: #F30EB8;
}
.AnyTagClassName
{
color: #F30EB8;
}
</style>
background-color css
<style>
a { background-color: #F30EB8; }
a { background-color: rgb(243,14,184); }
div.DivClassName
{
background-color: #F30EB8;
}
.BgClassName
{
background-color: #F30EB8;
}
</style>
border-color css
<style>
span { border-color: #F30EB8; }
span { border-color: rgb(243,14,184); }
td.TdClassName
{
border-color: #F30EB8;
}
.TagClassName
{
border-color: #F30EB8;
}
</style>