Shades of Shocking Pink #F514C0
Tints of Shocking Pink #F514C0
RGB
CMYK
RGB Variations
Color information
#F514C0 (or 0xF514C0) is known color: Shocking Pink. HEX triplet: F5, 14 and C0. RGB value is (245,20,192). Sum of RGB (Red+Green+Blue) = 245+20+192=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F514C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514C0 is #0AEB3F. Grayscale: #6A6A6A. Windows color (decimal): -715584 or 12588277. OLE color: 12588277.
HSL color Cylindrical-coordinate representation of color #F514C0: hue angle of 314.13º 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 #F514C0 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 192 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.04 |
| HSL | 314.13º | 0.92% | 0.52% | - |
| HSV(B) | 314.13º | 0.92% | 0.96% | - |
| XYZ | 47.42 | 23.72 | 51.95 | - |
| YUV | 106.88 | 176.04 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 192 | 0 | 0.92 | 0.22 | 0.04 | 314.13 | 0.92 | 0.52 |
| Hex | F5 | 14 | C0 | 0 | 5C | 16 | 4 | 13A | 5C | 34 |
| Octal | 365 | 24 | 300 | 0 | 134 | 26 | 4 | 472 | 134 | 64 |
| Binary | 11110101 | 10100 | 11000000 | 0 | 1011100 | 10110 | 100 | 100111010 | 1011100 | 110100 |
Color Harmonies of #F514C0
Complementary color
Monochromatic Colors of #F514C0
Black with #F514C0
Text Example
Text Example
White with #F514C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514C0; }
p { color: rgb(245,20,192); }
H1.HeaderClassName
{
color: #F514C0;
}
.AnyTagClassName
{
color: #F514C0;
}
</style>
background-color css
<style>
a { background-color: #F514C0; }
a { background-color: rgb(245,20,192); }
div.DivClassName
{
background-color: #F514C0;
}
.BgClassName
{
background-color: #F514C0;
}
</style>
border-color css
<style>
span { border-color: #F514C0; }
span { border-color: rgb(245,20,192); }
td.TdClassName
{
border-color: #F514C0;
}
.TagClassName
{
border-color: #F514C0;
}
</style>