Shades of Shocking Pink #F512BA
Tints of Shocking Pink #F512BA
RGB
CMYK
RGB Variations
Color information
#F512BA (or 0xF512BA) is known color: Shocking Pink. HEX triplet: F5, 12 and BA. RGB value is (245,18,186). Sum of RGB (Red+Green+Blue) = 245+18+186=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F512BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512BA is #0AED45. Grayscale: #686868. Windows color (decimal): -716102 or 12194549. OLE color: 12194549.
HSL color Cylindrical-coordinate representation of color #F512BA: hue angle of 315.59º 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 #F512BA is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.04 |
| HSL | 315.59º | 0.92% | 0.52% | - |
| HSV(B) | 315.59º | 0.93% | 0.96% | - |
| XYZ | 46.74 | 23.39 | 48.51 | - |
| YUV | 105.03 | 173.71 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 186 | 0 | 0.93 | 0.24 | 0.04 | 315.59 | 0.92 | 0.52 |
| Hex | F5 | 12 | BA | 0 | 5D | 18 | 4 | 13C | 5C | 34 |
| Octal | 365 | 22 | 272 | 0 | 135 | 30 | 4 | 474 | 134 | 64 |
| Binary | 11110101 | 10010 | 10111010 | 0 | 1011101 | 11000 | 100 | 100111100 | 1011100 | 110100 |
Color Harmonies of #F512BA
Complementary color
Monochromatic Colors of #F512BA
Black with #F512BA
Text Example
Text Example
White with #F512BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512BA; }
p { color: rgb(245,18,186); }
H1.HeaderClassName
{
color: #F512BA;
}
.AnyTagClassName
{
color: #F512BA;
}
</style>
background-color css
<style>
a { background-color: #F512BA; }
a { background-color: rgb(245,18,186); }
div.DivClassName
{
background-color: #F512BA;
}
.BgClassName
{
background-color: #F512BA;
}
</style>
border-color css
<style>
span { border-color: #F512BA; }
span { border-color: rgb(245,18,186); }
td.TdClassName
{
border-color: #F512BA;
}
.TagClassName
{
border-color: #F512BA;
}
</style>