Shades of Shocking Pink #FA16D3
Tints of Shocking Pink #FA16D3
RGB
CMYK
RGB Variations
Color information
#FA16D3 (or 0xFA16D3) is known color: Shocking Pink. HEX triplet: FA, 16 and D3. RGB value is (250,22,211). Sum of RGB (Red+Green+Blue) = 250+22+211=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16D3 is #05E92C. Grayscale: #6F6F6F. Windows color (decimal): -387373 or 13833978. OLE color: 13833978.
HSL color Cylindrical-coordinate representation of color #FA16D3: hue angle of 310.26º 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 #FA16D3 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 211 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.02 |
| HSL | 310.26º | 0.96% | 0.53% | - |
| HSV(B) | 310.26º | 0.91% | 0.98% | - |
| XYZ | 51.47 | 25.6 | 63.86 | - |
| YUV | 111.72 | 184.04 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 211 | 0 | 0.91 | 0.16 | 0.02 | 310.26 | 0.96 | 0.53 |
| Hex | FA | 16 | D3 | 0 | 5B | 10 | 2 | 136 | 60 | 35 |
| Octal | 372 | 26 | 323 | 0 | 133 | 20 | 2 | 466 | 140 | 65 |
| Binary | 11111010 | 10110 | 11010011 | 0 | 1011011 | 10000 | 10 | 100110110 | 1100000 | 110101 |
Color Harmonies of #FA16D3
Complementary color
Monochromatic Colors of #FA16D3
Black with #FA16D3
Text Example
Text Example
White with #FA16D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16D3; }
p { color: rgb(250,22,211); }
H1.HeaderClassName
{
color: #FA16D3;
}
.AnyTagClassName
{
color: #FA16D3;
}
</style>
background-color css
<style>
a { background-color: #FA16D3; }
a { background-color: rgb(250,22,211); }
div.DivClassName
{
background-color: #FA16D3;
}
.BgClassName
{
background-color: #FA16D3;
}
</style>
border-color css
<style>
span { border-color: #FA16D3; }
span { border-color: rgb(250,22,211); }
td.TdClassName
{
border-color: #FA16D3;
}
.TagClassName
{
border-color: #FA16D3;
}
</style>