Shades of Shocking Pink #F104C0
Tints of Shocking Pink #F104C0
RGB
CMYK
RGB Variations
Color information
#F104C0 (or 0xF104C0) is known color: Shocking Pink. HEX triplet: F1, 04 and C0. RGB value is (241,4,192). Sum of RGB (Red+Green+Blue) = 241+4+192=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F104C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104C0 is #0EFB3F. Grayscale: #5F5F5F. Windows color (decimal): -981824 or 12584177. OLE color: 12584177.
HSL color Cylindrical-coordinate representation of color #F104C0: hue angle of 312.41º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104C0 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.05 |
| HSL | 312.41º | 0.97% | 0.48% | - |
| HSV(B) | 312.41º | 0.98% | 0.95% | - |
| XYZ | 45.83 | 22.59 | 51.81 | - |
| YUV | 96.3 | 182.02 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 192 | 0 | 0.98 | 0.20 | 0.05 | 312.41 | 0.97 | 0.48 |
| Hex | F1 | 4 | C0 | 0 | 62 | 14 | 5 | 138 | 61 | 30 |
| Octal | 361 | 4 | 300 | 0 | 142 | 24 | 5 | 470 | 141 | 60 |
| Binary | 11110001 | 100 | 11000000 | 0 | 1100010 | 10100 | 101 | 100111000 | 1100001 | 110000 |
Color Harmonies of #F104C0
Complementary color
Monochromatic Colors of #F104C0
Black with #F104C0
Text Example
Text Example
White with #F104C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104C0; }
p { color: rgb(241,4,192); }
H1.HeaderClassName
{
color: #F104C0;
}
.AnyTagClassName
{
color: #F104C0;
}
</style>
background-color css
<style>
a { background-color: #F104C0; }
a { background-color: rgb(241,4,192); }
div.DivClassName
{
background-color: #F104C0;
}
.BgClassName
{
background-color: #F104C0;
}
</style>
border-color css
<style>
span { border-color: #F104C0; }
span { border-color: rgb(241,4,192); }
td.TdClassName
{
border-color: #F104C0;
}
.TagClassName
{
border-color: #F104C0;
}
</style>