Shades of Shocking Pink #F514B8
Tints of Shocking Pink #F514B8
RGB
CMYK
RGB Variations
Color information
#F514B8 (or 0xF514B8) is known color: Shocking Pink. HEX triplet: F5, 14 and B8. RGB value is (245,20,184). Sum of RGB (Red+Green+Blue) = 245+20+184=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F514B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514B8 is #0AEB47. Grayscale: #696969. Windows color (decimal): -715592 or 12063989. OLE color: 12063989.
HSL color Cylindrical-coordinate representation of color #F514B8: hue angle of 316.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514B8 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 184 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.04 |
| HSL | 316.27º | 0.92% | 0.52% | - |
| HSV(B) | 316.27º | 0.92% | 0.96% | - |
| XYZ | 46.56 | 23.37 | 47.41 | - |
| YUV | 105.97 | 172.04 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 184 | 0 | 0.92 | 0.25 | 0.04 | 316.27 | 0.92 | 0.52 |
| Hex | F5 | 14 | B8 | 0 | 5C | 19 | 4 | 13C | 5C | 34 |
| Octal | 365 | 24 | 270 | 0 | 134 | 31 | 4 | 474 | 134 | 64 |
| Binary | 11110101 | 10100 | 10111000 | 0 | 1011100 | 11001 | 100 | 100111100 | 1011100 | 110100 |
Color Harmonies of #F514B8
Complementary color
Monochromatic Colors of #F514B8
Black with #F514B8
Text Example
Text Example
White with #F514B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514B8; }
p { color: rgb(245,20,184); }
H1.HeaderClassName
{
color: #F514B8;
}
.AnyTagClassName
{
color: #F514B8;
}
</style>
background-color css
<style>
a { background-color: #F514B8; }
a { background-color: rgb(245,20,184); }
div.DivClassName
{
background-color: #F514B8;
}
.BgClassName
{
background-color: #F514B8;
}
</style>
border-color css
<style>
span { border-color: #F514B8; }
span { border-color: rgb(245,20,184); }
td.TdClassName
{
border-color: #F514B8;
}
.TagClassName
{
border-color: #F514B8;
}
</style>