Shades of Shocking Pink #F00AB3
Tints of Shocking Pink #F00AB3
RGB
CMYK
RGB Variations
Color information
#F00AB3 (or 0xF00AB3) is known color: Shocking Pink. HEX triplet: F0, 0A and B3. RGB value is (240,10,179). Sum of RGB (Red+Green+Blue) = 240+10+179=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB3 is #0FF54C. Grayscale: #616161. Windows color (decimal): -1045837 or 11733744. OLE color: 11733744.
HSL color Cylindrical-coordinate representation of color #F00AB3: hue angle of 315.91º 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 #F00AB3 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 179 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.06 |
| HSL | 315.91º | 0.92% | 0.49% | - |
| HSV(B) | 315.91º | 0.96% | 0.94% | - |
| XYZ | 44.18 | 22 | 44.57 | - |
| YUV | 98.04 | 173.7 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 179 | 0 | 0.96 | 0.25 | 0.06 | 315.91 | 0.92 | 0.49 |
| Hex | F0 | A | B3 | 0 | 60 | 19 | 6 | 13C | 5C | 31 |
| Octal | 360 | 12 | 263 | 0 | 140 | 31 | 6 | 474 | 134 | 61 |
| Binary | 11110000 | 1010 | 10110011 | 0 | 1100000 | 11001 | 110 | 100111100 | 1011100 | 110001 |
Color Harmonies of #F00AB3
Complementary color
Monochromatic Colors of #F00AB3
Black with #F00AB3
Text Example
Text Example
White with #F00AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AB3; }
p { color: rgb(240,10,179); }
H1.HeaderClassName
{
color: #F00AB3;
}
.AnyTagClassName
{
color: #F00AB3;
}
</style>
background-color css
<style>
a { background-color: #F00AB3; }
a { background-color: rgb(240,10,179); }
div.DivClassName
{
background-color: #F00AB3;
}
.BgClassName
{
background-color: #F00AB3;
}
</style>
border-color css
<style>
span { border-color: #F00AB3; }
span { border-color: rgb(240,10,179); }
td.TdClassName
{
border-color: #F00AB3;
}
.TagClassName
{
border-color: #F00AB3;
}
</style>