Shades of Shocking Pink #F518C2
Tints of Shocking Pink #F518C2
RGB
CMYK
RGB Variations
Color information
#F518C2 (or 0xF518C2) is known color: Shocking Pink. HEX triplet: F5, 18 and C2. RGB value is (245,24,194). Sum of RGB (Red+Green+Blue) = 245+24+194=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F518C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518C2 is #0AE73D. Grayscale: #6D6D6D. Windows color (decimal): -714558 or 12720373. OLE color: 12720373.
HSL color Cylindrical-coordinate representation of color #F518C2: hue angle of 313.85º 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 #F518C2 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 194 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.04 |
| HSL | 313.85º | 0.92% | 0.53% | - |
| HSV(B) | 313.85º | 0.9% | 0.96% | - |
| XYZ | 47.72 | 23.96 | 53.15 | - |
| YUV | 109.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 194 | 0 | 0.90 | 0.21 | 0.04 | 313.85 | 0.92 | 0.53 |
| Hex | F5 | 18 | C2 | 0 | 5A | 15 | 4 | 13A | 5C | 35 |
| Octal | 365 | 30 | 302 | 0 | 132 | 25 | 4 | 472 | 134 | 65 |
| Binary | 11110101 | 11000 | 11000010 | 0 | 1011010 | 10101 | 100 | 100111010 | 1011100 | 110101 |
Color Harmonies of #F518C2
Complementary color
Monochromatic Colors of #F518C2
Black with #F518C2
Text Example
Text Example
White with #F518C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518C2; }
p { color: rgb(245,24,194); }
H1.HeaderClassName
{
color: #F518C2;
}
.AnyTagClassName
{
color: #F518C2;
}
</style>
background-color css
<style>
a { background-color: #F518C2; }
a { background-color: rgb(245,24,194); }
div.DivClassName
{
background-color: #F518C2;
}
.BgClassName
{
background-color: #F518C2;
}
</style>
border-color css
<style>
span { border-color: #F518C2; }
span { border-color: rgb(245,24,194); }
td.TdClassName
{
border-color: #F518C2;
}
.TagClassName
{
border-color: #F518C2;
}
</style>