Shades of Shocking Pink #F615CE
Tints of Shocking Pink #F615CE
RGB
CMYK
RGB Variations
Color information
#F615CE (or 0xF615CE) is known color: Shocking Pink. HEX triplet: F6, 15 and CE. RGB value is (246,21,206). Sum of RGB (Red+Green+Blue) = 246+21+206=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F615CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615CE is #09EA31. Grayscale: #6C6C6C. Windows color (decimal): -649778 or 13506038. OLE color: 13506038.
HSL color Cylindrical-coordinate representation of color #F615CE: hue angle of 310.67º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615CE is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 206 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.04 |
| HSL | 310.67º | 0.93% | 0.52% | - |
| HSV(B) | 310.67º | 0.91% | 0.96% | - |
| XYZ | 49.41 | 24.59 | 60.53 | - |
| YUV | 109.37 | 182.54 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 206 | 0 | 0.91 | 0.16 | 0.04 | 310.67 | 0.93 | 0.52 |
| Hex | F6 | 15 | CE | 0 | 5B | 10 | 4 | 137 | 5D | 34 |
| Octal | 366 | 25 | 316 | 0 | 133 | 20 | 4 | 467 | 135 | 64 |
| Binary | 11110110 | 10101 | 11001110 | 0 | 1011011 | 10000 | 100 | 100110111 | 1011101 | 110100 |
Color Harmonies of #F615CE
Complementary color
Monochromatic Colors of #F615CE
Black with #F615CE
Text Example
Text Example
White with #F615CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615CE; }
p { color: rgb(246,21,206); }
H1.HeaderClassName
{
color: #F615CE;
}
.AnyTagClassName
{
color: #F615CE;
}
</style>
background-color css
<style>
a { background-color: #F615CE; }
a { background-color: rgb(246,21,206); }
div.DivClassName
{
background-color: #F615CE;
}
.BgClassName
{
background-color: #F615CE;
}
</style>
border-color css
<style>
span { border-color: #F615CE; }
span { border-color: rgb(246,21,206); }
td.TdClassName
{
border-color: #F615CE;
}
.TagClassName
{
border-color: #F615CE;
}
</style>