Shades of Shocking Pink #FA10C5
Tints of Shocking Pink #FA10C5
RGB
CMYK
RGB Variations
Color information
#FA10C5 (or 0xFA10C5) is known color: Shocking Pink. HEX triplet: FA, 10 and C5. RGB value is (250,16,197). Sum of RGB (Red+Green+Blue) = 250+16+197=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10C5 is #05EF3A. Grayscale: #6A6A6A. Windows color (decimal): -388923 or 12914938. OLE color: 12914938.
HSL color Cylindrical-coordinate representation of color #FA10C5: hue angle of 313.59º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10C5 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 197 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.02 |
| HSL | 313.59º | 0.96% | 0.52% | - |
| HSV(B) | 313.59º | 0.94% | 0.98% | - |
| XYZ | 49.69 | 24.73 | 54.98 | - |
| YUV | 106.6 | 179.02 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 197 | 0 | 0.94 | 0.21 | 0.02 | 313.59 | 0.96 | 0.52 |
| Hex | FA | 10 | C5 | 0 | 5E | 15 | 2 | 13A | 60 | 34 |
| Octal | 372 | 20 | 305 | 0 | 136 | 25 | 2 | 472 | 140 | 64 |
| Binary | 11111010 | 10000 | 11000101 | 0 | 1011110 | 10101 | 10 | 100111010 | 1100000 | 110100 |
Color Harmonies of #FA10C5
Complementary color
Monochromatic Colors of #FA10C5
Black with #FA10C5
Text Example
Text Example
White with #FA10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10C5; }
p { color: rgb(250,16,197); }
H1.HeaderClassName
{
color: #FA10C5;
}
.AnyTagClassName
{
color: #FA10C5;
}
</style>
background-color css
<style>
a { background-color: #FA10C5; }
a { background-color: rgb(250,16,197); }
div.DivClassName
{
background-color: #FA10C5;
}
.BgClassName
{
background-color: #FA10C5;
}
</style>
border-color css
<style>
span { border-color: #FA10C5; }
span { border-color: rgb(250,16,197); }
td.TdClassName
{
border-color: #FA10C5;
}
.TagClassName
{
border-color: #FA10C5;
}
</style>