Shades of Shocking Pink #F515CE
Tints of Shocking Pink #F515CE
RGB
CMYK
RGB Variations
Color information
#F515CE (or 0xF515CE) is known color: Shocking Pink. HEX triplet: F5, 15 and CE. RGB value is (245,21,206). Sum of RGB (Red+Green+Blue) = 245+21+206=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F515CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515CE is #0AEA31. Grayscale: #6C6C6C. Windows color (decimal): -715314 or 13506037. OLE color: 13506037.
HSL color Cylindrical-coordinate representation of color #F515CE: hue angle of 310.45º degrees, saturation: 0.92, 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 #F515CE is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 206 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.04 |
| HSL | 310.45º | 0.92% | 0.52% | - |
| HSV(B) | 310.45º | 0.91% | 0.96% | - |
| XYZ | 49.06 | 24.41 | 60.52 | - |
| YUV | 109.07 | 182.71 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 206 | 0 | 0.91 | 0.16 | 0.04 | 310.45 | 0.92 | 0.52 |
| Hex | F5 | 15 | CE | 0 | 5B | 10 | 4 | 136 | 5C | 34 |
| Octal | 365 | 25 | 316 | 0 | 133 | 20 | 4 | 466 | 134 | 64 |
| Binary | 11110101 | 10101 | 11001110 | 0 | 1011011 | 10000 | 100 | 100110110 | 1011100 | 110100 |
Color Harmonies of #F515CE
Complementary color
Monochromatic Colors of #F515CE
Black with #F515CE
Text Example
Text Example
White with #F515CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515CE; }
p { color: rgb(245,21,206); }
H1.HeaderClassName
{
color: #F515CE;
}
.AnyTagClassName
{
color: #F515CE;
}
</style>
background-color css
<style>
a { background-color: #F515CE; }
a { background-color: rgb(245,21,206); }
div.DivClassName
{
background-color: #F515CE;
}
.BgClassName
{
background-color: #F515CE;
}
</style>
border-color css
<style>
span { border-color: #F515CE; }
span { border-color: rgb(245,21,206); }
td.TdClassName
{
border-color: #F515CE;
}
.TagClassName
{
border-color: #F515CE;
}
</style>