Shades of Shocking Pink #FA09C6
Tints of Shocking Pink #FA09C6
RGB
CMYK
RGB Variations
Color information
#FA09C6 (or 0xFA09C6) is known color: Shocking Pink. HEX triplet: FA, 09 and C6. RGB value is (250,9,198). Sum of RGB (Red+Green+Blue) = 250+9+198=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09C6 is #05F639. Grayscale: #666666. Windows color (decimal): -390714 or 12978682. OLE color: 12978682.
HSL color Cylindrical-coordinate representation of color #FA09C6: hue angle of 312.95º 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 #FA09C6 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.02 |
| HSL | 312.95º | 0.96% | 0.51% | - |
| HSV(B) | 312.95º | 0.96% | 0.98% | - |
| XYZ | 49.72 | 24.6 | 55.55 | - |
| YUV | 102.61 | 181.84 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 198 | 0 | 0.96 | 0.21 | 0.02 | 312.95 | 0.96 | 0.51 |
| Hex | FA | 9 | C6 | 0 | 60 | 15 | 2 | 139 | 60 | 33 |
| Octal | 372 | 11 | 306 | 0 | 140 | 25 | 2 | 471 | 140 | 63 |
| Binary | 11111010 | 1001 | 11000110 | 0 | 1100000 | 10101 | 10 | 100111001 | 1100000 | 110011 |
Color Harmonies of #FA09C6
Complementary color
Monochromatic Colors of #FA09C6
Black with #FA09C6
Text Example
Text Example
White with #FA09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09C6; }
p { color: rgb(250,9,198); }
H1.HeaderClassName
{
color: #FA09C6;
}
.AnyTagClassName
{
color: #FA09C6;
}
</style>
background-color css
<style>
a { background-color: #FA09C6; }
a { background-color: rgb(250,9,198); }
div.DivClassName
{
background-color: #FA09C6;
}
.BgClassName
{
background-color: #FA09C6;
}
</style>
border-color css
<style>
span { border-color: #FA09C6; }
span { border-color: rgb(250,9,198); }
td.TdClassName
{
border-color: #FA09C6;
}
.TagClassName
{
border-color: #FA09C6;
}
</style>