Shades of Shocking Pink #F511CE
Tints of Shocking Pink #F511CE
RGB
CMYK
RGB Variations
Color information
#F511CE (or 0xF511CE) is known color: Shocking Pink. HEX triplet: F5, 11 and CE. RGB value is (245,17,206). Sum of RGB (Red+Green+Blue) = 245+17+206=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F511CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511CE is #0AEE31. Grayscale: #6A6A6A. Windows color (decimal): -716338 or 13505013. OLE color: 13505013.
HSL color Cylindrical-coordinate representation of color #F511CE: hue angle of 310.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511CE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.04 |
| HSL | 310.26º | 0.92% | 0.51% | - |
| HSV(B) | 310.26º | 0.93% | 0.96% | - |
| XYZ | 49 | 24.27 | 60.49 | - |
| YUV | 106.72 | 184.04 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 206 | 0 | 0.93 | 0.16 | 0.04 | 310.26 | 0.92 | 0.51 |
| Hex | F5 | 11 | CE | 0 | 5D | 10 | 4 | 136 | 5C | 33 |
| Octal | 365 | 21 | 316 | 0 | 135 | 20 | 4 | 466 | 134 | 63 |
| Binary | 11110101 | 10001 | 11001110 | 0 | 1011101 | 10000 | 100 | 100110110 | 1011100 | 110011 |
Color Harmonies of #F511CE
Complementary color
Monochromatic Colors of #F511CE
Black with #F511CE
Text Example
Text Example
White with #F511CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511CE; }
p { color: rgb(245,17,206); }
H1.HeaderClassName
{
color: #F511CE;
}
.AnyTagClassName
{
color: #F511CE;
}
</style>
background-color css
<style>
a { background-color: #F511CE; }
a { background-color: rgb(245,17,206); }
div.DivClassName
{
background-color: #F511CE;
}
.BgClassName
{
background-color: #F511CE;
}
</style>
border-color css
<style>
span { border-color: #F511CE; }
span { border-color: rgb(245,17,206); }
td.TdClassName
{
border-color: #F511CE;
}
.TagClassName
{
border-color: #F511CE;
}
</style>