Shades of Shocking Pink #FA0ABB
Tints of Shocking Pink #FA0ABB
RGB
CMYK
RGB Variations
Color information
#FA0ABB (or 0xFA0ABB) is known color: Shocking Pink. HEX triplet: FA, 0A and BB. RGB value is (250,10,187). Sum of RGB (Red+Green+Blue) = 250+10+187=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ABB is #05F544. Grayscale: #656565. Windows color (decimal): -390469 or 12258042. OLE color: 12258042.
HSL color Cylindrical-coordinate representation of color #FA0ABB: hue angle of 315.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0ABB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.75º | 0.96% | 0.51% | - |
| HSV(B) | 315.75º | 0.96% | 0.98% | - |
| XYZ | 48.5 | 24.13 | 49.11 | - |
| YUV | 101.94 | 176.01 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 187 | 0 | 0.96 | 0.25 | 0.02 | 315.75 | 0.96 | 0.51 |
| Hex | FA | A | BB | 0 | 60 | 19 | 2 | 13C | 60 | 33 |
| Octal | 372 | 12 | 273 | 0 | 140 | 31 | 2 | 474 | 140 | 63 |
| Binary | 11111010 | 1010 | 10111011 | 0 | 1100000 | 11001 | 10 | 100111100 | 1100000 | 110011 |
Color Harmonies of #FA0ABB
Complementary color
Monochromatic Colors of #FA0ABB
Black with #FA0ABB
Text Example
Text Example
White with #FA0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ABB; }
p { color: rgb(250,10,187); }
H1.HeaderClassName
{
color: #FA0ABB;
}
.AnyTagClassName
{
color: #FA0ABB;
}
</style>
background-color css
<style>
a { background-color: #FA0ABB; }
a { background-color: rgb(250,10,187); }
div.DivClassName
{
background-color: #FA0ABB;
}
.BgClassName
{
background-color: #FA0ABB;
}
</style>
border-color css
<style>
span { border-color: #FA0ABB; }
span { border-color: rgb(250,10,187); }
td.TdClassName
{
border-color: #FA0ABB;
}
.TagClassName
{
border-color: #FA0ABB;
}
</style>