Shades of Shocking Pink #F41AC0
Tints of Shocking Pink #F41AC0
RGB
CMYK
RGB Variations
Color information
#F41AC0 (or 0xF41AC0) is known color: Shocking Pink. HEX triplet: F4, 1A and C0. RGB value is (244,26,192). Sum of RGB (Red+Green+Blue) = 244+26+192=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F41AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41AC0 is #0BE53F. Grayscale: #6D6D6D. Windows color (decimal): -779584 or 12589812. OLE color: 12589812.
HSL color Cylindrical-coordinate representation of color #F41AC0: hue angle of 314.31º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41AC0 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 192 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.04 |
| HSL | 314.31º | 0.91% | 0.53% | - |
| HSV(B) | 314.31º | 0.89% | 0.96% | - |
| XYZ | 47.19 | 23.78 | 51.97 | - |
| YUV | 110.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 192 | 0 | 0.89 | 0.21 | 0.04 | 314.31 | 0.91 | 0.53 |
| Hex | F4 | 1A | C0 | 0 | 59 | 15 | 4 | 13A | 5B | 35 |
| Octal | 364 | 32 | 300 | 0 | 131 | 25 | 4 | 472 | 133 | 65 |
| Binary | 11110100 | 11010 | 11000000 | 0 | 1011001 | 10101 | 100 | 100111010 | 1011011 | 110101 |
Color Harmonies of #F41AC0
Complementary color
Monochromatic Colors of #F41AC0
Black with #F41AC0
Text Example
Text Example
White with #F41AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41AC0; }
p { color: rgb(244,26,192); }
H1.HeaderClassName
{
color: #F41AC0;
}
.AnyTagClassName
{
color: #F41AC0;
}
</style>
background-color css
<style>
a { background-color: #F41AC0; }
a { background-color: rgb(244,26,192); }
div.DivClassName
{
background-color: #F41AC0;
}
.BgClassName
{
background-color: #F41AC0;
}
</style>
border-color css
<style>
span { border-color: #F41AC0; }
span { border-color: rgb(244,26,192); }
td.TdClassName
{
border-color: #F41AC0;
}
.TagClassName
{
border-color: #F41AC0;
}
</style>