Shades of Shocking Pink #FA09B0
Tints of Shocking Pink #FA09B0
RGB
CMYK
RGB Variations
Color information
#FA09B0 (or 0xFA09B0) is known color: Shocking Pink. HEX triplet: FA, 09 and B0. RGB value is (250,9,176). Sum of RGB (Red+Green+Blue) = 250+9+176=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA09B0 is #05F64F. Grayscale: #636363. Windows color (decimal): -390736 or 11536890. OLE color: 11536890.
HSL color Cylindrical-coordinate representation of color #FA09B0: hue angle of 318.42º 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 #FA09B0 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 176 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.02 |
| HSL | 318.42º | 0.96% | 0.51% | - |
| HSV(B) | 318.42º | 0.96% | 0.98% | - |
| XYZ | 47.36 | 23.65 | 43.14 | - |
| YUV | 100.1 | 170.84 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 176 | 0 | 0.96 | 0.30 | 0.02 | 318.42 | 0.96 | 0.51 |
| Hex | FA | 9 | B0 | 0 | 60 | 1E | 2 | 13E | 60 | 33 |
| Octal | 372 | 11 | 260 | 0 | 140 | 36 | 2 | 476 | 140 | 63 |
| Binary | 11111010 | 1001 | 10110000 | 0 | 1100000 | 11110 | 10 | 100111110 | 1100000 | 110011 |
Color Harmonies of #FA09B0
Complementary color
Monochromatic Colors of #FA09B0
Black with #FA09B0
Text Example
Text Example
White with #FA09B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09B0; }
p { color: rgb(250,9,176); }
H1.HeaderClassName
{
color: #FA09B0;
}
.AnyTagClassName
{
color: #FA09B0;
}
</style>
background-color css
<style>
a { background-color: #FA09B0; }
a { background-color: rgb(250,9,176); }
div.DivClassName
{
background-color: #FA09B0;
}
.BgClassName
{
background-color: #FA09B0;
}
</style>
border-color css
<style>
span { border-color: #FA09B0; }
span { border-color: rgb(250,9,176); }
td.TdClassName
{
border-color: #FA09B0;
}
.TagClassName
{
border-color: #FA09B0;
}
</style>