Shades of Shocking Pink #F41ACE
Tints of Shocking Pink #F41ACE
RGB
CMYK
RGB Variations
Color information
#F41ACE (or 0xF41ACE) is known color: Shocking Pink. HEX triplet: F4, 1A and CE. RGB value is (244,26,206). Sum of RGB (Red+Green+Blue) = 244+26+206=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ACE is #0BE531. Grayscale: #6F6F6F. Windows color (decimal): -779570 or 13507316. OLE color: 13507316.
HSL color Cylindrical-coordinate representation of color #F41ACE: hue angle of 310.46º 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 #F41ACE is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.46º | 0.91% | 0.53% | - |
| HSV(B) | 310.46º | 0.89% | 0.96% | - |
| XYZ | 48.82 | 24.43 | 60.53 | - |
| YUV | 111.7 | 181.22 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 206 | 0 | 0.89 | 0.16 | 0.04 | 310.46 | 0.91 | 0.53 |
| Hex | F4 | 1A | CE | 0 | 59 | 10 | 4 | 136 | 5B | 35 |
| Octal | 364 | 32 | 316 | 0 | 131 | 20 | 4 | 466 | 133 | 65 |
| Binary | 11110100 | 11010 | 11001110 | 0 | 1011001 | 10000 | 100 | 100110110 | 1011011 | 110101 |
Color Harmonies of #F41ACE
Complementary color
Monochromatic Colors of #F41ACE
Black with #F41ACE
Text Example
Text Example
White with #F41ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ACE; }
p { color: rgb(244,26,206); }
H1.HeaderClassName
{
color: #F41ACE;
}
.AnyTagClassName
{
color: #F41ACE;
}
</style>
background-color css
<style>
a { background-color: #F41ACE; }
a { background-color: rgb(244,26,206); }
div.DivClassName
{
background-color: #F41ACE;
}
.BgClassName
{
background-color: #F41ACE;
}
</style>
border-color css
<style>
span { border-color: #F41ACE; }
span { border-color: rgb(244,26,206); }
td.TdClassName
{
border-color: #F41ACE;
}
.TagClassName
{
border-color: #F41ACE;
}
</style>