Shades of Shocking Pink #F121BF
Tints of Shocking Pink #F121BF
RGB
CMYK
RGB Variations
Color information
#F121BF (or 0xF121BF) is known color: Shocking Pink. HEX triplet: F1, 21 and BF. RGB value is (241,33,191). Sum of RGB (Red+Green+Blue) = 241+33+191=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F121BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121BF is #0EDE40. Grayscale: #707070. Windows color (decimal): -974401 or 12526065. OLE color: 12526065.
HSL color Cylindrical-coordinate representation of color #F121BF: hue angle of 314.42º 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 #F121BF is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 191 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.05 |
| HSL | 314.42º | 0.88% | 0.54% | - |
| HSV(B) | 314.42º | 0.86% | 0.95% | - |
| XYZ | 46.22 | 23.55 | 51.4 | - |
| YUV | 113.2 | 171.91 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 191 | 0 | 0.86 | 0.21 | 0.05 | 314.42 | 0.88 | 0.54 |
| Hex | F1 | 21 | BF | 0 | 56 | 15 | 5 | 13A | 58 | 36 |
| Octal | 361 | 41 | 277 | 0 | 126 | 25 | 5 | 472 | 130 | 66 |
| Binary | 11110001 | 100001 | 10111111 | 0 | 1010110 | 10101 | 101 | 100111010 | 1011000 | 110110 |
Color Harmonies of #F121BF
Complementary color
Monochromatic Colors of #F121BF
Black with #F121BF
Text Example
Text Example
White with #F121BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121BF; }
p { color: rgb(241,33,191); }
H1.HeaderClassName
{
color: #F121BF;
}
.AnyTagClassName
{
color: #F121BF;
}
</style>
background-color css
<style>
a { background-color: #F121BF; }
a { background-color: rgb(241,33,191); }
div.DivClassName
{
background-color: #F121BF;
}
.BgClassName
{
background-color: #F121BF;
}
</style>
border-color css
<style>
span { border-color: #F121BF; }
span { border-color: rgb(241,33,191); }
td.TdClassName
{
border-color: #F121BF;
}
.TagClassName
{
border-color: #F121BF;
}
</style>