Shades of Shocking Pink #F516BD
Tints of Shocking Pink #F516BD
RGB
CMYK
RGB Variations
Color information
#F516BD (or 0xF516BD) is known color: Shocking Pink. HEX triplet: F5, 16 and BD. RGB value is (245,22,189). Sum of RGB (Red+Green+Blue) = 245+22+189=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F516BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516BD is #0AE942. Grayscale: #6B6B6B. Windows color (decimal): -715075 or 12392181. OLE color: 12392181.
HSL color Cylindrical-coordinate representation of color #F516BD: hue angle of 315.07º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516BD is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 189 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.04 |
| HSL | 315.07º | 0.92% | 0.52% | - |
| HSV(B) | 315.07º | 0.91% | 0.96% | - |
| XYZ | 47.13 | 23.66 | 50.23 | - |
| YUV | 107.72 | 173.88 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 189 | 0 | 0.91 | 0.23 | 0.04 | 315.07 | 0.92 | 0.52 |
| Hex | F5 | 16 | BD | 0 | 5B | 17 | 4 | 13B | 5C | 34 |
| Octal | 365 | 26 | 275 | 0 | 133 | 27 | 4 | 473 | 134 | 64 |
| Binary | 11110101 | 10110 | 10111101 | 0 | 1011011 | 10111 | 100 | 100111011 | 1011100 | 110100 |
Color Harmonies of #F516BD
Complementary color
Monochromatic Colors of #F516BD
Black with #F516BD
Text Example
Text Example
White with #F516BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516BD; }
p { color: rgb(245,22,189); }
H1.HeaderClassName
{
color: #F516BD;
}
.AnyTagClassName
{
color: #F516BD;
}
</style>
background-color css
<style>
a { background-color: #F516BD; }
a { background-color: rgb(245,22,189); }
div.DivClassName
{
background-color: #F516BD;
}
.BgClassName
{
background-color: #F516BD;
}
</style>
border-color css
<style>
span { border-color: #F516BD; }
span { border-color: rgb(245,22,189); }
td.TdClassName
{
border-color: #F516BD;
}
.TagClassName
{
border-color: #F516BD;
}
</style>