Shades of Shocking Pink #FA19C1
Tints of Shocking Pink #FA19C1
RGB
CMYK
RGB Variations
Color information
#FA19C1 (or 0xFA19C1) is known color: Shocking Pink. HEX triplet: FA, 19 and C1. RGB value is (250,25,193). Sum of RGB (Red+Green+Blue) = 250+25+193=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19C1 is #05E63E. Grayscale: #6E6E6E. Windows color (decimal): -386623 or 12655098. OLE color: 12655098.
HSL color Cylindrical-coordinate representation of color #FA19C1: hue angle of 315.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19C1 is Cyan = 0, Magento = 0.9, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 193 | - |
| CMYK | 0 | 0.9 | 0.23 | 0.02 |
| HSL | 315.2º | 0.96% | 0.54% | - |
| HSV(B) | 315.2º | 0.9% | 0.98% | - |
| XYZ | 49.4 | 24.87 | 52.65 | - |
| YUV | 111.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 193 | 0 | 0.9 | 0.23 | 0.02 | 315.2 | 0.96 | 0.54 |
| Hex | FA | 19 | C1 | 0 | 5A | 17 | 2 | 13B | 60 | 36 |
| Octal | 372 | 31 | 301 | 0 | 132 | 27 | 2 | 473 | 140 | 66 |
| Binary | 11111010 | 11001 | 11000001 | 0 | 1011010 | 10111 | 10 | 100111011 | 1100000 | 110110 |
Color Harmonies of #FA19C1
Complementary color
Monochromatic Colors of #FA19C1
Black with #FA19C1
Text Example
Text Example
White with #FA19C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19C1; }
p { color: rgb(250,25,193); }
H1.HeaderClassName
{
color: #FA19C1;
}
.AnyTagClassName
{
color: #FA19C1;
}
</style>
background-color css
<style>
a { background-color: #FA19C1; }
a { background-color: rgb(250,25,193); }
div.DivClassName
{
background-color: #FA19C1;
}
.BgClassName
{
background-color: #FA19C1;
}
</style>
border-color css
<style>
span { border-color: #FA19C1; }
span { border-color: rgb(250,25,193); }
td.TdClassName
{
border-color: #FA19C1;
}
.TagClassName
{
border-color: #FA19C1;
}
</style>