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