Shades of Shocking Pink #F404BC
Tints of Shocking Pink #F404BC
RGB
CMYK
RGB Variations
Color information
#F404BC (or 0xF404BC) is known color: Shocking Pink. HEX triplet: F4, 04 and BC. RGB value is (244,4,188). Sum of RGB (Red+Green+Blue) = 244+4+188=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F404BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404BC is #0BFB43. Grayscale: #606060. Windows color (decimal): -785220 or 12322036. OLE color: 12322036.
HSL color Cylindrical-coordinate representation of color #F404BC: hue angle of 314º 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 #F404BC is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 314º | 0.97% | 0.49% | - |
| HSV(B) | 314º | 0.98% | 0.96% | - |
| XYZ | 46.43 | 22.95 | 49.56 | - |
| YUV | 96.74 | 179.51 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 188 | 0 | 0.98 | 0.23 | 0.04 | 314 | 0.97 | 0.49 |
| Hex | F4 | 4 | BC | 0 | 62 | 17 | 4 | 13A | 61 | 31 |
| Octal | 364 | 4 | 274 | 0 | 142 | 27 | 4 | 472 | 141 | 61 |
| Binary | 11110100 | 100 | 10111100 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100001 | 110001 |
Color Harmonies of #F404BC
Complementary color
Monochromatic Colors of #F404BC
Black with #F404BC
Text Example
Text Example
White with #F404BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F404BC; }
p { color: rgb(244,4,188); }
H1.HeaderClassName
{
color: #F404BC;
}
.AnyTagClassName
{
color: #F404BC;
}
</style>
background-color css
<style>
a { background-color: #F404BC; }
a { background-color: rgb(244,4,188); }
div.DivClassName
{
background-color: #F404BC;
}
.BgClassName
{
background-color: #F404BC;
}
</style>
border-color css
<style>
span { border-color: #F404BC; }
span { border-color: rgb(244,4,188); }
td.TdClassName
{
border-color: #F404BC;
}
.TagClassName
{
border-color: #F404BC;
}
</style>