Shades of Shocking Pink #FA19CF
Tints of Shocking Pink #FA19CF
RGB
CMYK
RGB Variations
Color information
#FA19CF (or 0xFA19CF) is known color: Shocking Pink. HEX triplet: FA, 19 and CF. RGB value is (250,25,207). Sum of RGB (Red+Green+Blue) = 250+25+207=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19CF is #05E630. Grayscale: #707070. Windows color (decimal): -386609 or 13572602. OLE color: 13572602.
HSL color Cylindrical-coordinate representation of color #FA19CF: hue angle of 311.47º 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 #FA19CF is Cyan = 0, Magento = 0.9, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 207 | - |
| CMYK | 0 | 0.9 | 0.17 | 0.02 |
| HSL | 311.47º | 0.96% | 0.54% | - |
| HSV(B) | 311.47º | 0.9% | 0.98% | - |
| XYZ | 51.03 | 25.52 | 61.27 | - |
| YUV | 113.02 | 181.04 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 207 | 0 | 0.9 | 0.17 | 0.02 | 311.47 | 0.96 | 0.54 |
| Hex | FA | 19 | CF | 0 | 5A | 11 | 2 | 137 | 60 | 36 |
| Octal | 372 | 31 | 317 | 0 | 132 | 21 | 2 | 467 | 140 | 66 |
| Binary | 11111010 | 11001 | 11001111 | 0 | 1011010 | 10001 | 10 | 100110111 | 1100000 | 110110 |
Color Harmonies of #FA19CF
Complementary color
Monochromatic Colors of #FA19CF
Black with #FA19CF
Text Example
Text Example
White with #FA19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19CF; }
p { color: rgb(250,25,207); }
H1.HeaderClassName
{
color: #FA19CF;
}
.AnyTagClassName
{
color: #FA19CF;
}
</style>
background-color css
<style>
a { background-color: #FA19CF; }
a { background-color: rgb(250,25,207); }
div.DivClassName
{
background-color: #FA19CF;
}
.BgClassName
{
background-color: #FA19CF;
}
</style>
border-color css
<style>
span { border-color: #FA19CF; }
span { border-color: rgb(250,25,207); }
td.TdClassName
{
border-color: #FA19CF;
}
.TagClassName
{
border-color: #FA19CF;
}
</style>