Shades of Shocking Pink #F401BD
Tints of Shocking Pink #F401BD
RGB
CMYK
RGB Variations
Color information
#F401BD (or 0xF401BD) is known color: Shocking Pink. HEX triplet: F4, 01 and BD. RGB value is (244,1,189). Sum of RGB (Red+Green+Blue) = 244+1+189=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F401BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401BD is #0BFE42. Grayscale: #5E5E5E. Windows color (decimal): -785987 or 12386804. OLE color: 12386804.
HSL color Cylindrical-coordinate representation of color #F401BD: hue angle of 313.58º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401BD is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.04 |
| HSL | 313.58º | 0.99% | 0.48% | - |
| HSV(B) | 313.58º | 1% | 0.96% | - |
| XYZ | 46.5 | 22.93 | 50.12 | - |
| YUV | 95.09 | 181.01 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 189 | 0 | 1.00 | 0.23 | 0.04 | 313.58 | 0.99 | 0.48 |
| Hex | F4 | 1 | BD | 0 | 64 | 17 | 4 | 13A | 63 | 30 |
| Octal | 364 | 1 | 275 | 0 | 144 | 27 | 4 | 472 | 143 | 60 |
| Binary | 11110100 | 1 | 10111101 | 0 | 1100100 | 10111 | 100 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F401BD
Complementary color
Monochromatic Colors of #F401BD
Black with #F401BD
Text Example
Text Example
White with #F401BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401BD; }
p { color: rgb(244,1,189); }
H1.HeaderClassName
{
color: #F401BD;
}
.AnyTagClassName
{
color: #F401BD;
}
</style>
background-color css
<style>
a { background-color: #F401BD; }
a { background-color: rgb(244,1,189); }
div.DivClassName
{
background-color: #F401BD;
}
.BgClassName
{
background-color: #F401BD;
}
</style>
border-color css
<style>
span { border-color: #F401BD; }
span { border-color: rgb(244,1,189); }
td.TdClassName
{
border-color: #F401BD;
}
.TagClassName
{
border-color: #F401BD;
}
</style>