Shades of Shocking Pink #F124BF
Tints of Shocking Pink #F124BF
RGB
CMYK
RGB Variations
Color information
#F124BF (or 0xF124BF) is known color: Shocking Pink. HEX triplet: F1, 24 and BF. RGB value is (241,36,191). Sum of RGB (Red+Green+Blue) = 241+36+191=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F124BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124BF is #0EDB40. Grayscale: #727272. Windows color (decimal): -973633 or 12526833. OLE color: 12526833.
HSL color Cylindrical-coordinate representation of color #F124BF: hue angle of 314.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124BF is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 191 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.05 |
| HSL | 314.63º | 0.88% | 0.54% | - |
| HSV(B) | 314.63º | 0.85% | 0.95% | - |
| XYZ | 46.31 | 23.72 | 51.43 | - |
| YUV | 114.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 191 | 0 | 0.85 | 0.21 | 0.05 | 314.63 | 0.88 | 0.54 |
| Hex | F1 | 24 | BF | 0 | 55 | 15 | 5 | 13B | 58 | 36 |
| Octal | 361 | 44 | 277 | 0 | 125 | 25 | 5 | 473 | 130 | 66 |
| Binary | 11110001 | 100100 | 10111111 | 0 | 1010101 | 10101 | 101 | 100111011 | 1011000 | 110110 |
Color Harmonies of #F124BF
Complementary color
Monochromatic Colors of #F124BF
Black with #F124BF
Text Example
Text Example
White with #F124BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124BF; }
p { color: rgb(241,36,191); }
H1.HeaderClassName
{
color: #F124BF;
}
.AnyTagClassName
{
color: #F124BF;
}
</style>
background-color css
<style>
a { background-color: #F124BF; }
a { background-color: rgb(241,36,191); }
div.DivClassName
{
background-color: #F124BF;
}
.BgClassName
{
background-color: #F124BF;
}
</style>
border-color css
<style>
span { border-color: #F124BF; }
span { border-color: rgb(241,36,191); }
td.TdClassName
{
border-color: #F124BF;
}
.TagClassName
{
border-color: #F124BF;
}
</style>