Shades of Shocking Pink #F124BE
Tints of Shocking Pink #F124BE
RGB
CMYK
RGB Variations
Color information
#F124BE (or 0xF124BE) is known color: Shocking Pink. HEX triplet: F1, 24 and BE. RGB value is (241,36,190). Sum of RGB (Red+Green+Blue) = 241+36+190=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F124BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124BE is #0EDB41. Grayscale: #727272. Windows color (decimal): -973634 or 12461297. OLE color: 12461297.
HSL color Cylindrical-coordinate representation of color #F124BE: hue angle of 314.93º 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 #F124BE is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 190 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.05 |
| HSL | 314.93º | 0.88% | 0.54% | - |
| HSV(B) | 314.93º | 0.85% | 0.95% | - |
| XYZ | 46.2 | 23.68 | 50.85 | - |
| YUV | 114.85 | 170.42 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 190 | 0 | 0.85 | 0.21 | 0.05 | 314.93 | 0.88 | 0.54 |
| Hex | F1 | 24 | BE | 0 | 55 | 15 | 5 | 13B | 58 | 36 |
| Octal | 361 | 44 | 276 | 0 | 125 | 25 | 5 | 473 | 130 | 66 |
| Binary | 11110001 | 100100 | 10111110 | 0 | 1010101 | 10101 | 101 | 100111011 | 1011000 | 110110 |
Color Harmonies of #F124BE
Complementary color
Monochromatic Colors of #F124BE
Black with #F124BE
Text Example
Text Example
White with #F124BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124BE; }
p { color: rgb(241,36,190); }
H1.HeaderClassName
{
color: #F124BE;
}
.AnyTagClassName
{
color: #F124BE;
}
</style>
background-color css
<style>
a { background-color: #F124BE; }
a { background-color: rgb(241,36,190); }
div.DivClassName
{
background-color: #F124BE;
}
.BgClassName
{
background-color: #F124BE;
}
</style>
border-color css
<style>
span { border-color: #F124BE; }
span { border-color: rgb(241,36,190); }
td.TdClassName
{
border-color: #F124BE;
}
.TagClassName
{
border-color: #F124BE;
}
</style>