Shades of Shocking Pink #F509BD
Tints of Shocking Pink #F509BD
RGB
CMYK
RGB Variations
Color information
#F509BD (or 0xF509BD) is known color: Shocking Pink. HEX triplet: F5, 09 and BD. RGB value is (245,9,189). Sum of RGB (Red+Green+Blue) = 245+9+189=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F509BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509BD is #0AF642. Grayscale: #636363. Windows color (decimal): -718403 or 12388853. OLE color: 12388853.
HSL color Cylindrical-coordinate representation of color #F509BD: hue angle of 314.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509BD is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.24º | 0.93% | 0.5% | - |
| HSV(B) | 314.24º | 0.96% | 0.96% | - |
| XYZ | 46.94 | 23.28 | 50.16 | - |
| YUV | 100.08 | 178.19 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 189 | 0 | 0.96 | 0.23 | 0.04 | 314.24 | 0.93 | 0.5 |
| Hex | F5 | 9 | BD | 0 | 60 | 17 | 4 | 13A | 5D | 32 |
| Octal | 365 | 11 | 275 | 0 | 140 | 27 | 4 | 472 | 135 | 62 |
| Binary | 11110101 | 1001 | 10111101 | 0 | 1100000 | 10111 | 100 | 100111010 | 1011101 | 110010 |
Color Harmonies of #F509BD
Complementary color
Monochromatic Colors of #F509BD
Black with #F509BD
Text Example
Text Example
White with #F509BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509BD; }
p { color: rgb(245,9,189); }
H1.HeaderClassName
{
color: #F509BD;
}
.AnyTagClassName
{
color: #F509BD;
}
</style>
background-color css
<style>
a { background-color: #F509BD; }
a { background-color: rgb(245,9,189); }
div.DivClassName
{
background-color: #F509BD;
}
.BgClassName
{
background-color: #F509BD;
}
</style>
border-color css
<style>
span { border-color: #F509BD; }
span { border-color: rgb(245,9,189); }
td.TdClassName
{
border-color: #F509BD;
}
.TagClassName
{
border-color: #F509BD;
}
</style>