Shades of Shocking Pink #F518B8
Tints of Shocking Pink #F518B8
RGB
CMYK
RGB Variations
Color information
#F518B8 (or 0xF518B8) is known color: Shocking Pink. HEX triplet: F5, 18 and B8. RGB value is (245,24,184). Sum of RGB (Red+Green+Blue) = 245+24+184=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F518B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518B8 is #0AE747. Grayscale: #6B6B6B. Windows color (decimal): -714568 or 12065013. OLE color: 12065013.
HSL color Cylindrical-coordinate representation of color #F518B8: hue angle of 316.56º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518B8 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 184 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.04 |
| HSL | 316.56º | 0.92% | 0.53% | - |
| HSV(B) | 316.56º | 0.9% | 0.96% | - |
| XYZ | 46.63 | 23.53 | 47.43 | - |
| YUV | 108.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 184 | 0 | 0.90 | 0.25 | 0.04 | 316.56 | 0.92 | 0.53 |
| Hex | F5 | 18 | B8 | 0 | 5A | 19 | 4 | 13D | 5C | 35 |
| Octal | 365 | 30 | 270 | 0 | 132 | 31 | 4 | 475 | 134 | 65 |
| Binary | 11110101 | 11000 | 10111000 | 0 | 1011010 | 11001 | 100 | 100111101 | 1011100 | 110101 |
Color Harmonies of #F518B8
Complementary color
Monochromatic Colors of #F518B8
Black with #F518B8
Text Example
Text Example
White with #F518B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518B8; }
p { color: rgb(245,24,184); }
H1.HeaderClassName
{
color: #F518B8;
}
.AnyTagClassName
{
color: #F518B8;
}
</style>
background-color css
<style>
a { background-color: #F518B8; }
a { background-color: rgb(245,24,184); }
div.DivClassName
{
background-color: #F518B8;
}
.BgClassName
{
background-color: #F518B8;
}
</style>
border-color css
<style>
span { border-color: #F518B8; }
span { border-color: rgb(245,24,184); }
td.TdClassName
{
border-color: #F518B8;
}
.TagClassName
{
border-color: #F518B8;
}
</style>