Shades of Shocking Pink #FA09BC
Tints of Shocking Pink #FA09BC
RGB
CMYK
RGB Variations
Color information
#FA09BC (or 0xFA09BC) is known color: Shocking Pink. HEX triplet: FA, 09 and BC. RGB value is (250,9,188). Sum of RGB (Red+Green+Blue) = 250+9+188=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09BC is #05F643. Grayscale: #646464. Windows color (decimal): -390724 or 12323322. OLE color: 12323322.
HSL color Cylindrical-coordinate representation of color #FA09BC: hue angle of 315.44º 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 #FA09BC is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.44º | 0.96% | 0.51% | - |
| HSV(B) | 315.44º | 0.96% | 0.98% | - |
| XYZ | 48.6 | 24.15 | 49.68 | - |
| YUV | 101.47 | 176.84 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 188 | 0 | 0.96 | 0.25 | 0.02 | 315.44 | 0.96 | 0.51 |
| Hex | FA | 9 | BC | 0 | 60 | 19 | 2 | 13B | 60 | 33 |
| Octal | 372 | 11 | 274 | 0 | 140 | 31 | 2 | 473 | 140 | 63 |
| Binary | 11111010 | 1001 | 10111100 | 0 | 1100000 | 11001 | 10 | 100111011 | 1100000 | 110011 |
Color Harmonies of #FA09BC
Complementary color
Monochromatic Colors of #FA09BC
Black with #FA09BC
Text Example
Text Example
White with #FA09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09BC; }
p { color: rgb(250,9,188); }
H1.HeaderClassName
{
color: #FA09BC;
}
.AnyTagClassName
{
color: #FA09BC;
}
</style>
background-color css
<style>
a { background-color: #FA09BC; }
a { background-color: rgb(250,9,188); }
div.DivClassName
{
background-color: #FA09BC;
}
.BgClassName
{
background-color: #FA09BC;
}
</style>
border-color css
<style>
span { border-color: #FA09BC; }
span { border-color: rgb(250,9,188); }
td.TdClassName
{
border-color: #FA09BC;
}
.TagClassName
{
border-color: #FA09BC;
}
</style>