Shades of Shocking Pink #F508BD
Tints of Shocking Pink #F508BD
RGB
CMYK
RGB Variations
Color information
#F508BD (or 0xF508BD) is known color: Shocking Pink. HEX triplet: F5, 08 and BD. RGB value is (245,8,189). Sum of RGB (Red+Green+Blue) = 245+8+189=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F508BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508BD is #0AF742. Grayscale: #636363. Windows color (decimal): -718659 or 12388597. OLE color: 12388597.
HSL color Cylindrical-coordinate representation of color #F508BD: hue angle of 314.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508BD is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 189 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.04 |
| HSL | 314.18º | 0.94% | 0.5% | - |
| HSV(B) | 314.18º | 0.97% | 0.96% | - |
| XYZ | 46.93 | 23.26 | 50.16 | - |
| YUV | 99.5 | 178.52 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 189 | 0 | 0.97 | 0.23 | 0.04 | 314.18 | 0.94 | 0.5 |
| Hex | F5 | 8 | BD | 0 | 61 | 17 | 4 | 13A | 5E | 32 |
| Octal | 365 | 10 | 275 | 0 | 141 | 27 | 4 | 472 | 136 | 62 |
| Binary | 11110101 | 1000 | 10111101 | 0 | 1100001 | 10111 | 100 | 100111010 | 1011110 | 110010 |
Color Harmonies of #F508BD
Complementary color
Monochromatic Colors of #F508BD
Black with #F508BD
Text Example
Text Example
White with #F508BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508BD; }
p { color: rgb(245,8,189); }
H1.HeaderClassName
{
color: #F508BD;
}
.AnyTagClassName
{
color: #F508BD;
}
</style>
background-color css
<style>
a { background-color: #F508BD; }
a { background-color: rgb(245,8,189); }
div.DivClassName
{
background-color: #F508BD;
}
.BgClassName
{
background-color: #F508BD;
}
</style>
border-color css
<style>
span { border-color: #F508BD; }
span { border-color: rgb(245,8,189); }
td.TdClassName
{
border-color: #F508BD;
}
.TagClassName
{
border-color: #F508BD;
}
</style>