Shades of Shocking Pink #FA06BA
Tints of Shocking Pink #FA06BA
RGB
CMYK
RGB Variations
Color information
#FA06BA (or 0xFA06BA) is known color: Shocking Pink. HEX triplet: FA, 06 and BA. RGB value is (250,6,186). Sum of RGB (Red+Green+Blue) = 250+6+186=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06BA is #05F945. Grayscale: #636363. Windows color (decimal): -391494 or 12191482. OLE color: 12191482.
HSL color Cylindrical-coordinate representation of color #FA06BA: hue angle of 315.74º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA06BA is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 186 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.02 |
| HSL | 315.74º | 0.96% | 0.5% | - |
| HSV(B) | 315.74º | 0.98% | 0.98% | - |
| XYZ | 48.35 | 24 | 48.54 | - |
| YUV | 99.48 | 176.84 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 186 | 0 | 0.98 | 0.26 | 0.02 | 315.74 | 0.96 | 0.5 |
| Hex | FA | 6 | BA | 0 | 62 | 1A | 2 | 13C | 60 | 32 |
| Octal | 372 | 6 | 272 | 0 | 142 | 32 | 2 | 474 | 140 | 62 |
| Binary | 11111010 | 110 | 10111010 | 0 | 1100010 | 11010 | 10 | 100111100 | 1100000 | 110010 |
Color Harmonies of #FA06BA
Complementary color
Monochromatic Colors of #FA06BA
Black with #FA06BA
Text Example
Text Example
White with #FA06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA06BA; }
p { color: rgb(250,6,186); }
H1.HeaderClassName
{
color: #FA06BA;
}
.AnyTagClassName
{
color: #FA06BA;
}
</style>
background-color css
<style>
a { background-color: #FA06BA; }
a { background-color: rgb(250,6,186); }
div.DivClassName
{
background-color: #FA06BA;
}
.BgClassName
{
background-color: #FA06BA;
}
</style>
border-color css
<style>
span { border-color: #FA06BA; }
span { border-color: rgb(250,6,186); }
td.TdClassName
{
border-color: #FA06BA;
}
.TagClassName
{
border-color: #FA06BA;
}
</style>