Shades of Shocking Pink #F618CE
Tints of Shocking Pink #F618CE
RGB
CMYK
RGB Variations
Color information
#F618CE (or 0xF618CE) is known color: Shocking Pink. HEX triplet: F6, 18 and CE. RGB value is (246,24,206). Sum of RGB (Red+Green+Blue) = 246+24+206=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F618CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618CE is #09E731. Grayscale: #6E6E6E. Windows color (decimal): -649010 or 13506806. OLE color: 13506806.
HSL color Cylindrical-coordinate representation of color #F618CE: hue angle of 310.81º 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 #F618CE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 206 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.04 |
| HSL | 310.81º | 0.93% | 0.53% | - |
| HSV(B) | 310.81º | 0.9% | 0.96% | - |
| XYZ | 49.47 | 24.7 | 60.55 | - |
| YUV | 111.13 | 181.55 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 206 | 0 | 0.90 | 0.16 | 0.04 | 310.81 | 0.93 | 0.53 |
| Hex | F6 | 18 | CE | 0 | 5A | 10 | 4 | 137 | 5C | 35 |
| Octal | 366 | 30 | 316 | 0 | 132 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110110 | 11000 | 11001110 | 0 | 1011010 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F618CE
Complementary color
Monochromatic Colors of #F618CE
Black with #F618CE
Text Example
Text Example
White with #F618CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618CE; }
p { color: rgb(246,24,206); }
H1.HeaderClassName
{
color: #F618CE;
}
.AnyTagClassName
{
color: #F618CE;
}
</style>
background-color css
<style>
a { background-color: #F618CE; }
a { background-color: rgb(246,24,206); }
div.DivClassName
{
background-color: #F618CE;
}
.BgClassName
{
background-color: #F618CE;
}
</style>
border-color css
<style>
span { border-color: #F618CE; }
span { border-color: rgb(246,24,206); }
td.TdClassName
{
border-color: #F618CE;
}
.TagClassName
{
border-color: #F618CE;
}
</style>