Shades of Shocking Pink #F512CC
Tints of Shocking Pink #F512CC
RGB
CMYK
RGB Variations
Color information
#F512CC (or 0xF512CC) is known color: Shocking Pink. HEX triplet: F5, 12 and CC. RGB value is (245,18,204). Sum of RGB (Red+Green+Blue) = 245+18+204=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F512CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512CC is #0AED33. Grayscale: #6A6A6A. Windows color (decimal): -716084 or 13374197. OLE color: 13374197.
HSL color Cylindrical-coordinate representation of color #F512CC: hue angle of 310.84º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512CC is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 204 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.04 |
| HSL | 310.84º | 0.92% | 0.52% | - |
| HSV(B) | 310.84º | 0.93% | 0.96% | - |
| XYZ | 48.77 | 24.2 | 59.23 | - |
| YUV | 107.08 | 182.71 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 204 | 0 | 0.93 | 0.17 | 0.04 | 310.84 | 0.92 | 0.52 |
| Hex | F5 | 12 | CC | 0 | 5D | 11 | 4 | 137 | 5C | 34 |
| Octal | 365 | 22 | 314 | 0 | 135 | 21 | 4 | 467 | 134 | 64 |
| Binary | 11110101 | 10010 | 11001100 | 0 | 1011101 | 10001 | 100 | 100110111 | 1011100 | 110100 |
Color Harmonies of #F512CC
Complementary color
Monochromatic Colors of #F512CC
Black with #F512CC
Text Example
Text Example
White with #F512CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512CC; }
p { color: rgb(245,18,204); }
H1.HeaderClassName
{
color: #F512CC;
}
.AnyTagClassName
{
color: #F512CC;
}
</style>
background-color css
<style>
a { background-color: #F512CC; }
a { background-color: rgb(245,18,204); }
div.DivClassName
{
background-color: #F512CC;
}
.BgClassName
{
background-color: #F512CC;
}
</style>
border-color css
<style>
span { border-color: #F512CC; }
span { border-color: rgb(245,18,204); }
td.TdClassName
{
border-color: #F512CC;
}
.TagClassName
{
border-color: #F512CC;
}
</style>