Shades of Shocking Pink #FA11D0
Tints of Shocking Pink #FA11D0
RGB
CMYK
RGB Variations
Color information
#FA11D0 (or 0xFA11D0) is known color: Shocking Pink. HEX triplet: FA, 11 and D0. RGB value is (250,17,208). Sum of RGB (Red+Green+Blue) = 250+17+208=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11D0 is #05EE2F. Grayscale: #6B6B6B. Windows color (decimal): -388656 or 13636090. OLE color: 13636090.
HSL color Cylindrical-coordinate representation of color #FA11D0: hue angle of 310.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11D0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.02 |
| HSL | 310.82º | 0.96% | 0.52% | - |
| HSV(B) | 310.82º | 0.93% | 0.98% | - |
| XYZ | 51.01 | 25.28 | 61.87 | - |
| YUV | 108.44 | 184.19 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 208 | 0 | 0.93 | 0.17 | 0.02 | 310.82 | 0.96 | 0.52 |
| Hex | FA | 11 | D0 | 0 | 5D | 11 | 2 | 137 | 60 | 34 |
| Octal | 372 | 21 | 320 | 0 | 135 | 21 | 2 | 467 | 140 | 64 |
| Binary | 11111010 | 10001 | 11010000 | 0 | 1011101 | 10001 | 10 | 100110111 | 1100000 | 110100 |
Color Harmonies of #FA11D0
Complementary color
Monochromatic Colors of #FA11D0
Black with #FA11D0
Text Example
Text Example
White with #FA11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11D0; }
p { color: rgb(250,17,208); }
H1.HeaderClassName
{
color: #FA11D0;
}
.AnyTagClassName
{
color: #FA11D0;
}
</style>
background-color css
<style>
a { background-color: #FA11D0; }
a { background-color: rgb(250,17,208); }
div.DivClassName
{
background-color: #FA11D0;
}
.BgClassName
{
background-color: #FA11D0;
}
</style>
border-color css
<style>
span { border-color: #FA11D0; }
span { border-color: rgb(250,17,208); }
td.TdClassName
{
border-color: #FA11D0;
}
.TagClassName
{
border-color: #FA11D0;
}
</style>