Shades of Shocking Pink #F514D4
Tints of Shocking Pink #F514D4
RGB
CMYK
RGB Variations
Color information
#F514D4 (or 0xF514D4) is known color: Shocking Pink. HEX triplet: F5, 14 and D4. RGB value is (245,20,212). Sum of RGB (Red+Green+Blue) = 245+20+212=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F514D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514D4 is #0AEB2B. Grayscale: #6C6C6C. Windows color (decimal): -715564 or 13898997. OLE color: 13898997.
HSL color Cylindrical-coordinate representation of color #F514D4: hue angle of 308.8º 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 #F514D4 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 212 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.04 |
| HSL | 308.8º | 0.92% | 0.52% | - |
| HSV(B) | 308.8º | 0.92% | 0.96% | - |
| XYZ | 49.79 | 24.67 | 64.42 | - |
| YUV | 109.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 212 | 0 | 0.92 | 0.13 | 0.04 | 308.8 | 0.92 | 0.52 |
| Hex | F5 | 14 | D4 | 0 | 5C | D | 4 | 135 | 5C | 34 |
| Octal | 365 | 24 | 324 | 0 | 134 | 15 | 4 | 465 | 134 | 64 |
| Binary | 11110101 | 10100 | 11010100 | 0 | 1011100 | 1101 | 100 | 100110101 | 1011100 | 110100 |
Color Harmonies of #F514D4
Complementary color
Monochromatic Colors of #F514D4
Black with #F514D4
Text Example
Text Example
White with #F514D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514D4; }
p { color: rgb(245,20,212); }
H1.HeaderClassName
{
color: #F514D4;
}
.AnyTagClassName
{
color: #F514D4;
}
</style>
background-color css
<style>
a { background-color: #F514D4; }
a { background-color: rgb(245,20,212); }
div.DivClassName
{
background-color: #F514D4;
}
.BgClassName
{
background-color: #F514D4;
}
</style>
border-color css
<style>
span { border-color: #F514D4; }
span { border-color: rgb(245,20,212); }
td.TdClassName
{
border-color: #F514D4;
}
.TagClassName
{
border-color: #F514D4;
}
</style>