Shades of Shocking Pink #F61ACC
Tints of Shocking Pink #F61ACC
RGB
CMYK
RGB Variations
Color information
#F61ACC (or 0xF61ACC) is known color: Shocking Pink. HEX triplet: F6, 1A and CC. RGB value is (246,26,204). Sum of RGB (Red+Green+Blue) = 246+26+204=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ACC is #09E533. Grayscale: #6F6F6F. Windows color (decimal): -648500 or 13376246. OLE color: 13376246.
HSL color Cylindrical-coordinate representation of color #F61ACC: hue angle of 311.45º 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 #F61ACC is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.45º | 0.92% | 0.53% | - |
| HSV(B) | 311.45º | 0.89% | 0.96% | - |
| XYZ | 49.27 | 24.69 | 59.3 | - |
| YUV | 112.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 204 | 0 | 0.89 | 0.17 | 0.04 | 311.45 | 0.92 | 0.53 |
| Hex | F6 | 1A | CC | 0 | 59 | 11 | 4 | 137 | 5C | 35 |
| Octal | 366 | 32 | 314 | 0 | 131 | 21 | 4 | 467 | 134 | 65 |
| Binary | 11110110 | 11010 | 11001100 | 0 | 1011001 | 10001 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F61ACC
Complementary color
Monochromatic Colors of #F61ACC
Black with #F61ACC
Text Example
Text Example
White with #F61ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ACC; }
p { color: rgb(246,26,204); }
H1.HeaderClassName
{
color: #F61ACC;
}
.AnyTagClassName
{
color: #F61ACC;
}
</style>
background-color css
<style>
a { background-color: #F61ACC; }
a { background-color: rgb(246,26,204); }
div.DivClassName
{
background-color: #F61ACC;
}
.BgClassName
{
background-color: #F61ACC;
}
</style>
border-color css
<style>
span { border-color: #F61ACC; }
span { border-color: rgb(246,26,204); }
td.TdClassName
{
border-color: #F61ACC;
}
.TagClassName
{
border-color: #F61ACC;
}
</style>