Shades of Shocking Pink #F400B6
Tints of Shocking Pink #F400B6
RGB
CMYK
RGB Variations
Color information
#F400B6 (or 0xF400B6) is known color: Shocking Pink. HEX triplet: F4, 00 and B6. RGB value is (244,0,182). Sum of RGB (Red+Green+Blue) = 244+0+182=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F400B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400B6 is #0BFF49. Grayscale: #5D5D5D. Windows color (decimal): -786250 or 11927796. OLE color: 11927796.
HSL color Cylindrical-coordinate representation of color #F400B6: hue angle of 315.25º 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 #F400B6 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.25 | 0.04 |
| HSL | 315.25º | 1% | 0.48% | - |
| HSV(B) | 315.25º | 1% | 0.96% | - |
| XYZ | 45.75 | 22.61 | 46.21 | - |
| YUV | 93.7 | 177.84 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 182 | 0 | 1 | 0.25 | 0.04 | 315.25 | 1 | 0.48 |
| Hex | F4 | 0 | B6 | 0 | 64 | 19 | 4 | 13B | 64 | 30 |
| Octal | 364 | 0 | 266 | 0 | 144 | 31 | 4 | 473 | 144 | 60 |
| Binary | 11110100 | 0 | 10110110 | 0 | 1100100 | 11001 | 100 | 100111011 | 1100100 | 110000 |
Color Harmonies of #F400B6
Complementary color
Monochromatic Colors of #F400B6
Black with #F400B6
Text Example
Text Example
White with #F400B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400B6; }
p { color: rgb(244,0,182); }
H1.HeaderClassName
{
color: #F400B6;
}
.AnyTagClassName
{
color: #F400B6;
}
</style>
background-color css
<style>
a { background-color: #F400B6; }
a { background-color: rgb(244,0,182); }
div.DivClassName
{
background-color: #F400B6;
}
.BgClassName
{
background-color: #F400B6;
}
</style>
border-color css
<style>
span { border-color: #F400B6; }
span { border-color: rgb(244,0,182); }
td.TdClassName
{
border-color: #F400B6;
}
.TagClassName
{
border-color: #F400B6;
}
</style>