Shades of Shocking Pink #F00AC1
Tints of Shocking Pink #F00AC1
RGB
CMYK
RGB Variations
Color information
#F00AC1 (or 0xF00AC1) is known color: Shocking Pink. HEX triplet: F0, 0A and C1. RGB value is (240,10,193). Sum of RGB (Red+Green+Blue) = 240+10+193=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AC1 is #0FF53E. Grayscale: #636363. Windows color (decimal): -1045823 or 12651248. OLE color: 12651248.
HSL color Cylindrical-coordinate representation of color #F00AC1: hue angle of 312.26º 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 #F00AC1 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 193 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.06 |
| HSL | 312.26º | 0.92% | 0.49% | - |
| HSV(B) | 312.26º | 0.96% | 0.94% | - |
| XYZ | 45.67 | 22.59 | 52.41 | - |
| YUV | 99.63 | 180.7 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 193 | 0 | 0.96 | 0.20 | 0.06 | 312.26 | 0.92 | 0.49 |
| Hex | F0 | A | C1 | 0 | 60 | 14 | 6 | 138 | 5C | 31 |
| Octal | 360 | 12 | 301 | 0 | 140 | 24 | 6 | 470 | 134 | 61 |
| Binary | 11110000 | 1010 | 11000001 | 0 | 1100000 | 10100 | 110 | 100111000 | 1011100 | 110001 |
Color Harmonies of #F00AC1
Complementary color
Monochromatic Colors of #F00AC1
Black with #F00AC1
Text Example
Text Example
White with #F00AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AC1; }
p { color: rgb(240,10,193); }
H1.HeaderClassName
{
color: #F00AC1;
}
.AnyTagClassName
{
color: #F00AC1;
}
</style>
background-color css
<style>
a { background-color: #F00AC1; }
a { background-color: rgb(240,10,193); }
div.DivClassName
{
background-color: #F00AC1;
}
.BgClassName
{
background-color: #F00AC1;
}
</style>
border-color css
<style>
span { border-color: #F00AC1; }
span { border-color: rgb(240,10,193); }
td.TdClassName
{
border-color: #F00AC1;
}
.TagClassName
{
border-color: #F00AC1;
}
</style>