Shades of Shocking Pink #F40AC2
Tints of Shocking Pink #F40AC2
RGB
CMYK
RGB Variations
Color information
#F40AC2 (or 0xF40AC2) is known color: Shocking Pink. HEX triplet: F4, 0A and C2. RGB value is (244,10,194). Sum of RGB (Red+Green+Blue) = 244+10+194=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40AC2 is #0BF53D. Grayscale: #646464. Windows color (decimal): -783678 or 12716788. OLE color: 12716788.
HSL color Cylindrical-coordinate representation of color #F40AC2: hue angle of 312.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.04 |
| HSL | 312.82º | 0.92% | 0.5% | - |
| HSV(B) | 312.82º | 0.96% | 0.96% | - |
| XYZ | 47.15 | 23.35 | 53.06 | - |
| YUV | 100.94 | 180.52 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 194 | 0 | 0.96 | 0.20 | 0.04 | 312.82 | 0.92 | 0.5 |
| Hex | F4 | A | C2 | 0 | 60 | 14 | 4 | 139 | 5C | 32 |
| Octal | 364 | 12 | 302 | 0 | 140 | 24 | 4 | 471 | 134 | 62 |
| Binary | 11110100 | 1010 | 11000010 | 0 | 1100000 | 10100 | 100 | 100111001 | 1011100 | 110010 |
Color Harmonies of #F40AC2
Complementary color
Monochromatic Colors of #F40AC2
Black with #F40AC2
Text Example
Text Example
White with #F40AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AC2; }
p { color: rgb(244,10,194); }
H1.HeaderClassName
{
color: #F40AC2;
}
.AnyTagClassName
{
color: #F40AC2;
}
</style>
background-color css
<style>
a { background-color: #F40AC2; }
a { background-color: rgb(244,10,194); }
div.DivClassName
{
background-color: #F40AC2;
}
.BgClassName
{
background-color: #F40AC2;
}
</style>
border-color css
<style>
span { border-color: #F40AC2; }
span { border-color: rgb(244,10,194); }
td.TdClassName
{
border-color: #F40AC2;
}
.TagClassName
{
border-color: #F40AC2;
}
</style>