Shades of Shocking Pink #F424BF
Tints of Shocking Pink #F424BF
RGB
CMYK
RGB Variations
Color information
#F424BF (or 0xF424BF) is known color: Shocking Pink. HEX triplet: F4, 24 and BF. RGB value is (244,36,191). Sum of RGB (Red+Green+Blue) = 244+36+191=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F424BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424BF is #0BDB40. Grayscale: #737373. Windows color (decimal): -777025 or 12526836. OLE color: 12526836.
HSL color Cylindrical-coordinate representation of color #F424BF: hue angle of 315.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424BF is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 191 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.04 |
| HSL | 315.29º | 0.9% | 0.55% | - |
| HSV(B) | 315.29º | 0.85% | 0.96% | - |
| XYZ | 47.34 | 24.26 | 51.48 | - |
| YUV | 115.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 191 | 0 | 0.85 | 0.22 | 0.04 | 315.29 | 0.9 | 0.55 |
| Hex | F4 | 24 | BF | 0 | 55 | 16 | 4 | 13B | 5A | 37 |
| Octal | 364 | 44 | 277 | 0 | 125 | 26 | 4 | 473 | 132 | 67 |
| Binary | 11110100 | 100100 | 10111111 | 0 | 1010101 | 10110 | 100 | 100111011 | 1011010 | 110111 |
Color Harmonies of #F424BF
Complementary color
Monochromatic Colors of #F424BF
Black with #F424BF
Text Example
Text Example
White with #F424BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424BF; }
p { color: rgb(244,36,191); }
H1.HeaderClassName
{
color: #F424BF;
}
.AnyTagClassName
{
color: #F424BF;
}
</style>
background-color css
<style>
a { background-color: #F424BF; }
a { background-color: rgb(244,36,191); }
div.DivClassName
{
background-color: #F424BF;
}
.BgClassName
{
background-color: #F424BF;
}
</style>
border-color css
<style>
span { border-color: #F424BF; }
span { border-color: rgb(244,36,191); }
td.TdClassName
{
border-color: #F424BF;
}
.TagClassName
{
border-color: #F424BF;
}
</style>