Shades of Shocking Pink #F618D1
Tints of Shocking Pink #F618D1
RGB
CMYK
RGB Variations
Color information
#F618D1 (or 0xF618D1) is known color: Shocking Pink. HEX triplet: F6, 18 and D1. RGB value is (246,24,209). Sum of RGB (Red+Green+Blue) = 246+24+209=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F618D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618D1 is #09E72E. Grayscale: #6E6E6E. Windows color (decimal): -649007 or 13703414. OLE color: 13703414.
HSL color Cylindrical-coordinate representation of color #F618D1: hue angle of 310º degrees, saturation: 0.93, 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 #F618D1 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 209 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.04 |
| HSL | 310º | 0.93% | 0.53% | - |
| HSV(B) | 310º | 0.9% | 0.96% | - |
| XYZ | 49.84 | 24.85 | 62.49 | - |
| YUV | 111.47 | 183.05 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 209 | 0 | 0.90 | 0.15 | 0.04 | 310 | 0.93 | 0.53 |
| Hex | F6 | 18 | D1 | 0 | 5A | F | 4 | 136 | 5C | 35 |
| Octal | 366 | 30 | 321 | 0 | 132 | 17 | 4 | 466 | 134 | 65 |
| Binary | 11110110 | 11000 | 11010001 | 0 | 1011010 | 1111 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F618D1
Complementary color
Monochromatic Colors of #F618D1
Black with #F618D1
Text Example
Text Example
White with #F618D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618D1; }
p { color: rgb(246,24,209); }
H1.HeaderClassName
{
color: #F618D1;
}
.AnyTagClassName
{
color: #F618D1;
}
</style>
background-color css
<style>
a { background-color: #F618D1; }
a { background-color: rgb(246,24,209); }
div.DivClassName
{
background-color: #F618D1;
}
.BgClassName
{
background-color: #F618D1;
}
</style>
border-color css
<style>
span { border-color: #F618D1; }
span { border-color: rgb(246,24,209); }
td.TdClassName
{
border-color: #F618D1;
}
.TagClassName
{
border-color: #F618D1;
}
</style>