Shades of Shocking Pink #FA1FC5
Tints of Shocking Pink #FA1FC5
RGB
CMYK
RGB Variations
Color information
#FA1FC5 (or 0xFA1FC5) is known color: Shocking Pink. HEX triplet: FA, 1F and C5. RGB value is (250,31,197). Sum of RGB (Red+Green+Blue) = 250+31+197=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FC5 is #05E03A. Grayscale: #727272. Windows color (decimal): -385083 or 12918778. OLE color: 12918778.
HSL color Cylindrical-coordinate representation of color #FA1FC5: hue angle of 314.52º 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 #FA1FC5 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 197 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.02 |
| HSL | 314.52º | 0.96% | 0.55% | - |
| HSV(B) | 314.52º | 0.88% | 0.98% | - |
| XYZ | 49.99 | 25.34 | 55.08 | - |
| YUV | 115.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 197 | 0 | 0.88 | 0.21 | 0.02 | 314.52 | 0.96 | 0.55 |
| Hex | FA | 1F | C5 | 0 | 58 | 15 | 2 | 13B | 60 | 37 |
| Octal | 372 | 37 | 305 | 0 | 130 | 25 | 2 | 473 | 140 | 67 |
| Binary | 11111010 | 11111 | 11000101 | 0 | 1011000 | 10101 | 10 | 100111011 | 1100000 | 110111 |
Color Harmonies of #FA1FC5
Complementary color
Monochromatic Colors of #FA1FC5
Black with #FA1FC5
Text Example
Text Example
White with #FA1FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FC5; }
p { color: rgb(250,31,197); }
H1.HeaderClassName
{
color: #FA1FC5;
}
.AnyTagClassName
{
color: #FA1FC5;
}
</style>
background-color css
<style>
a { background-color: #FA1FC5; }
a { background-color: rgb(250,31,197); }
div.DivClassName
{
background-color: #FA1FC5;
}
.BgClassName
{
background-color: #FA1FC5;
}
</style>
border-color css
<style>
span { border-color: #FA1FC5; }
span { border-color: rgb(250,31,197); }
td.TdClassName
{
border-color: #FA1FC5;
}
.TagClassName
{
border-color: #FA1FC5;
}
</style>