Shades of Shocking Pink #F00ABC
Tints of Shocking Pink #F00ABC
RGB
CMYK
RGB Variations
Color information
#F00ABC (or 0xF00ABC) is known color: Shocking Pink. HEX triplet: F0, 0A and BC. RGB value is (240,10,188). Sum of RGB (Red+Green+Blue) = 240+10+188=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ABC is #0FF543. Grayscale: #626262. Windows color (decimal): -1045828 or 12323568. OLE color: 12323568.
HSL color Cylindrical-coordinate representation of color #F00ABC: hue angle of 313.57º 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 #F00ABC is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.06 |
| HSL | 313.57º | 0.92% | 0.49% | - |
| HSV(B) | 313.57º | 0.96% | 0.94% | - |
| XYZ | 45.12 | 22.37 | 49.52 | - |
| YUV | 99.06 | 178.2 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 188 | 0 | 0.96 | 0.22 | 0.06 | 313.57 | 0.92 | 0.49 |
| Hex | F0 | A | BC | 0 | 60 | 16 | 6 | 13A | 5C | 31 |
| Octal | 360 | 12 | 274 | 0 | 140 | 26 | 6 | 472 | 134 | 61 |
| Binary | 11110000 | 1010 | 10111100 | 0 | 1100000 | 10110 | 110 | 100111010 | 1011100 | 110001 |
Color Harmonies of #F00ABC
Complementary color
Monochromatic Colors of #F00ABC
Black with #F00ABC
Text Example
Text Example
White with #F00ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00ABC; }
p { color: rgb(240,10,188); }
H1.HeaderClassName
{
color: #F00ABC;
}
.AnyTagClassName
{
color: #F00ABC;
}
</style>
background-color css
<style>
a { background-color: #F00ABC; }
a { background-color: rgb(240,10,188); }
div.DivClassName
{
background-color: #F00ABC;
}
.BgClassName
{
background-color: #F00ABC;
}
</style>
border-color css
<style>
span { border-color: #F00ABC; }
span { border-color: rgb(240,10,188); }
td.TdClassName
{
border-color: #F00ABC;
}
.TagClassName
{
border-color: #F00ABC;
}
</style>