Shades of Shocking Pink #F611CE
Tints of Shocking Pink #F611CE
RGB
CMYK
RGB Variations
Color information
#F611CE (or 0xF611CE) is known color: Shocking Pink. HEX triplet: F6, 11 and CE. RGB value is (246,17,206). Sum of RGB (Red+Green+Blue) = 246+17+206=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F611CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F611CE is #09EE31. Grayscale: #6A6A6A. Windows color (decimal): -650802 or 13505014. OLE color: 13505014.
HSL color Cylindrical-coordinate representation of color #F611CE: hue angle of 310.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F611CE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.04 |
| HSL | 310.48º | 0.93% | 0.52% | - |
| HSV(B) | 310.48º | 0.93% | 0.96% | - |
| XYZ | 49.35 | 24.45 | 60.51 | - |
| YUV | 107.02 | 183.87 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 206 | 0 | 0.93 | 0.16 | 0.04 | 310.48 | 0.93 | 0.52 |
| Hex | F6 | 11 | CE | 0 | 5D | 10 | 4 | 136 | 5D | 34 |
| Octal | 366 | 21 | 316 | 0 | 135 | 20 | 4 | 466 | 135 | 64 |
| Binary | 11110110 | 10001 | 11001110 | 0 | 1011101 | 10000 | 100 | 100110110 | 1011101 | 110100 |
Color Harmonies of #F611CE
Complementary color
Monochromatic Colors of #F611CE
Black with #F611CE
Text Example
Text Example
White with #F611CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F611CE; }
p { color: rgb(246,17,206); }
H1.HeaderClassName
{
color: #F611CE;
}
.AnyTagClassName
{
color: #F611CE;
}
</style>
background-color css
<style>
a { background-color: #F611CE; }
a { background-color: rgb(246,17,206); }
div.DivClassName
{
background-color: #F611CE;
}
.BgClassName
{
background-color: #F611CE;
}
</style>
border-color css
<style>
span { border-color: #F611CE; }
span { border-color: rgb(246,17,206); }
td.TdClassName
{
border-color: #F611CE;
}
.TagClassName
{
border-color: #F611CE;
}
</style>