Shades of Shocking Pink #F421BD
Tints of Shocking Pink #F421BD
RGB
CMYK
RGB Variations
Color information
#F421BD (or 0xF421BD) is known color: Shocking Pink. HEX triplet: F4, 21 and BD. RGB value is (244,33,189). Sum of RGB (Red+Green+Blue) = 244+33+189=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F421BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421BD is #0BDE42. Grayscale: #717171. Windows color (decimal): -777795 or 12394996. OLE color: 12394996.
HSL color Cylindrical-coordinate representation of color #F421BD: hue angle of 315.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421BD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 189 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 315.64º | 0.91% | 0.54% | - |
| HSV(B) | 315.64º | 0.86% | 0.96% | - |
| XYZ | 47.04 | 23.99 | 50.3 | - |
| YUV | 113.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 189 | 0 | 0.86 | 0.23 | 0.04 | 315.64 | 0.91 | 0.54 |
| Hex | F4 | 21 | BD | 0 | 56 | 17 | 4 | 13C | 5B | 36 |
| Octal | 364 | 41 | 275 | 0 | 126 | 27 | 4 | 474 | 133 | 66 |
| Binary | 11110100 | 100001 | 10111101 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110110 |
Color Harmonies of #F421BD
Complementary color
Monochromatic Colors of #F421BD
Black with #F421BD
Text Example
Text Example
White with #F421BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421BD; }
p { color: rgb(244,33,189); }
H1.HeaderClassName
{
color: #F421BD;
}
.AnyTagClassName
{
color: #F421BD;
}
</style>
background-color css
<style>
a { background-color: #F421BD; }
a { background-color: rgb(244,33,189); }
div.DivClassName
{
background-color: #F421BD;
}
.BgClassName
{
background-color: #F421BD;
}
</style>
border-color css
<style>
span { border-color: #F421BD; }
span { border-color: rgb(244,33,189); }
td.TdClassName
{
border-color: #F421BD;
}
.TagClassName
{
border-color: #F421BD;
}
</style>