Shades of Shocking Pink #F120CB
Tints of Shocking Pink #F120CB
RGB
CMYK
RGB Variations
Color information
#F120CB (or 0xF120CB) is known color: Shocking Pink. HEX triplet: F1, 20 and CB. RGB value is (241,32,203). Sum of RGB (Red+Green+Blue) = 241+32+203=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F120CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120CB is #0EDF34. Grayscale: #717171. Windows color (decimal): -974645 or 13312241. OLE color: 13312241.
HSL color Cylindrical-coordinate representation of color #F120CB: hue angle of 310.91º 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 #F120CB is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 203 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.05 |
| HSL | 310.91º | 0.88% | 0.54% | - |
| HSV(B) | 310.91º | 0.87% | 0.95% | - |
| XYZ | 47.57 | 24.05 | 58.63 | - |
| YUV | 113.99 | 178.24 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 203 | 0 | 0.87 | 0.16 | 0.05 | 310.91 | 0.88 | 0.54 |
| Hex | F1 | 20 | CB | 0 | 57 | 10 | 5 | 137 | 58 | 36 |
| Octal | 361 | 40 | 313 | 0 | 127 | 20 | 5 | 467 | 130 | 66 |
| Binary | 11110001 | 100000 | 11001011 | 0 | 1010111 | 10000 | 101 | 100110111 | 1011000 | 110110 |
Color Harmonies of #F120CB
Complementary color
Monochromatic Colors of #F120CB
Black with #F120CB
Text Example
Text Example
White with #F120CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120CB; }
p { color: rgb(241,32,203); }
H1.HeaderClassName
{
color: #F120CB;
}
.AnyTagClassName
{
color: #F120CB;
}
</style>
background-color css
<style>
a { background-color: #F120CB; }
a { background-color: rgb(241,32,203); }
div.DivClassName
{
background-color: #F120CB;
}
.BgClassName
{
background-color: #F120CB;
}
</style>
border-color css
<style>
span { border-color: #F120CB; }
span { border-color: rgb(241,32,203); }
td.TdClassName
{
border-color: #F120CB;
}
.TagClassName
{
border-color: #F120CB;
}
</style>