Shades of Shocking Pink #F00AB4
Tints of Shocking Pink #F00AB4
RGB
CMYK
RGB Variations
Color information
#F00AB4 (or 0xF00AB4) is known color: Shocking Pink. HEX triplet: F0, 0A and B4. RGB value is (240,10,180). Sum of RGB (Red+Green+Blue) = 240+10+180=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB4 is #0FF54B. Grayscale: #616161. Windows color (decimal): -1045836 or 11799280. OLE color: 11799280.
HSL color Cylindrical-coordinate representation of color #F00AB4: hue angle of 315.65º 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 #F00AB4 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 180 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.06 |
| HSL | 315.65º | 0.92% | 0.49% | - |
| HSV(B) | 315.65º | 0.96% | 0.94% | - |
| XYZ | 44.28 | 22.04 | 45.1 | - |
| YUV | 98.15 | 174.2 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 180 | 0 | 0.96 | 0.25 | 0.06 | 315.65 | 0.92 | 0.49 |
| Hex | F0 | A | B4 | 0 | 60 | 19 | 6 | 13C | 5C | 31 |
| Octal | 360 | 12 | 264 | 0 | 140 | 31 | 6 | 474 | 134 | 61 |
| Binary | 11110000 | 1010 | 10110100 | 0 | 1100000 | 11001 | 110 | 100111100 | 1011100 | 110001 |
Color Harmonies of #F00AB4
Complementary color
Monochromatic Colors of #F00AB4
Black with #F00AB4
Text Example
Text Example
White with #F00AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AB4; }
p { color: rgb(240,10,180); }
H1.HeaderClassName
{
color: #F00AB4;
}
.AnyTagClassName
{
color: #F00AB4;
}
</style>
background-color css
<style>
a { background-color: #F00AB4; }
a { background-color: rgb(240,10,180); }
div.DivClassName
{
background-color: #F00AB4;
}
.BgClassName
{
background-color: #F00AB4;
}
</style>
border-color css
<style>
span { border-color: #F00AB4; }
span { border-color: rgb(240,10,180); }
td.TdClassName
{
border-color: #F00AB4;
}
.TagClassName
{
border-color: #F00AB4;
}
</style>