Shades of Shocking Pink #F00AC2
Tints of Shocking Pink #F00AC2
RGB
CMYK
RGB Variations
Color information
#F00AC2 (or 0xF00AC2) is known color: Shocking Pink. HEX triplet: F0, 0A and C2. RGB value is (240,10,194). Sum of RGB (Red+Green+Blue) = 240+10+194=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AC2 is #0FF53D. Grayscale: #636363. Windows color (decimal): -1045822 or 12716784. OLE color: 12716784.
HSL color Cylindrical-coordinate representation of color #F00AC2: hue angle of 312º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.06 |
| HSL | 312º | 0.92% | 0.49% | - |
| HSV(B) | 312º | 0.96% | 0.94% | - |
| XYZ | 45.78 | 22.64 | 53 | - |
| YUV | 99.75 | 181.2 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 194 | 0 | 0.96 | 0.19 | 0.06 | 312 | 0.92 | 0.49 |
| Hex | F0 | A | C2 | 0 | 60 | 13 | 6 | 138 | 5C | 31 |
| Octal | 360 | 12 | 302 | 0 | 140 | 23 | 6 | 470 | 134 | 61 |
| Binary | 11110000 | 1010 | 11000010 | 0 | 1100000 | 10011 | 110 | 100111000 | 1011100 | 110001 |
Color Harmonies of #F00AC2
Complementary color
Monochromatic Colors of #F00AC2
Black with #F00AC2
Text Example
Text Example
White with #F00AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AC2; }
p { color: rgb(240,10,194); }
H1.HeaderClassName
{
color: #F00AC2;
}
.AnyTagClassName
{
color: #F00AC2;
}
</style>
background-color css
<style>
a { background-color: #F00AC2; }
a { background-color: rgb(240,10,194); }
div.DivClassName
{
background-color: #F00AC2;
}
.BgClassName
{
background-color: #F00AC2;
}
</style>
border-color css
<style>
span { border-color: #F00AC2; }
span { border-color: rgb(240,10,194); }
td.TdClassName
{
border-color: #F00AC2;
}
.TagClassName
{
border-color: #F00AC2;
}
</style>