Shades of Shocking Pink #F410C0
Tints of Shocking Pink #F410C0
RGB
CMYK
RGB Variations
Color information
#F410C0 (or 0xF410C0) is known color: Shocking Pink. HEX triplet: F4, 10 and C0. RGB value is (244,16,192). Sum of RGB (Red+Green+Blue) = 244+16+192=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F410C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410C0 is #0BEF3F. Grayscale: #676767. Windows color (decimal): -782144 or 12587252. OLE color: 12587252.
HSL color Cylindrical-coordinate representation of color #F410C0: hue angle of 313.68º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F410C0 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 192 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.04 |
| HSL | 313.68º | 0.91% | 0.51% | - |
| HSV(B) | 313.68º | 0.93% | 0.96% | - |
| XYZ | 47.01 | 23.41 | 51.91 | - |
| YUV | 104.24 | 177.54 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 192 | 0 | 0.93 | 0.21 | 0.04 | 313.68 | 0.91 | 0.51 |
| Hex | F4 | 10 | C0 | 0 | 5D | 15 | 4 | 13A | 5B | 33 |
| Octal | 364 | 20 | 300 | 0 | 135 | 25 | 4 | 472 | 133 | 63 |
| Binary | 11110100 | 10000 | 11000000 | 0 | 1011101 | 10101 | 100 | 100111010 | 1011011 | 110011 |
Color Harmonies of #F410C0
Complementary color
Monochromatic Colors of #F410C0
Black with #F410C0
Text Example
Text Example
White with #F410C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410C0; }
p { color: rgb(244,16,192); }
H1.HeaderClassName
{
color: #F410C0;
}
.AnyTagClassName
{
color: #F410C0;
}
</style>
background-color css
<style>
a { background-color: #F410C0; }
a { background-color: rgb(244,16,192); }
div.DivClassName
{
background-color: #F410C0;
}
.BgClassName
{
background-color: #F410C0;
}
</style>
border-color css
<style>
span { border-color: #F410C0; }
span { border-color: rgb(244,16,192); }
td.TdClassName
{
border-color: #F410C0;
}
.TagClassName
{
border-color: #F410C0;
}
</style>