Shades of Shocking Pink #F518D1
Tints of Shocking Pink #F518D1
RGB
CMYK
RGB Variations
Color information
#F518D1 (or 0xF518D1) is known color: Shocking Pink. HEX triplet: F5, 18 and D1. RGB value is (245,24,209). Sum of RGB (Red+Green+Blue) = 245+24+209=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F518D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518D1 is #0AE72E. Grayscale: #6E6E6E. Windows color (decimal): -714543 or 13703413. OLE color: 13703413.
HSL color Cylindrical-coordinate representation of color #F518D1: hue angle of 309.77º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518D1 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 209 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.04 |
| HSL | 309.77º | 0.92% | 0.53% | - |
| HSV(B) | 309.77º | 0.9% | 0.96% | - |
| XYZ | 49.49 | 24.67 | 62.47 | - |
| YUV | 111.17 | 183.22 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 209 | 0 | 0.90 | 0.15 | 0.04 | 309.77 | 0.92 | 0.53 |
| Hex | F5 | 18 | D1 | 0 | 5A | F | 4 | 136 | 5C | 35 |
| Octal | 365 | 30 | 321 | 0 | 132 | 17 | 4 | 466 | 134 | 65 |
| Binary | 11110101 | 11000 | 11010001 | 0 | 1011010 | 1111 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F518D1
Complementary color
Monochromatic Colors of #F518D1
Black with #F518D1
Text Example
Text Example
White with #F518D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518D1; }
p { color: rgb(245,24,209); }
H1.HeaderClassName
{
color: #F518D1;
}
.AnyTagClassName
{
color: #F518D1;
}
</style>
background-color css
<style>
a { background-color: #F518D1; }
a { background-color: rgb(245,24,209); }
div.DivClassName
{
background-color: #F518D1;
}
.BgClassName
{
background-color: #F518D1;
}
</style>
border-color css
<style>
span { border-color: #F518D1; }
span { border-color: rgb(245,24,209); }
td.TdClassName
{
border-color: #F518D1;
}
.TagClassName
{
border-color: #F518D1;
}
</style>