Shades of Shocking Pink #FA11B5
Tints of Shocking Pink #FA11B5
RGB
CMYK
RGB Variations
Color information
#FA11B5 (or 0xFA11B5) is known color: Shocking Pink. HEX triplet: FA, 11 and B5. RGB value is (250,17,181). Sum of RGB (Red+Green+Blue) = 250+17+181=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11B5 is #05EE4A. Grayscale: #686868. Windows color (decimal): -388683 or 11866618. OLE color: 11866618.
HSL color Cylindrical-coordinate representation of color #FA11B5: hue angle of 317.77º 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 #FA11B5 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 181 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.02 |
| HSL | 317.77º | 0.96% | 0.52% | - |
| HSV(B) | 317.77º | 0.93% | 0.98% | - |
| XYZ | 47.97 | 24.06 | 45.83 | - |
| YUV | 105.36 | 170.69 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 181 | 0 | 0.93 | 0.28 | 0.02 | 317.77 | 0.96 | 0.52 |
| Hex | FA | 11 | B5 | 0 | 5D | 1C | 2 | 13E | 60 | 34 |
| Octal | 372 | 21 | 265 | 0 | 135 | 34 | 2 | 476 | 140 | 64 |
| Binary | 11111010 | 10001 | 10110101 | 0 | 1011101 | 11100 | 10 | 100111110 | 1100000 | 110100 |
Color Harmonies of #FA11B5
Complementary color
Monochromatic Colors of #FA11B5
Black with #FA11B5
Text Example
Text Example
White with #FA11B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11B5; }
p { color: rgb(250,17,181); }
H1.HeaderClassName
{
color: #FA11B5;
}
.AnyTagClassName
{
color: #FA11B5;
}
</style>
background-color css
<style>
a { background-color: #FA11B5; }
a { background-color: rgb(250,17,181); }
div.DivClassName
{
background-color: #FA11B5;
}
.BgClassName
{
background-color: #FA11B5;
}
</style>
border-color css
<style>
span { border-color: #FA11B5; }
span { border-color: rgb(250,17,181); }
td.TdClassName
{
border-color: #FA11B5;
}
.TagClassName
{
border-color: #FA11B5;
}
</style>