Shades of Shocking Pink #FA09BB
Tints of Shocking Pink #FA09BB
RGB
CMYK
RGB Variations
Color information
#FA09BB (or 0xFA09BB) is known color: Shocking Pink. HEX triplet: FA, 09 and BB. RGB value is (250,9,187). Sum of RGB (Red+Green+Blue) = 250+9+187=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09BB is #05F644. Grayscale: #646464. Windows color (decimal): -390725 or 12257786. OLE color: 12257786.
HSL color Cylindrical-coordinate representation of color #FA09BB: hue angle of 315.68º 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 #FA09BB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.68º | 0.96% | 0.51% | - |
| HSV(B) | 315.68º | 0.96% | 0.98% | - |
| XYZ | 48.49 | 24.11 | 49.11 | - |
| YUV | 101.35 | 176.34 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 187 | 0 | 0.96 | 0.25 | 0.02 | 315.68 | 0.96 | 0.51 |
| Hex | FA | 9 | BB | 0 | 60 | 19 | 2 | 13C | 60 | 33 |
| Octal | 372 | 11 | 273 | 0 | 140 | 31 | 2 | 474 | 140 | 63 |
| Binary | 11111010 | 1001 | 10111011 | 0 | 1100000 | 11001 | 10 | 100111100 | 1100000 | 110011 |
Color Harmonies of #FA09BB
Complementary color
Monochromatic Colors of #FA09BB
Black with #FA09BB
Text Example
Text Example
White with #FA09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09BB; }
p { color: rgb(250,9,187); }
H1.HeaderClassName
{
color: #FA09BB;
}
.AnyTagClassName
{
color: #FA09BB;
}
</style>
background-color css
<style>
a { background-color: #FA09BB; }
a { background-color: rgb(250,9,187); }
div.DivClassName
{
background-color: #FA09BB;
}
.BgClassName
{
background-color: #FA09BB;
}
</style>
border-color css
<style>
span { border-color: #FA09BB; }
span { border-color: rgb(250,9,187); }
td.TdClassName
{
border-color: #FA09BB;
}
.TagClassName
{
border-color: #FA09BB;
}
</style>