Shades of Shocking Pink #F512BD
Tints of Shocking Pink #F512BD
RGB
CMYK
RGB Variations
Color information
#F512BD (or 0xF512BD) is known color: Shocking Pink. HEX triplet: F5, 12 and BD. RGB value is (245,18,189). Sum of RGB (Red+Green+Blue) = 245+18+189=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F512BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512BD is #0AED42. Grayscale: #686868. Windows color (decimal): -716099 or 12391157. OLE color: 12391157.
HSL color Cylindrical-coordinate representation of color #F512BD: hue angle of 314.8º 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 #F512BD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 189 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.04 |
| HSL | 314.8º | 0.92% | 0.52% | - |
| HSV(B) | 314.8º | 0.93% | 0.96% | - |
| XYZ | 47.06 | 23.52 | 50.2 | - |
| YUV | 105.37 | 175.21 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 189 | 0 | 0.93 | 0.23 | 0.04 | 314.8 | 0.92 | 0.52 |
| Hex | F5 | 12 | BD | 0 | 5D | 17 | 4 | 13B | 5C | 34 |
| Octal | 365 | 22 | 275 | 0 | 135 | 27 | 4 | 473 | 134 | 64 |
| Binary | 11110101 | 10010 | 10111101 | 0 | 1011101 | 10111 | 100 | 100111011 | 1011100 | 110100 |
Color Harmonies of #F512BD
Complementary color
Monochromatic Colors of #F512BD
Black with #F512BD
Text Example
Text Example
White with #F512BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512BD; }
p { color: rgb(245,18,189); }
H1.HeaderClassName
{
color: #F512BD;
}
.AnyTagClassName
{
color: #F512BD;
}
</style>
background-color css
<style>
a { background-color: #F512BD; }
a { background-color: rgb(245,18,189); }
div.DivClassName
{
background-color: #F512BD;
}
.BgClassName
{
background-color: #F512BD;
}
</style>
border-color css
<style>
span { border-color: #F512BD; }
span { border-color: rgb(245,18,189); }
td.TdClassName
{
border-color: #F512BD;
}
.TagClassName
{
border-color: #F512BD;
}
</style>