Shades of Shocking Pink #F005B9
Tints of Shocking Pink #F005B9
RGB
CMYK
RGB Variations
Color information
#F005B9 (or 0xF005B9) is known color: Shocking Pink. HEX triplet: F0, 05 and B9. RGB value is (240,5,185). Sum of RGB (Red+Green+Blue) = 240+5+185=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F005B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005B9 is #0FFA46. Grayscale: #5F5F5F. Windows color (decimal): -1047111 or 12125680. OLE color: 12125680.
HSL color Cylindrical-coordinate representation of color #F005B9: hue angle of 314.04º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005B9 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 185 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.06 |
| HSL | 314.04º | 0.96% | 0.48% | - |
| HSV(B) | 314.04º | 0.98% | 0.94% | - |
| XYZ | 44.75 | 22.14 | 47.81 | - |
| YUV | 95.79 | 178.36 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 185 | 0 | 0.98 | 0.23 | 0.06 | 314.04 | 0.96 | 0.48 |
| Hex | F0 | 5 | B9 | 0 | 62 | 17 | 6 | 13A | 60 | 30 |
| Octal | 360 | 5 | 271 | 0 | 142 | 27 | 6 | 472 | 140 | 60 |
| Binary | 11110000 | 101 | 10111001 | 0 | 1100010 | 10111 | 110 | 100111010 | 1100000 | 110000 |
Color Harmonies of #F005B9
Complementary color
Monochromatic Colors of #F005B9
Black with #F005B9
Text Example
Text Example
White with #F005B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005B9; }
p { color: rgb(240,5,185); }
H1.HeaderClassName
{
color: #F005B9;
}
.AnyTagClassName
{
color: #F005B9;
}
</style>
background-color css
<style>
a { background-color: #F005B9; }
a { background-color: rgb(240,5,185); }
div.DivClassName
{
background-color: #F005B9;
}
.BgClassName
{
background-color: #F005B9;
}
</style>
border-color css
<style>
span { border-color: #F005B9; }
span { border-color: rgb(240,5,185); }
td.TdClassName
{
border-color: #F005B9;
}
.TagClassName
{
border-color: #F005B9;
}
</style>