Shades of Shocking Pink #F511CC
Tints of Shocking Pink #F511CC
RGB
CMYK
RGB Variations
Color information
#F511CC (or 0xF511CC) is known color: Shocking Pink. HEX triplet: F5, 11 and CC. RGB value is (245,17,204). Sum of RGB (Red+Green+Blue) = 245+17+204=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F511CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511CC is #0AEE33. Grayscale: #696969. Windows color (decimal): -716340 or 13373941. OLE color: 13373941.
HSL color Cylindrical-coordinate representation of color #F511CC: hue angle of 310.79º 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 #F511CC is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 204 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.04 |
| HSL | 310.79º | 0.92% | 0.51% | - |
| HSV(B) | 310.79º | 0.93% | 0.96% | - |
| XYZ | 48.76 | 24.17 | 59.22 | - |
| YUV | 106.49 | 183.04 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 204 | 0 | 0.93 | 0.17 | 0.04 | 310.79 | 0.92 | 0.51 |
| Hex | F5 | 11 | CC | 0 | 5D | 11 | 4 | 137 | 5C | 33 |
| Octal | 365 | 21 | 314 | 0 | 135 | 21 | 4 | 467 | 134 | 63 |
| Binary | 11110101 | 10001 | 11001100 | 0 | 1011101 | 10001 | 100 | 100110111 | 1011100 | 110011 |
Color Harmonies of #F511CC
Complementary color
Monochromatic Colors of #F511CC
Black with #F511CC
Text Example
Text Example
White with #F511CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511CC; }
p { color: rgb(245,17,204); }
H1.HeaderClassName
{
color: #F511CC;
}
.AnyTagClassName
{
color: #F511CC;
}
</style>
background-color css
<style>
a { background-color: #F511CC; }
a { background-color: rgb(245,17,204); }
div.DivClassName
{
background-color: #F511CC;
}
.BgClassName
{
background-color: #F511CC;
}
</style>
border-color css
<style>
span { border-color: #F511CC; }
span { border-color: rgb(245,17,204); }
td.TdClassName
{
border-color: #F511CC;
}
.TagClassName
{
border-color: #F511CC;
}
</style>