Shades of Shocking Pink #F410C6
Tints of Shocking Pink #F410C6
RGB
CMYK
RGB Variations
Color information
#F410C6 (or 0xF410C6) is known color: Shocking Pink. HEX triplet: F4, 10 and C6. RGB value is (244,16,198). Sum of RGB (Red+Green+Blue) = 244+16+198=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F410C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410C6 is #0BEF39. Grayscale: #686868. Windows color (decimal): -782138 or 12980468. OLE color: 12980468.
HSL color Cylindrical-coordinate representation of color #F410C6: hue angle of 312.11º 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 #F410C6 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 198 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.04 |
| HSL | 312.11º | 0.91% | 0.51% | - |
| HSV(B) | 312.11º | 0.93% | 0.96% | - |
| XYZ | 47.69 | 23.68 | 55.48 | - |
| YUV | 104.92 | 180.54 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 198 | 0 | 0.93 | 0.19 | 0.04 | 312.11 | 0.91 | 0.51 |
| Hex | F4 | 10 | C6 | 0 | 5D | 13 | 4 | 138 | 5B | 33 |
| Octal | 364 | 20 | 306 | 0 | 135 | 23 | 4 | 470 | 133 | 63 |
| Binary | 11110100 | 10000 | 11000110 | 0 | 1011101 | 10011 | 100 | 100111000 | 1011011 | 110011 |
Color Harmonies of #F410C6
Complementary color
Monochromatic Colors of #F410C6
Black with #F410C6
Text Example
Text Example
White with #F410C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410C6; }
p { color: rgb(244,16,198); }
H1.HeaderClassName
{
color: #F410C6;
}
.AnyTagClassName
{
color: #F410C6;
}
</style>
background-color css
<style>
a { background-color: #F410C6; }
a { background-color: rgb(244,16,198); }
div.DivClassName
{
background-color: #F410C6;
}
.BgClassName
{
background-color: #F410C6;
}
</style>
border-color css
<style>
span { border-color: #F410C6; }
span { border-color: rgb(244,16,198); }
td.TdClassName
{
border-color: #F410C6;
}
.TagClassName
{
border-color: #F410C6;
}
</style>