Shades of Shocking Pink #F61ACE
Tints of Shocking Pink #F61ACE
RGB
CMYK
RGB Variations
Color information
#F61ACE (or 0xF61ACE) is known color: Shocking Pink. HEX triplet: F6, 1A and CE. RGB value is (246,26,206). Sum of RGB (Red+Green+Blue) = 246+26+206=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ACE is #09E531. Grayscale: #6F6F6F. Windows color (decimal): -648498 or 13507318. OLE color: 13507318.
HSL color Cylindrical-coordinate representation of color #F61ACE: hue angle of 310.91º degrees, saturation: 0.92, 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 #F61ACE is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.91º | 0.92% | 0.53% | - |
| HSV(B) | 310.91º | 0.89% | 0.96% | - |
| XYZ | 49.52 | 24.79 | 60.57 | - |
| YUV | 112.3 | 180.89 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 206 | 0 | 0.89 | 0.16 | 0.04 | 310.91 | 0.92 | 0.53 |
| Hex | F6 | 1A | CE | 0 | 59 | 10 | 4 | 137 | 5C | 35 |
| Octal | 366 | 32 | 316 | 0 | 131 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110110 | 11010 | 11001110 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F61ACE
Complementary color
Monochromatic Colors of #F61ACE
Black with #F61ACE
Text Example
Text Example
White with #F61ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ACE; }
p { color: rgb(246,26,206); }
H1.HeaderClassName
{
color: #F61ACE;
}
.AnyTagClassName
{
color: #F61ACE;
}
</style>
background-color css
<style>
a { background-color: #F61ACE; }
a { background-color: rgb(246,26,206); }
div.DivClassName
{
background-color: #F61ACE;
}
.BgClassName
{
background-color: #F61ACE;
}
</style>
border-color css
<style>
span { border-color: #F61ACE; }
span { border-color: rgb(246,26,206); }
td.TdClassName
{
border-color: #F61ACE;
}
.TagClassName
{
border-color: #F61ACE;
}
</style>