Shades of Shocking Pink #F514BD
Tints of Shocking Pink #F514BD
RGB
CMYK
RGB Variations
Color information
#F514BD (or 0xF514BD) is known color: Shocking Pink. HEX triplet: F5, 14 and BD. RGB value is (245,20,189). Sum of RGB (Red+Green+Blue) = 245+20+189=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F514BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514BD is #0AEB42. Grayscale: #6A6A6A. Windows color (decimal): -715587 or 12391669. OLE color: 12391669.
HSL color Cylindrical-coordinate representation of color #F514BD: hue angle of 314.93º 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 #F514BD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 189 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.04 |
| HSL | 314.93º | 0.92% | 0.52% | - |
| HSV(B) | 314.93º | 0.92% | 0.96% | - |
| XYZ | 47.09 | 23.59 | 50.21 | - |
| YUV | 106.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 189 | 0 | 0.92 | 0.23 | 0.04 | 314.93 | 0.92 | 0.52 |
| Hex | F5 | 14 | BD | 0 | 5C | 17 | 4 | 13B | 5C | 34 |
| Octal | 365 | 24 | 275 | 0 | 134 | 27 | 4 | 473 | 134 | 64 |
| Binary | 11110101 | 10100 | 10111101 | 0 | 1011100 | 10111 | 100 | 100111011 | 1011100 | 110100 |
Color Harmonies of #F514BD
Complementary color
Monochromatic Colors of #F514BD
Black with #F514BD
Text Example
Text Example
White with #F514BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514BD; }
p { color: rgb(245,20,189); }
H1.HeaderClassName
{
color: #F514BD;
}
.AnyTagClassName
{
color: #F514BD;
}
</style>
background-color css
<style>
a { background-color: #F514BD; }
a { background-color: rgb(245,20,189); }
div.DivClassName
{
background-color: #F514BD;
}
.BgClassName
{
background-color: #F514BD;
}
</style>
border-color css
<style>
span { border-color: #F514BD; }
span { border-color: rgb(245,20,189); }
td.TdClassName
{
border-color: #F514BD;
}
.TagClassName
{
border-color: #F514BD;
}
</style>