Shades of Shocking Pink #F122BC
Tints of Shocking Pink #F122BC
RGB
CMYK
RGB Variations
Color information
#F122BC (or 0xF122BC) is known color: Shocking Pink. HEX triplet: F1, 22 and BC. RGB value is (241,34,188). Sum of RGB (Red+Green+Blue) = 241+34+188=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F122BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122BC is #0EDD43. Grayscale: #717171. Windows color (decimal): -974148 or 12329713. OLE color: 12329713.
HSL color Cylindrical-coordinate representation of color #F122BC: hue angle of 315.36º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122BC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 188 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.05 |
| HSL | 315.36º | 0.88% | 0.54% | - |
| HSV(B) | 315.36º | 0.86% | 0.95% | - |
| XYZ | 45.92 | 23.48 | 49.69 | - |
| YUV | 113.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 188 | 0 | 0.86 | 0.22 | 0.05 | 315.36 | 0.88 | 0.54 |
| Hex | F1 | 22 | BC | 0 | 56 | 16 | 5 | 13B | 58 | 36 |
| Octal | 361 | 42 | 274 | 0 | 126 | 26 | 5 | 473 | 130 | 66 |
| Binary | 11110001 | 100010 | 10111100 | 0 | 1010110 | 10110 | 101 | 100111011 | 1011000 | 110110 |
Color Harmonies of #F122BC
Complementary color
Monochromatic Colors of #F122BC
Black with #F122BC
Text Example
Text Example
White with #F122BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122BC; }
p { color: rgb(241,34,188); }
H1.HeaderClassName
{
color: #F122BC;
}
.AnyTagClassName
{
color: #F122BC;
}
</style>
background-color css
<style>
a { background-color: #F122BC; }
a { background-color: rgb(241,34,188); }
div.DivClassName
{
background-color: #F122BC;
}
.BgClassName
{
background-color: #F122BC;
}
</style>
border-color css
<style>
span { border-color: #F122BC; }
span { border-color: rgb(241,34,188); }
td.TdClassName
{
border-color: #F122BC;
}
.TagClassName
{
border-color: #F122BC;
}
</style>