Shades of Shocking Pink #F504BD
Tints of Shocking Pink #F504BD
RGB
CMYK
RGB Variations
Color information
#F504BD (or 0xF504BD) is known color: Shocking Pink. HEX triplet: F5, 04 and BD. RGB value is (245,4,189). Sum of RGB (Red+Green+Blue) = 245+4+189=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F504BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504BD is #0AFB42. Grayscale: #606060. Windows color (decimal): -719683 or 12387573. OLE color: 12387573.
HSL color Cylindrical-coordinate representation of color #F504BD: hue angle of 313.94º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F504BD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 189 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 313.94º | 0.97% | 0.49% | - |
| HSV(B) | 313.94º | 0.98% | 0.96% | - |
| XYZ | 46.88 | 23.17 | 50.15 | - |
| YUV | 97.15 | 179.84 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 189 | 0 | 0.98 | 0.23 | 0.04 | 313.94 | 0.97 | 0.49 |
| Hex | F5 | 4 | BD | 0 | 62 | 17 | 4 | 13A | 61 | 31 |
| Octal | 365 | 4 | 275 | 0 | 142 | 27 | 4 | 472 | 141 | 61 |
| Binary | 11110101 | 100 | 10111101 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100001 | 110001 |
Color Harmonies of #F504BD
Complementary color
Monochromatic Colors of #F504BD
Black with #F504BD
Text Example
Text Example
White with #F504BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504BD; }
p { color: rgb(245,4,189); }
H1.HeaderClassName
{
color: #F504BD;
}
.AnyTagClassName
{
color: #F504BD;
}
</style>
background-color css
<style>
a { background-color: #F504BD; }
a { background-color: rgb(245,4,189); }
div.DivClassName
{
background-color: #F504BD;
}
.BgClassName
{
background-color: #F504BD;
}
</style>
border-color css
<style>
span { border-color: #F504BD; }
span { border-color: rgb(245,4,189); }
td.TdClassName
{
border-color: #F504BD;
}
.TagClassName
{
border-color: #F504BD;
}
</style>