Shades of Shocking Pink #F422BD
Tints of Shocking Pink #F422BD
RGB
CMYK
RGB Variations
Color information
#F422BD (or 0xF422BD) is known color: Shocking Pink. HEX triplet: F4, 22 and BD. RGB value is (244,34,189). Sum of RGB (Red+Green+Blue) = 244+34+189=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F422BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F422BD is #0BDD42. Grayscale: #727272. Windows color (decimal): -777539 or 12395252. OLE color: 12395252.
HSL color Cylindrical-coordinate representation of color #F422BD: hue angle of 315.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422BD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 189 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 315.71º | 0.91% | 0.55% | - |
| HSV(B) | 315.71º | 0.86% | 0.96% | - |
| XYZ | 47.07 | 24.05 | 50.31 | - |
| YUV | 114.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 189 | 0 | 0.86 | 0.23 | 0.04 | 315.71 | 0.91 | 0.55 |
| Hex | F4 | 22 | BD | 0 | 56 | 17 | 4 | 13C | 5B | 37 |
| Octal | 364 | 42 | 275 | 0 | 126 | 27 | 4 | 474 | 133 | 67 |
| Binary | 11110100 | 100010 | 10111101 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F422BD
Complementary color
Monochromatic Colors of #F422BD
Black with #F422BD
Text Example
Text Example
White with #F422BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422BD; }
p { color: rgb(244,34,189); }
H1.HeaderClassName
{
color: #F422BD;
}
.AnyTagClassName
{
color: #F422BD;
}
</style>
background-color css
<style>
a { background-color: #F422BD; }
a { background-color: rgb(244,34,189); }
div.DivClassName
{
background-color: #F422BD;
}
.BgClassName
{
background-color: #F422BD;
}
</style>
border-color css
<style>
span { border-color: #F422BD; }
span { border-color: rgb(244,34,189); }
td.TdClassName
{
border-color: #F422BD;
}
.TagClassName
{
border-color: #F422BD;
}
</style>