Shades of Shocking Pink #F10AC2
Tints of Shocking Pink #F10AC2
RGB
CMYK
RGB Variations
Color information
#F10AC2 (or 0xF10AC2) is known color: Shocking Pink. HEX triplet: F1, 0A and C2. RGB value is (241,10,194). Sum of RGB (Red+Green+Blue) = 241+10+194=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AC2 is #0EF53D. Grayscale: #636363. Windows color (decimal): -980286 or 12716785. OLE color: 12716785.
HSL color Cylindrical-coordinate representation of color #F10AC2: hue angle of 312.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.05 |
| HSL | 312.21º | 0.92% | 0.49% | - |
| HSV(B) | 312.21º | 0.96% | 0.95% | - |
| XYZ | 46.12 | 22.81 | 53.01 | - |
| YUV | 100.05 | 181.03 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 194 | 0 | 0.96 | 0.20 | 0.05 | 312.21 | 0.92 | 0.49 |
| Hex | F1 | A | C2 | 0 | 60 | 14 | 5 | 138 | 5C | 31 |
| Octal | 361 | 12 | 302 | 0 | 140 | 24 | 5 | 470 | 134 | 61 |
| Binary | 11110001 | 1010 | 11000010 | 0 | 1100000 | 10100 | 101 | 100111000 | 1011100 | 110001 |
Color Harmonies of #F10AC2
Complementary color
Monochromatic Colors of #F10AC2
Black with #F10AC2
Text Example
Text Example
White with #F10AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AC2; }
p { color: rgb(241,10,194); }
H1.HeaderClassName
{
color: #F10AC2;
}
.AnyTagClassName
{
color: #F10AC2;
}
</style>
background-color css
<style>
a { background-color: #F10AC2; }
a { background-color: rgb(241,10,194); }
div.DivClassName
{
background-color: #F10AC2;
}
.BgClassName
{
background-color: #F10AC2;
}
</style>
border-color css
<style>
span { border-color: #F10AC2; }
span { border-color: rgb(241,10,194); }
td.TdClassName
{
border-color: #F10AC2;
}
.TagClassName
{
border-color: #F10AC2;
}
</style>