Shades of Shocking Pink #F123BE
Tints of Shocking Pink #F123BE
RGB
CMYK
RGB Variations
Color information
#F123BE (or 0xF123BE) is known color: Shocking Pink. HEX triplet: F1, 23 and BE. RGB value is (241,35,190). Sum of RGB (Red+Green+Blue) = 241+35+190=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F123BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123BE is #0EDC41. Grayscale: #717171. Windows color (decimal): -973890 or 12461041. OLE color: 12461041.
HSL color Cylindrical-coordinate representation of color #F123BE: hue angle of 314.85º 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 #F123BE is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 190 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.05 |
| HSL | 314.85º | 0.88% | 0.54% | - |
| HSV(B) | 314.85º | 0.85% | 0.95% | - |
| XYZ | 46.17 | 23.62 | 50.84 | - |
| YUV | 114.26 | 170.75 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 190 | 0 | 0.85 | 0.21 | 0.05 | 314.85 | 0.88 | 0.54 |
| Hex | F1 | 23 | BE | 0 | 55 | 15 | 5 | 13B | 58 | 36 |
| Octal | 361 | 43 | 276 | 0 | 125 | 25 | 5 | 473 | 130 | 66 |
| Binary | 11110001 | 100011 | 10111110 | 0 | 1010101 | 10101 | 101 | 100111011 | 1011000 | 110110 |
Color Harmonies of #F123BE
Complementary color
Monochromatic Colors of #F123BE
Black with #F123BE
Text Example
Text Example
White with #F123BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123BE; }
p { color: rgb(241,35,190); }
H1.HeaderClassName
{
color: #F123BE;
}
.AnyTagClassName
{
color: #F123BE;
}
</style>
background-color css
<style>
a { background-color: #F123BE; }
a { background-color: rgb(241,35,190); }
div.DivClassName
{
background-color: #F123BE;
}
.BgClassName
{
background-color: #F123BE;
}
</style>
border-color css
<style>
span { border-color: #F123BE; }
span { border-color: rgb(241,35,190); }
td.TdClassName
{
border-color: #F123BE;
}
.TagClassName
{
border-color: #F123BE;
}
</style>