Shades of Shocking Pink #F120C9
Tints of Shocking Pink #F120C9
RGB
CMYK
RGB Variations
Color information
#F120C9 (or 0xF120C9) is known color: Shocking Pink. HEX triplet: F1, 20 and C9. RGB value is (241,32,201). Sum of RGB (Red+Green+Blue) = 241+32+201=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F120C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120C9 is #0EDF36. Grayscale: #717171. Windows color (decimal): -974647 or 13181169. OLE color: 13181169.
HSL color Cylindrical-coordinate representation of color #F120C9: hue angle of 311.48º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120C9 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 201 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.05 |
| HSL | 311.48º | 0.88% | 0.54% | - |
| HSV(B) | 311.48º | 0.87% | 0.95% | - |
| XYZ | 47.33 | 23.95 | 57.39 | - |
| YUV | 113.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 201 | 0 | 0.87 | 0.17 | 0.05 | 311.48 | 0.88 | 0.54 |
| Hex | F1 | 20 | C9 | 0 | 57 | 11 | 5 | 137 | 58 | 36 |
| Octal | 361 | 40 | 311 | 0 | 127 | 21 | 5 | 467 | 130 | 66 |
| Binary | 11110001 | 100000 | 11001001 | 0 | 1010111 | 10001 | 101 | 100110111 | 1011000 | 110110 |
Color Harmonies of #F120C9
Complementary color
Monochromatic Colors of #F120C9
Black with #F120C9
Text Example
Text Example
White with #F120C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120C9; }
p { color: rgb(241,32,201); }
H1.HeaderClassName
{
color: #F120C9;
}
.AnyTagClassName
{
color: #F120C9;
}
</style>
background-color css
<style>
a { background-color: #F120C9; }
a { background-color: rgb(241,32,201); }
div.DivClassName
{
background-color: #F120C9;
}
.BgClassName
{
background-color: #F120C9;
}
</style>
border-color css
<style>
span { border-color: #F120C9; }
span { border-color: rgb(241,32,201); }
td.TdClassName
{
border-color: #F120C9;
}
.TagClassName
{
border-color: #F120C9;
}
</style>