Shades of Shocking Pink #FA1FC2
Tints of Shocking Pink #FA1FC2
RGB
CMYK
RGB Variations
Color information
#FA1FC2 (or 0xFA1FC2) is known color: Shocking Pink. HEX triplet: FA, 1F and C2. RGB value is (250,31,194). Sum of RGB (Red+Green+Blue) = 250+31+194=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FC2 is #05E03D. Grayscale: #727272. Windows color (decimal): -385086 or 12722170. OLE color: 12722170.
HSL color Cylindrical-coordinate representation of color #FA1FC2: hue angle of 315.34º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FC2 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 194 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.02 |
| HSL | 315.34º | 0.96% | 0.55% | - |
| HSV(B) | 315.34º | 0.88% | 0.98% | - |
| XYZ | 49.65 | 25.2 | 53.29 | - |
| YUV | 115.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 194 | 0 | 0.88 | 0.22 | 0.02 | 315.34 | 0.96 | 0.55 |
| Hex | FA | 1F | C2 | 0 | 58 | 16 | 2 | 13B | 60 | 37 |
| Octal | 372 | 37 | 302 | 0 | 130 | 26 | 2 | 473 | 140 | 67 |
| Binary | 11111010 | 11111 | 11000010 | 0 | 1011000 | 10110 | 10 | 100111011 | 1100000 | 110111 |
Color Harmonies of #FA1FC2
Complementary color
Monochromatic Colors of #FA1FC2
Black with #FA1FC2
Text Example
Text Example
White with #FA1FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FC2; }
p { color: rgb(250,31,194); }
H1.HeaderClassName
{
color: #FA1FC2;
}
.AnyTagClassName
{
color: #FA1FC2;
}
</style>
background-color css
<style>
a { background-color: #FA1FC2; }
a { background-color: rgb(250,31,194); }
div.DivClassName
{
background-color: #FA1FC2;
}
.BgClassName
{
background-color: #FA1FC2;
}
</style>
border-color css
<style>
span { border-color: #FA1FC2; }
span { border-color: rgb(250,31,194); }
td.TdClassName
{
border-color: #FA1FC2;
}
.TagClassName
{
border-color: #FA1FC2;
}
</style>