Shades of Shocking Pink #FA0BBA
Tints of Shocking Pink #FA0BBA
RGB
CMYK
RGB Variations
Color information
#FA0BBA (or 0xFA0BBA) is known color: Shocking Pink. HEX triplet: FA, 0B and BA. RGB value is (250,11,186). Sum of RGB (Red+Green+Blue) = 250+11+186=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BBA is #05F445. Grayscale: #656565. Windows color (decimal): -390214 or 12192762. OLE color: 12192762.
HSL color Cylindrical-coordinate representation of color #FA0BBA: hue angle of 316.07º 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 #FA0BBA is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 186 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.02 |
| HSL | 316.07º | 0.96% | 0.51% | - |
| HSV(B) | 316.07º | 0.96% | 0.98% | - |
| XYZ | 48.41 | 24.11 | 48.56 | - |
| YUV | 102.41 | 175.18 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 186 | 0 | 0.96 | 0.26 | 0.02 | 316.07 | 0.96 | 0.51 |
| Hex | FA | B | BA | 0 | 60 | 1A | 2 | 13C | 60 | 33 |
| Octal | 372 | 13 | 272 | 0 | 140 | 32 | 2 | 474 | 140 | 63 |
| Binary | 11111010 | 1011 | 10111010 | 0 | 1100000 | 11010 | 10 | 100111100 | 1100000 | 110011 |
Color Harmonies of #FA0BBA
Complementary color
Monochromatic Colors of #FA0BBA
Black with #FA0BBA
Text Example
Text Example
White with #FA0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BBA; }
p { color: rgb(250,11,186); }
H1.HeaderClassName
{
color: #FA0BBA;
}
.AnyTagClassName
{
color: #FA0BBA;
}
</style>
background-color css
<style>
a { background-color: #FA0BBA; }
a { background-color: rgb(250,11,186); }
div.DivClassName
{
background-color: #FA0BBA;
}
.BgClassName
{
background-color: #FA0BBA;
}
</style>
border-color css
<style>
span { border-color: #FA0BBA; }
span { border-color: rgb(250,11,186); }
td.TdClassName
{
border-color: #FA0BBA;
}
.TagClassName
{
border-color: #FA0BBA;
}
</style>