Shades of Shocking Pink #FA0ABC
Tints of Shocking Pink #FA0ABC
RGB
CMYK
RGB Variations
Color information
#FA0ABC (or 0xFA0ABC) is known color: Shocking Pink. HEX triplet: FA, 0A and BC. RGB value is (250,10,188). Sum of RGB (Red+Green+Blue) = 250+10+188=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ABC is #05F543. Grayscale: #656565. Windows color (decimal): -390468 or 12323578. OLE color: 12323578.
HSL color Cylindrical-coordinate representation of color #FA0ABC: hue angle of 315.5º 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 #FA0ABC is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.5º | 0.96% | 0.51% | - |
| HSV(B) | 315.5º | 0.96% | 0.98% | - |
| XYZ | 48.61 | 24.17 | 49.68 | - |
| YUV | 102.05 | 176.51 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 188 | 0 | 0.96 | 0.25 | 0.02 | 315.5 | 0.96 | 0.51 |
| Hex | FA | A | BC | 0 | 60 | 19 | 2 | 13C | 60 | 33 |
| Octal | 372 | 12 | 274 | 0 | 140 | 31 | 2 | 474 | 140 | 63 |
| Binary | 11111010 | 1010 | 10111100 | 0 | 1100000 | 11001 | 10 | 100111100 | 1100000 | 110011 |
Color Harmonies of #FA0ABC
Complementary color
Monochromatic Colors of #FA0ABC
Black with #FA0ABC
Text Example
Text Example
White with #FA0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ABC; }
p { color: rgb(250,10,188); }
H1.HeaderClassName
{
color: #FA0ABC;
}
.AnyTagClassName
{
color: #FA0ABC;
}
</style>
background-color css
<style>
a { background-color: #FA0ABC; }
a { background-color: rgb(250,10,188); }
div.DivClassName
{
background-color: #FA0ABC;
}
.BgClassName
{
background-color: #FA0ABC;
}
</style>
border-color css
<style>
span { border-color: #FA0ABC; }
span { border-color: rgb(250,10,188); }
td.TdClassName
{
border-color: #FA0ABC;
}
.TagClassName
{
border-color: #FA0ABC;
}
</style>