Shades of Shocking Pink #F400BD
Tints of Shocking Pink #F400BD
RGB
CMYK
RGB Variations
Color information
#F400BD (or 0xF400BD) is known color: Shocking Pink. HEX triplet: F4, 00 and BD. RGB value is (244,0,189). Sum of RGB (Red+Green+Blue) = 244+0+189=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F400BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400BD is #0BFF42. Grayscale: #5D5D5D. Windows color (decimal): -786243 or 12386548. OLE color: 12386548.
HSL color Cylindrical-coordinate representation of color #F400BD: hue angle of 313.52º 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 #F400BD is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.23 | 0.04 |
| HSL | 313.52º | 1% | 0.48% | - |
| HSV(B) | 313.52º | 1% | 0.96% | - |
| XYZ | 46.49 | 22.91 | 50.12 | - |
| YUV | 94.5 | 181.34 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 189 | 0 | 1 | 0.23 | 0.04 | 313.52 | 1 | 0.48 |
| Hex | F4 | 0 | BD | 0 | 64 | 17 | 4 | 13A | 64 | 30 |
| Octal | 364 | 0 | 275 | 0 | 144 | 27 | 4 | 472 | 144 | 60 |
| Binary | 11110100 | 0 | 10111101 | 0 | 1100100 | 10111 | 100 | 100111010 | 1100100 | 110000 |
Color Harmonies of #F400BD
Complementary color
Monochromatic Colors of #F400BD
Black with #F400BD
Text Example
Text Example
White with #F400BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400BD; }
p { color: rgb(244,0,189); }
H1.HeaderClassName
{
color: #F400BD;
}
.AnyTagClassName
{
color: #F400BD;
}
</style>
background-color css
<style>
a { background-color: #F400BD; }
a { background-color: rgb(244,0,189); }
div.DivClassName
{
background-color: #F400BD;
}
.BgClassName
{
background-color: #F400BD;
}
</style>
border-color css
<style>
span { border-color: #F400BD; }
span { border-color: rgb(244,0,189); }
td.TdClassName
{
border-color: #F400BD;
}
.TagClassName
{
border-color: #F400BD;
}
</style>