Shades of Shocking Pink #F510CE
Tints of Shocking Pink #F510CE
RGB
CMYK
RGB Variations
Color information
#F510CE (or 0xF510CE) is known color: Shocking Pink. HEX triplet: F5, 10 and CE. RGB value is (245,16,206). Sum of RGB (Red+Green+Blue) = 245+16+206=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F510CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510CE is #0AEF31. Grayscale: #696969. Windows color (decimal): -716594 or 13504757. OLE color: 13504757.
HSL color Cylindrical-coordinate representation of color #F510CE: hue angle of 310.22º 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 #F510CE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 206 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.04 |
| HSL | 310.22º | 0.92% | 0.51% | - |
| HSV(B) | 310.22º | 0.93% | 0.96% | - |
| XYZ | 48.98 | 24.24 | 60.49 | - |
| YUV | 106.13 | 184.37 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 206 | 0 | 0.93 | 0.16 | 0.04 | 310.22 | 0.92 | 0.51 |
| Hex | F5 | 10 | CE | 0 | 5D | 10 | 4 | 136 | 5C | 33 |
| Octal | 365 | 20 | 316 | 0 | 135 | 20 | 4 | 466 | 134 | 63 |
| Binary | 11110101 | 10000 | 11001110 | 0 | 1011101 | 10000 | 100 | 100110110 | 1011100 | 110011 |
Color Harmonies of #F510CE
Complementary color
Monochromatic Colors of #F510CE
Black with #F510CE
Text Example
Text Example
White with #F510CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510CE; }
p { color: rgb(245,16,206); }
H1.HeaderClassName
{
color: #F510CE;
}
.AnyTagClassName
{
color: #F510CE;
}
</style>
background-color css
<style>
a { background-color: #F510CE; }
a { background-color: rgb(245,16,206); }
div.DivClassName
{
background-color: #F510CE;
}
.BgClassName
{
background-color: #F510CE;
}
</style>
border-color css
<style>
span { border-color: #F510CE; }
span { border-color: rgb(245,16,206); }
td.TdClassName
{
border-color: #F510CE;
}
.TagClassName
{
border-color: #F510CE;
}
</style>