Shades of Shocking Pink #FA0AC6
Tints of Shocking Pink #FA0AC6
RGB
CMYK
RGB Variations
Color information
#FA0AC6 (or 0xFA0AC6) is known color: Shocking Pink. HEX triplet: FA, 0A and C6. RGB value is (250,10,198). Sum of RGB (Red+Green+Blue) = 250+10+198=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AC6 is #05F539. Grayscale: #666666. Windows color (decimal): -390458 or 12978938. OLE color: 12978938.
HSL color Cylindrical-coordinate representation of color #FA0AC6: hue angle of 313º 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 #FA0AC6 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 198 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.02 |
| HSL | 313º | 0.96% | 0.51% | - |
| HSV(B) | 313º | 0.96% | 0.98% | - |
| XYZ | 49.73 | 24.62 | 55.56 | - |
| YUV | 103.19 | 181.51 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 198 | 0 | 0.96 | 0.21 | 0.02 | 313 | 0.96 | 0.51 |
| Hex | FA | A | C6 | 0 | 60 | 15 | 2 | 139 | 60 | 33 |
| Octal | 372 | 12 | 306 | 0 | 140 | 25 | 2 | 471 | 140 | 63 |
| Binary | 11111010 | 1010 | 11000110 | 0 | 1100000 | 10101 | 10 | 100111001 | 1100000 | 110011 |
Color Harmonies of #FA0AC6
Complementary color
Monochromatic Colors of #FA0AC6
Black with #FA0AC6
Text Example
Text Example
White with #FA0AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AC6; }
p { color: rgb(250,10,198); }
H1.HeaderClassName
{
color: #FA0AC6;
}
.AnyTagClassName
{
color: #FA0AC6;
}
</style>
background-color css
<style>
a { background-color: #FA0AC6; }
a { background-color: rgb(250,10,198); }
div.DivClassName
{
background-color: #FA0AC6;
}
.BgClassName
{
background-color: #FA0AC6;
}
</style>
border-color css
<style>
span { border-color: #FA0AC6; }
span { border-color: rgb(250,10,198); }
td.TdClassName
{
border-color: #FA0AC6;
}
.TagClassName
{
border-color: #FA0AC6;
}
</style>