Shades of Shocking Pink #FF0AB3
Tints of Shocking Pink #FF0AB3
RGB
CMYK
RGB Variations
Color information
#FF0AB3 (or 0xFF0AB3) is known color: Shocking Pink. HEX triplet: FF, 0A and B3. RGB value is (255,10,179). Sum of RGB (Red+Green+Blue) = 255+10+179=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AB3 is #00F54C. Grayscale: #666666. Windows color (decimal): -62797 or 11733759. OLE color: 11733759.
HSL color Cylindrical-coordinate representation of color #FF0AB3: hue angle of 318.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AB3 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 179 | - |
| CMYK | 0 | 0.96 | 0.30 | 0 |
| HSL | 318.61º | 1% | 0.52% | - |
| HSV(B) | 318.61º | 0.96% | 1% | - |
| XYZ | 49.49 | 24.73 | 44.81 | - |
| YUV | 102.52 | 171.17 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 179 | 0 | 0.96 | 0.30 | 0 | 318.61 | 1 | 0.52 |
| Hex | FF | A | B3 | 0 | 60 | 1E | 0 | 13F | 64 | 34 |
| Octal | 377 | 12 | 263 | 0 | 140 | 36 | 0 | 477 | 144 | 64 |
| Binary | 11111111 | 1010 | 10110011 | 0 | 1100000 | 11110 | 0 | 100111111 | 1100100 | 110100 |
Color Harmonies of #FF0AB3
Complementary color
Monochromatic Colors of #FF0AB3
Black with #FF0AB3
Text Example
Text Example
White with #FF0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AB3; }
p { color: rgb(255,10,179); }
H1.HeaderClassName
{
color: #FF0AB3;
}
.AnyTagClassName
{
color: #FF0AB3;
}
</style>
background-color css
<style>
a { background-color: #FF0AB3; }
a { background-color: rgb(255,10,179); }
div.DivClassName
{
background-color: #FF0AB3;
}
.BgClassName
{
background-color: #FF0AB3;
}
</style>
border-color css
<style>
span { border-color: #FF0AB3; }
span { border-color: rgb(255,10,179); }
td.TdClassName
{
border-color: #FF0AB3;
}
.TagClassName
{
border-color: #FF0AB3;
}
</style>