Shades of Shocking Pink #F400BC
Tints of Shocking Pink #F400BC
RGB
CMYK
RGB Variations
Color information
#F400BC (or 0xF400BC) is known color: Shocking Pink. HEX triplet: F4, 00 and BC. RGB value is (244,0,188). Sum of RGB (Red+Green+Blue) = 244+0+188=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F400BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400BC is #0BFF43. Grayscale: #5D5D5D. Windows color (decimal): -786244 or 12321012. OLE color: 12321012.
HSL color Cylindrical-coordinate representation of color #F400BC: hue angle of 313.77º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400BC is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.23 | 0.04 |
| HSL | 313.77º | 1% | 0.48% | - |
| HSV(B) | 313.77º | 1% | 0.96% | - |
| XYZ | 46.39 | 22.86 | 49.55 | - |
| YUV | 94.39 | 180.84 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 188 | 0 | 1 | 0.23 | 0.04 | 313.77 | 1 | 0.48 |
| Hex | F4 | 0 | BC | 0 | 64 | 17 | 4 | 13A | 64 | 30 |
| Octal | 364 | 0 | 274 | 0 | 144 | 27 | 4 | 472 | 144 | 60 |
| Binary | 11110100 | 0 | 10111100 | 0 | 1100100 | 10111 | 100 | 100111010 | 1100100 | 110000 |
Color Harmonies of #F400BC
Complementary color
Monochromatic Colors of #F400BC
Black with #F400BC
Text Example
Text Example
White with #F400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400BC; }
p { color: rgb(244,0,188); }
H1.HeaderClassName
{
color: #F400BC;
}
.AnyTagClassName
{
color: #F400BC;
}
</style>
background-color css
<style>
a { background-color: #F400BC; }
a { background-color: rgb(244,0,188); }
div.DivClassName
{
background-color: #F400BC;
}
.BgClassName
{
background-color: #F400BC;
}
</style>
border-color css
<style>
span { border-color: #F400BC; }
span { border-color: rgb(244,0,188); }
td.TdClassName
{
border-color: #F400BC;
}
.TagClassName
{
border-color: #F400BC;
}
</style>