Shades of Shocking Pink #FA09B7
Tints of Shocking Pink #FA09B7
RGB
CMYK
RGB Variations
Color information
#FA09B7 (or 0xFA09B7) is known color: Shocking Pink. HEX triplet: FA, 09 and B7. RGB value is (250,9,183). Sum of RGB (Red+Green+Blue) = 250+9+183=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09B7 is #05F648. Grayscale: #646464. Windows color (decimal): -390729 or 11995642. OLE color: 11995642.
HSL color Cylindrical-coordinate representation of color #FA09B7: hue angle of 316.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 #FA09B7 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 183 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.02 |
| HSL | 316.68º | 0.96% | 0.51% | - |
| HSV(B) | 316.68º | 0.96% | 0.98% | - |
| XYZ | 48.07 | 23.94 | 46.89 | - |
| YUV | 100.9 | 174.34 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 183 | 0 | 0.96 | 0.27 | 0.02 | 316.68 | 0.96 | 0.51 |
| Hex | FA | 9 | B7 | 0 | 60 | 1B | 2 | 13D | 60 | 33 |
| Octal | 372 | 11 | 267 | 0 | 140 | 33 | 2 | 475 | 140 | 63 |
| Binary | 11111010 | 1001 | 10110111 | 0 | 1100000 | 11011 | 10 | 100111101 | 1100000 | 110011 |
Color Harmonies of #FA09B7
Complementary color
Monochromatic Colors of #FA09B7
Black with #FA09B7
Text Example
Text Example
White with #FA09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09B7; }
p { color: rgb(250,9,183); }
H1.HeaderClassName
{
color: #FA09B7;
}
.AnyTagClassName
{
color: #FA09B7;
}
</style>
background-color css
<style>
a { background-color: #FA09B7; }
a { background-color: rgb(250,9,183); }
div.DivClassName
{
background-color: #FA09B7;
}
.BgClassName
{
background-color: #FA09B7;
}
</style>
border-color css
<style>
span { border-color: #FA09B7; }
span { border-color: rgb(250,9,183); }
td.TdClassName
{
border-color: #FA09B7;
}
.TagClassName
{
border-color: #FA09B7;
}
</style>