Shades of Shocking Pink #F505BD
Tints of Shocking Pink #F505BD
RGB
CMYK
RGB Variations
Color information
#F505BD (or 0xF505BD) is known color: Shocking Pink. HEX triplet: F5, 05 and BD. RGB value is (245,5,189). Sum of RGB (Red+Green+Blue) = 245+5+189=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F505BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505BD is #0AFA42. Grayscale: #616161. Windows color (decimal): -719427 or 12387829. OLE color: 12387829.
HSL color Cylindrical-coordinate representation of color #F505BD: hue angle of 314º degrees, saturation: 0.96, 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 #F505BD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 314º | 0.96% | 0.49% | - |
| HSV(B) | 314º | 0.98% | 0.96% | - |
| XYZ | 46.9 | 23.2 | 50.15 | - |
| YUV | 97.74 | 179.51 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 189 | 0 | 0.98 | 0.23 | 0.04 | 314 | 0.96 | 0.49 |
| Hex | F5 | 5 | BD | 0 | 62 | 17 | 4 | 13A | 60 | 31 |
| Octal | 365 | 5 | 275 | 0 | 142 | 27 | 4 | 472 | 140 | 61 |
| Binary | 11110101 | 101 | 10111101 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F505BD
Complementary color
Monochromatic Colors of #F505BD
Black with #F505BD
Text Example
Text Example
White with #F505BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505BD; }
p { color: rgb(245,5,189); }
H1.HeaderClassName
{
color: #F505BD;
}
.AnyTagClassName
{
color: #F505BD;
}
</style>
background-color css
<style>
a { background-color: #F505BD; }
a { background-color: rgb(245,5,189); }
div.DivClassName
{
background-color: #F505BD;
}
.BgClassName
{
background-color: #F505BD;
}
</style>
border-color css
<style>
span { border-color: #F505BD; }
span { border-color: rgb(245,5,189); }
td.TdClassName
{
border-color: #F505BD;
}
.TagClassName
{
border-color: #F505BD;
}
</style>