Shades of Shocking Pink #F510BD
Tints of Shocking Pink #F510BD
RGB
CMYK
RGB Variations
Color information
#F510BD (or 0xF510BD) is known color: Shocking Pink. HEX triplet: F5, 10 and BD. RGB value is (245,16,189). Sum of RGB (Red+Green+Blue) = 245+16+189=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F510BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510BD is #0AEF42. Grayscale: #676767. Windows color (decimal): -716611 or 12390645. OLE color: 12390645.
HSL color Cylindrical-coordinate representation of color #F510BD: hue angle of 314.67º 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 #F510BD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.04 |
| HSL | 314.67º | 0.92% | 0.51% | - |
| HSV(B) | 314.67º | 0.93% | 0.96% | - |
| XYZ | 47.03 | 23.46 | 50.19 | - |
| YUV | 104.19 | 175.87 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 189 | 0 | 0.93 | 0.23 | 0.04 | 314.67 | 0.92 | 0.51 |
| Hex | F5 | 10 | BD | 0 | 5D | 17 | 4 | 13B | 5C | 33 |
| Octal | 365 | 20 | 275 | 0 | 135 | 27 | 4 | 473 | 134 | 63 |
| Binary | 11110101 | 10000 | 10111101 | 0 | 1011101 | 10111 | 100 | 100111011 | 1011100 | 110011 |
Color Harmonies of #F510BD
Complementary color
Monochromatic Colors of #F510BD
Black with #F510BD
Text Example
Text Example
White with #F510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510BD; }
p { color: rgb(245,16,189); }
H1.HeaderClassName
{
color: #F510BD;
}
.AnyTagClassName
{
color: #F510BD;
}
</style>
background-color css
<style>
a { background-color: #F510BD; }
a { background-color: rgb(245,16,189); }
div.DivClassName
{
background-color: #F510BD;
}
.BgClassName
{
background-color: #F510BD;
}
</style>
border-color css
<style>
span { border-color: #F510BD; }
span { border-color: rgb(245,16,189); }
td.TdClassName
{
border-color: #F510BD;
}
.TagClassName
{
border-color: #F510BD;
}
</style>