Shades of Shocking Pink #F405BB
Tints of Shocking Pink #F405BB
RGB
CMYK
RGB Variations
Color information
#F405BB (or 0xF405BB) is known color: Shocking Pink. HEX triplet: F4, 05 and BB. RGB value is (244,5,187). Sum of RGB (Red+Green+Blue) = 244+5+187=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F405BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405BB is #0BFA44. Grayscale: #606060. Windows color (decimal): -784965 or 12256756. OLE color: 12256756.
HSL color Cylindrical-coordinate representation of color #F405BB: hue angle of 314.31º 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 #F405BB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 314.31º | 0.96% | 0.49% | - |
| HSV(B) | 314.31º | 0.98% | 0.96% | - |
| XYZ | 46.33 | 22.93 | 49 | - |
| YUV | 97.21 | 178.68 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 187 | 0 | 0.98 | 0.23 | 0.04 | 314.31 | 0.96 | 0.49 |
| Hex | F4 | 5 | BB | 0 | 62 | 17 | 4 | 13A | 60 | 31 |
| Octal | 364 | 5 | 273 | 0 | 142 | 27 | 4 | 472 | 140 | 61 |
| Binary | 11110100 | 101 | 10111011 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F405BB
Complementary color
Monochromatic Colors of #F405BB
Black with #F405BB
Text Example
Text Example
White with #F405BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405BB; }
p { color: rgb(244,5,187); }
H1.HeaderClassName
{
color: #F405BB;
}
.AnyTagClassName
{
color: #F405BB;
}
</style>
background-color css
<style>
a { background-color: #F405BB; }
a { background-color: rgb(244,5,187); }
div.DivClassName
{
background-color: #F405BB;
}
.BgClassName
{
background-color: #F405BB;
}
</style>
border-color css
<style>
span { border-color: #F405BB; }
span { border-color: rgb(244,5,187); }
td.TdClassName
{
border-color: #F405BB;
}
.TagClassName
{
border-color: #F405BB;
}
</style>