Shades of Shocking Pink #F518C1
Tints of Shocking Pink #F518C1
RGB
CMYK
RGB Variations
Color information
#F518C1 (or 0xF518C1) is known color: Shocking Pink. HEX triplet: F5, 18 and C1. RGB value is (245,24,193). Sum of RGB (Red+Green+Blue) = 245+24+193=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F518C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518C1 is #0AE73E. Grayscale: #6C6C6C. Windows color (decimal): -714559 or 12654837. OLE color: 12654837.
HSL color Cylindrical-coordinate representation of color #F518C1: hue angle of 314.12º 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 #F518C1 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 193 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.04 |
| HSL | 314.12º | 0.92% | 0.53% | - |
| HSV(B) | 314.12º | 0.9% | 0.96% | - |
| XYZ | 47.61 | 23.92 | 52.56 | - |
| YUV | 109.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 193 | 0 | 0.90 | 0.21 | 0.04 | 314.12 | 0.92 | 0.53 |
| Hex | F5 | 18 | C1 | 0 | 5A | 15 | 4 | 13A | 5C | 35 |
| Octal | 365 | 30 | 301 | 0 | 132 | 25 | 4 | 472 | 134 | 65 |
| Binary | 11110101 | 11000 | 11000001 | 0 | 1011010 | 10101 | 100 | 100111010 | 1011100 | 110101 |
Color Harmonies of #F518C1
Complementary color
Monochromatic Colors of #F518C1
Black with #F518C1
Text Example
Text Example
White with #F518C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518C1; }
p { color: rgb(245,24,193); }
H1.HeaderClassName
{
color: #F518C1;
}
.AnyTagClassName
{
color: #F518C1;
}
</style>
background-color css
<style>
a { background-color: #F518C1; }
a { background-color: rgb(245,24,193); }
div.DivClassName
{
background-color: #F518C1;
}
.BgClassName
{
background-color: #F518C1;
}
</style>
border-color css
<style>
span { border-color: #F518C1; }
span { border-color: rgb(245,24,193); }
td.TdClassName
{
border-color: #F518C1;
}
.TagClassName
{
border-color: #F518C1;
}
</style>