Shades of Shocking Pink #F905BD
Tints of Shocking Pink #F905BD
RGB
CMYK
RGB Variations
Color information
#F905BD (or 0xF905BD) is known color: Shocking Pink. HEX triplet: F9, 05 and BD. RGB value is (249,5,189). Sum of RGB (Red+Green+Blue) = 249+5+189=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F905BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905BD is #06FA42. Grayscale: #626262. Windows color (decimal): -457283 or 12387833. OLE color: 12387833.
HSL color Cylindrical-coordinate representation of color #F905BD: hue angle of 314.75º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905BD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.02 |
| HSL | 314.75º | 0.96% | 0.5% | - |
| HSV(B) | 314.75º | 0.98% | 0.98% | - |
| XYZ | 48.31 | 23.92 | 50.22 | - |
| YUV | 98.93 | 178.84 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 189 | 0 | 0.98 | 0.24 | 0.02 | 314.75 | 0.96 | 0.5 |
| Hex | F9 | 5 | BD | 0 | 62 | 18 | 2 | 13B | 60 | 32 |
| Octal | 371 | 5 | 275 | 0 | 142 | 30 | 2 | 473 | 140 | 62 |
| Binary | 11111001 | 101 | 10111101 | 0 | 1100010 | 11000 | 10 | 100111011 | 1100000 | 110010 |
Color Harmonies of #F905BD
Complementary color
Monochromatic Colors of #F905BD
Black with #F905BD
Text Example
Text Example
White with #F905BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905BD; }
p { color: rgb(249,5,189); }
H1.HeaderClassName
{
color: #F905BD;
}
.AnyTagClassName
{
color: #F905BD;
}
</style>
background-color css
<style>
a { background-color: #F905BD; }
a { background-color: rgb(249,5,189); }
div.DivClassName
{
background-color: #F905BD;
}
.BgClassName
{
background-color: #F905BD;
}
</style>
border-color css
<style>
span { border-color: #F905BD; }
span { border-color: rgb(249,5,189); }
td.TdClassName
{
border-color: #F905BD;
}
.TagClassName
{
border-color: #F905BD;
}
</style>