Shades of Shocking Pink #FA10C2
Tints of Shocking Pink #FA10C2
RGB
CMYK
RGB Variations
Color information
#FA10C2 (or 0xFA10C2) is known color: Shocking Pink. HEX triplet: FA, 10 and C2. RGB value is (250,16,194). Sum of RGB (Red+Green+Blue) = 250+16+194=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10C2 is #05EF3D. Grayscale: #696969. Windows color (decimal): -388926 or 12718330. OLE color: 12718330.
HSL color Cylindrical-coordinate representation of color #FA10C2: hue angle of 314.36º 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 #FA10C2 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 194 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.02 |
| HSL | 314.36º | 0.96% | 0.52% | - |
| HSV(B) | 314.36º | 0.94% | 0.98% | - |
| XYZ | 49.35 | 24.59 | 53.18 | - |
| YUV | 106.26 | 177.52 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 194 | 0 | 0.94 | 0.22 | 0.02 | 314.36 | 0.96 | 0.52 |
| Hex | FA | 10 | C2 | 0 | 5E | 16 | 2 | 13A | 60 | 34 |
| Octal | 372 | 20 | 302 | 0 | 136 | 26 | 2 | 472 | 140 | 64 |
| Binary | 11111010 | 10000 | 11000010 | 0 | 1011110 | 10110 | 10 | 100111010 | 1100000 | 110100 |
Color Harmonies of #FA10C2
Complementary color
Monochromatic Colors of #FA10C2
Black with #FA10C2
Text Example
Text Example
White with #FA10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10C2; }
p { color: rgb(250,16,194); }
H1.HeaderClassName
{
color: #FA10C2;
}
.AnyTagClassName
{
color: #FA10C2;
}
</style>
background-color css
<style>
a { background-color: #FA10C2; }
a { background-color: rgb(250,16,194); }
div.DivClassName
{
background-color: #FA10C2;
}
.BgClassName
{
background-color: #FA10C2;
}
</style>
border-color css
<style>
span { border-color: #FA10C2; }
span { border-color: rgb(250,16,194); }
td.TdClassName
{
border-color: #FA10C2;
}
.TagClassName
{
border-color: #FA10C2;
}
</style>