Shades of Shocking Pink #F404BB
Tints of Shocking Pink #F404BB
RGB
CMYK
RGB Variations
Color information
#F404BB (or 0xF404BB) is known color: Shocking Pink. HEX triplet: F4, 04 and BB. RGB value is (244,4,187). Sum of RGB (Red+Green+Blue) = 244+4+187=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F404BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404BB is #0BFB44. Grayscale: #606060. Windows color (decimal): -785221 or 12256500. OLE color: 12256500.
HSL color Cylindrical-coordinate representation of color #F404BB: hue angle of 314.25º 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 #F404BB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 314.25º | 0.97% | 0.49% | - |
| HSV(B) | 314.25º | 0.98% | 0.96% | - |
| XYZ | 46.32 | 22.91 | 48.99 | - |
| YUV | 96.62 | 179.01 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 187 | 0 | 0.98 | 0.23 | 0.04 | 314.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | BB | 0 | 62 | 17 | 4 | 13A | 61 | 31 |
| Octal | 364 | 4 | 273 | 0 | 142 | 27 | 4 | 472 | 141 | 61 |
| Binary | 11110100 | 100 | 10111011 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100001 | 110001 |
Color Harmonies of #F404BB
Complementary color
Monochromatic Colors of #F404BB
Black with #F404BB
Text Example
Text Example
White with #F404BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404BB; }
p { color: rgb(244,4,187); }
H1.HeaderClassName
{
color: #F404BB;
}
.AnyTagClassName
{
color: #F404BB;
}
</style>
background-color css
<style>
a { background-color: #F404BB; }
a { background-color: rgb(244,4,187); }
div.DivClassName
{
background-color: #F404BB;
}
.BgClassName
{
background-color: #F404BB;
}
</style>
border-color css
<style>
span { border-color: #F404BB; }
span { border-color: rgb(244,4,187); }
td.TdClassName
{
border-color: #F404BB;
}
.TagClassName
{
border-color: #F404BB;
}
</style>