Shades of Shocking Pink #F618D6
Tints of Shocking Pink #F618D6
RGB
CMYK
RGB Variations
Color information
#F618D6 (or 0xF618D6) is known color: Shocking Pink. HEX triplet: F6, 18 and D6. RGB value is (246,24,214). Sum of RGB (Red+Green+Blue) = 246+24+214=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F618D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618D6 is #09E729. Grayscale: #6F6F6F. Windows color (decimal): -649002 or 14031094. OLE color: 14031094.
HSL color Cylindrical-coordinate representation of color #F618D6: hue angle of 308.65º 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 #F618D6 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 214 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.04 |
| HSL | 308.65º | 0.93% | 0.53% | - |
| HSV(B) | 308.65º | 0.9% | 0.96% | - |
| XYZ | 50.47 | 25.1 | 65.8 | - |
| YUV | 112.04 | 185.55 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 214 | 0 | 0.90 | 0.13 | 0.04 | 308.65 | 0.93 | 0.53 |
| Hex | F6 | 18 | D6 | 0 | 5A | D | 4 | 135 | 5C | 35 |
| Octal | 366 | 30 | 326 | 0 | 132 | 15 | 4 | 465 | 134 | 65 |
| Binary | 11110110 | 11000 | 11010110 | 0 | 1011010 | 1101 | 100 | 100110101 | 1011100 | 110101 |
Color Harmonies of #F618D6
Complementary color
Monochromatic Colors of #F618D6
Black with #F618D6
Text Example
Text Example
White with #F618D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618D6; }
p { color: rgb(246,24,214); }
H1.HeaderClassName
{
color: #F618D6;
}
.AnyTagClassName
{
color: #F618D6;
}
</style>
background-color css
<style>
a { background-color: #F618D6; }
a { background-color: rgb(246,24,214); }
div.DivClassName
{
background-color: #F618D6;
}
.BgClassName
{
background-color: #F618D6;
}
</style>
border-color css
<style>
span { border-color: #F618D6; }
span { border-color: rgb(246,24,214); }
td.TdClassName
{
border-color: #F618D6;
}
.TagClassName
{
border-color: #F618D6;
}
</style>