Shades of Shocking Pink #F516D4
Tints of Shocking Pink #F516D4
RGB
CMYK
RGB Variations
Color information
#F516D4 (or 0xF516D4) is known color: Shocking Pink. HEX triplet: F5, 16 and D4. RGB value is (245,22,212). Sum of RGB (Red+Green+Blue) = 245+22+212=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F516D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516D4 is #0AE92B. Grayscale: #6D6D6D. Windows color (decimal): -715052 or 13899509. OLE color: 13899509.
HSL color Cylindrical-coordinate representation of color #F516D4: hue angle of 308.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516D4 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 212 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.04 |
| HSL | 308.88º | 0.92% | 0.52% | - |
| HSV(B) | 308.88º | 0.91% | 0.96% | - |
| XYZ | 49.83 | 24.74 | 64.44 | - |
| YUV | 110.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 212 | 0 | 0.91 | 0.13 | 0.04 | 308.88 | 0.92 | 0.52 |
| Hex | F5 | 16 | D4 | 0 | 5B | D | 4 | 135 | 5C | 34 |
| Octal | 365 | 26 | 324 | 0 | 133 | 15 | 4 | 465 | 134 | 64 |
| Binary | 11110101 | 10110 | 11010100 | 0 | 1011011 | 1101 | 100 | 100110101 | 1011100 | 110100 |
Color Harmonies of #F516D4
Complementary color
Monochromatic Colors of #F516D4
Black with #F516D4
Text Example
Text Example
White with #F516D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516D4; }
p { color: rgb(245,22,212); }
H1.HeaderClassName
{
color: #F516D4;
}
.AnyTagClassName
{
color: #F516D4;
}
</style>
background-color css
<style>
a { background-color: #F516D4; }
a { background-color: rgb(245,22,212); }
div.DivClassName
{
background-color: #F516D4;
}
.BgClassName
{
background-color: #F516D4;
}
</style>
border-color css
<style>
span { border-color: #F516D4; }
span { border-color: rgb(245,22,212); }
td.TdClassName
{
border-color: #F516D4;
}
.TagClassName
{
border-color: #F516D4;
}
</style>