Shades of Shocking Pink #FA1AD5
Tints of Shocking Pink #FA1AD5
RGB
CMYK
RGB Variations
Color information
#FA1AD5 (or 0xFA1AD5) is known color: Shocking Pink. HEX triplet: FA, 1A and D5. RGB value is (250,26,213). Sum of RGB (Red+Green+Blue) = 250+26+213=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AD5 is #05E52A. Grayscale: #717171. Windows color (decimal): -386347 or 13966074. OLE color: 13966074.
HSL color Cylindrical-coordinate representation of color #FA1AD5: hue angle of 309.91º 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 #FA1AD5 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 213 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.02 |
| HSL | 309.91º | 0.96% | 0.54% | - |
| HSV(B) | 309.91º | 0.9% | 0.98% | - |
| XYZ | 51.8 | 25.87 | 65.21 | - |
| YUV | 114.29 | 183.71 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 213 | 0 | 0.90 | 0.15 | 0.02 | 309.91 | 0.96 | 0.54 |
| Hex | FA | 1A | D5 | 0 | 5A | F | 2 | 136 | 60 | 36 |
| Octal | 372 | 32 | 325 | 0 | 132 | 17 | 2 | 466 | 140 | 66 |
| Binary | 11111010 | 11010 | 11010101 | 0 | 1011010 | 1111 | 10 | 100110110 | 1100000 | 110110 |
Color Harmonies of #FA1AD5
Complementary color
Monochromatic Colors of #FA1AD5
Black with #FA1AD5
Text Example
Text Example
White with #FA1AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AD5; }
p { color: rgb(250,26,213); }
H1.HeaderClassName
{
color: #FA1AD5;
}
.AnyTagClassName
{
color: #FA1AD5;
}
</style>
background-color css
<style>
a { background-color: #FA1AD5; }
a { background-color: rgb(250,26,213); }
div.DivClassName
{
background-color: #FA1AD5;
}
.BgClassName
{
background-color: #FA1AD5;
}
</style>
border-color css
<style>
span { border-color: #FA1AD5; }
span { border-color: rgb(250,26,213); }
td.TdClassName
{
border-color: #FA1AD5;
}
.TagClassName
{
border-color: #FA1AD5;
}
</style>