Shades of Shocking Pink #FA09C1
Tints of Shocking Pink #FA09C1
RGB
CMYK
RGB Variations
Color information
#FA09C1 (or 0xFA09C1) is known color: Shocking Pink. HEX triplet: FA, 09 and C1. RGB value is (250,9,193). Sum of RGB (Red+Green+Blue) = 250+9+193=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09C1 is #05F63E. Grayscale: #656565. Windows color (decimal): -390719 or 12651002. OLE color: 12651002.
HSL color Cylindrical-coordinate representation of color #FA09C1: hue angle of 314.19º 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 #FA09C1 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.02 |
| HSL | 314.19º | 0.96% | 0.51% | - |
| HSV(B) | 314.19º | 0.96% | 0.98% | - |
| XYZ | 49.15 | 24.37 | 52.57 | - |
| YUV | 102.04 | 179.34 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 193 | 0 | 0.96 | 0.23 | 0.02 | 314.19 | 0.96 | 0.51 |
| Hex | FA | 9 | C1 | 0 | 60 | 17 | 2 | 13A | 60 | 33 |
| Octal | 372 | 11 | 301 | 0 | 140 | 27 | 2 | 472 | 140 | 63 |
| Binary | 11111010 | 1001 | 11000001 | 0 | 1100000 | 10111 | 10 | 100111010 | 1100000 | 110011 |
Color Harmonies of #FA09C1
Complementary color
Monochromatic Colors of #FA09C1
Black with #FA09C1
Text Example
Text Example
White with #FA09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09C1; }
p { color: rgb(250,9,193); }
H1.HeaderClassName
{
color: #FA09C1;
}
.AnyTagClassName
{
color: #FA09C1;
}
</style>
background-color css
<style>
a { background-color: #FA09C1; }
a { background-color: rgb(250,9,193); }
div.DivClassName
{
background-color: #FA09C1;
}
.BgClassName
{
background-color: #FA09C1;
}
</style>
border-color css
<style>
span { border-color: #FA09C1; }
span { border-color: rgb(250,9,193); }
td.TdClassName
{
border-color: #FA09C1;
}
.TagClassName
{
border-color: #FA09C1;
}
</style>