Shades of Shocking Pink #FA16C1
Tints of Shocking Pink #FA16C1
RGB
CMYK
RGB Variations
Color information
#FA16C1 (or 0xFA16C1) is known color: Shocking Pink. HEX triplet: FA, 16 and C1. RGB value is (250,22,193). Sum of RGB (Red+Green+Blue) = 250+22+193=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16C1 is #05E93E. Grayscale: #6D6D6D. Windows color (decimal): -387391 or 12654330. OLE color: 12654330.
HSL color Cylindrical-coordinate representation of color #FA16C1: hue angle of 315º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA16C1 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 193 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.02 |
| HSL | 315º | 0.96% | 0.53% | - |
| HSV(B) | 315º | 0.91% | 0.98% | - |
| XYZ | 49.34 | 24.75 | 52.63 | - |
| YUV | 109.67 | 175.04 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 193 | 0 | 0.91 | 0.23 | 0.02 | 315 | 0.96 | 0.53 |
| Hex | FA | 16 | C1 | 0 | 5B | 17 | 2 | 13B | 60 | 35 |
| Octal | 372 | 26 | 301 | 0 | 133 | 27 | 2 | 473 | 140 | 65 |
| Binary | 11111010 | 10110 | 11000001 | 0 | 1011011 | 10111 | 10 | 100111011 | 1100000 | 110101 |
Color Harmonies of #FA16C1
Complementary color
Monochromatic Colors of #FA16C1
Black with #FA16C1
Text Example
Text Example
White with #FA16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16C1; }
p { color: rgb(250,22,193); }
H1.HeaderClassName
{
color: #FA16C1;
}
.AnyTagClassName
{
color: #FA16C1;
}
</style>
background-color css
<style>
a { background-color: #FA16C1; }
a { background-color: rgb(250,22,193); }
div.DivClassName
{
background-color: #FA16C1;
}
.BgClassName
{
background-color: #FA16C1;
}
</style>
border-color css
<style>
span { border-color: #FA16C1; }
span { border-color: rgb(250,22,193); }
td.TdClassName
{
border-color: #FA16C1;
}
.TagClassName
{
border-color: #FA16C1;
}
</style>