Shades of Shocking Pink #F120C7
Tints of Shocking Pink #F120C7
RGB
CMYK
RGB Variations
Color information
#F120C7 (or 0xF120C7) is known color: Shocking Pink. HEX triplet: F1, 20 and C7. RGB value is (241,32,199). Sum of RGB (Red+Green+Blue) = 241+32+199=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F120C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120C7 is #0EDF38. Grayscale: #717171. Windows color (decimal): -974649 or 13050097. OLE color: 13050097.
HSL color Cylindrical-coordinate representation of color #F120C7: hue angle of 312.06º 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 #F120C7 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.05 |
| HSL | 312.06º | 0.88% | 0.54% | - |
| HSV(B) | 312.06º | 0.87% | 0.95% | - |
| XYZ | 47.1 | 23.86 | 56.16 | - |
| YUV | 113.53 | 176.24 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 199 | 0 | 0.87 | 0.17 | 0.05 | 312.06 | 0.88 | 0.54 |
| Hex | F1 | 20 | C7 | 0 | 57 | 11 | 5 | 138 | 58 | 36 |
| Octal | 361 | 40 | 307 | 0 | 127 | 21 | 5 | 470 | 130 | 66 |
| Binary | 11110001 | 100000 | 11000111 | 0 | 1010111 | 10001 | 101 | 100111000 | 1011000 | 110110 |
Color Harmonies of #F120C7
Complementary color
Monochromatic Colors of #F120C7
Black with #F120C7
Text Example
Text Example
White with #F120C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120C7; }
p { color: rgb(241,32,199); }
H1.HeaderClassName
{
color: #F120C7;
}
.AnyTagClassName
{
color: #F120C7;
}
</style>
background-color css
<style>
a { background-color: #F120C7; }
a { background-color: rgb(241,32,199); }
div.DivClassName
{
background-color: #F120C7;
}
.BgClassName
{
background-color: #F120C7;
}
</style>
border-color css
<style>
span { border-color: #F120C7; }
span { border-color: rgb(241,32,199); }
td.TdClassName
{
border-color: #F120C7;
}
.TagClassName
{
border-color: #F120C7;
}
</style>