Shades of Shocking Pink #F514D0
Tints of Shocking Pink #F514D0
RGB
CMYK
RGB Variations
Color information
#F514D0 (or 0xF514D0) is known color: Shocking Pink. HEX triplet: F5, 14 and D0. RGB value is (245,20,208). Sum of RGB (Red+Green+Blue) = 245+20+208=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F514D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514D0 is #0AEB2F. Grayscale: #6C6C6C. Windows color (decimal): -715568 or 13636853. OLE color: 13636853.
HSL color Cylindrical-coordinate representation of color #F514D0: hue angle of 309.87º 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 #F514D0 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 208 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.04 |
| HSL | 309.87º | 0.92% | 0.52% | - |
| HSV(B) | 309.87º | 0.92% | 0.96% | - |
| XYZ | 49.29 | 24.47 | 61.8 | - |
| YUV | 108.71 | 184.04 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 208 | 0 | 0.92 | 0.15 | 0.04 | 309.87 | 0.92 | 0.52 |
| Hex | F5 | 14 | D0 | 0 | 5C | F | 4 | 136 | 5C | 34 |
| Octal | 365 | 24 | 320 | 0 | 134 | 17 | 4 | 466 | 134 | 64 |
| Binary | 11110101 | 10100 | 11010000 | 0 | 1011100 | 1111 | 100 | 100110110 | 1011100 | 110100 |
Color Harmonies of #F514D0
Complementary color
Monochromatic Colors of #F514D0
Black with #F514D0
Text Example
Text Example
White with #F514D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514D0; }
p { color: rgb(245,20,208); }
H1.HeaderClassName
{
color: #F514D0;
}
.AnyTagClassName
{
color: #F514D0;
}
</style>
background-color css
<style>
a { background-color: #F514D0; }
a { background-color: rgb(245,20,208); }
div.DivClassName
{
background-color: #F514D0;
}
.BgClassName
{
background-color: #F514D0;
}
</style>
border-color css
<style>
span { border-color: #F514D0; }
span { border-color: rgb(245,20,208); }
td.TdClassName
{
border-color: #F514D0;
}
.TagClassName
{
border-color: #F514D0;
}
</style>