Shades of Shocking Pink #F410B7
Tints of Shocking Pink #F410B7
RGB
CMYK
RGB Variations
Color information
#F410B7 (or 0xF410B7) is known color: Shocking Pink. HEX triplet: F4, 10 and B7. RGB value is (244,16,183). Sum of RGB (Red+Green+Blue) = 244+16+183=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F410B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410B7 is #0BEF48. Grayscale: #666666. Windows color (decimal): -782153 or 11997428. OLE color: 11997428.
HSL color Cylindrical-coordinate representation of color #F410B7: hue angle of 316.05º 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 #F410B7 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 183 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.04 |
| HSL | 316.05º | 0.91% | 0.51% | - |
| HSV(B) | 316.05º | 0.93% | 0.96% | - |
| XYZ | 46.04 | 23.02 | 46.82 | - |
| YUV | 103.21 | 173.04 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 183 | 0 | 0.93 | 0.25 | 0.04 | 316.05 | 0.91 | 0.51 |
| Hex | F4 | 10 | B7 | 0 | 5D | 19 | 4 | 13C | 5B | 33 |
| Octal | 364 | 20 | 267 | 0 | 135 | 31 | 4 | 474 | 133 | 63 |
| Binary | 11110100 | 10000 | 10110111 | 0 | 1011101 | 11001 | 100 | 100111100 | 1011011 | 110011 |
Color Harmonies of #F410B7
Complementary color
Monochromatic Colors of #F410B7
Black with #F410B7
Text Example
Text Example
White with #F410B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410B7; }
p { color: rgb(244,16,183); }
H1.HeaderClassName
{
color: #F410B7;
}
.AnyTagClassName
{
color: #F410B7;
}
</style>
background-color css
<style>
a { background-color: #F410B7; }
a { background-color: rgb(244,16,183); }
div.DivClassName
{
background-color: #F410B7;
}
.BgClassName
{
background-color: #F410B7;
}
</style>
border-color css
<style>
span { border-color: #F410B7; }
span { border-color: rgb(244,16,183); }
td.TdClassName
{
border-color: #F410B7;
}
.TagClassName
{
border-color: #F410B7;
}
</style>