Shades of Shocking Pink #FA11C1
Tints of Shocking Pink #FA11C1
RGB
CMYK
RGB Variations
Color information
#FA11C1 (or 0xFA11C1) is known color: Shocking Pink. HEX triplet: FA, 11 and C1. RGB value is (250,17,193). Sum of RGB (Red+Green+Blue) = 250+17+193=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11C1 is #05EE3E. Grayscale: #6A6A6A. Windows color (decimal): -388671 or 12653050. OLE color: 12653050.
HSL color Cylindrical-coordinate representation of color #FA11C1: hue angle of 314.68º 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 #FA11C1 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 193 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.02 |
| HSL | 314.68º | 0.96% | 0.52% | - |
| HSV(B) | 314.68º | 0.93% | 0.98% | - |
| XYZ | 49.25 | 24.58 | 52.6 | - |
| YUV | 106.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 193 | 0 | 0.93 | 0.23 | 0.02 | 314.68 | 0.96 | 0.52 |
| Hex | FA | 11 | C1 | 0 | 5D | 17 | 2 | 13B | 60 | 34 |
| Octal | 372 | 21 | 301 | 0 | 135 | 27 | 2 | 473 | 140 | 64 |
| Binary | 11111010 | 10001 | 11000001 | 0 | 1011101 | 10111 | 10 | 100111011 | 1100000 | 110100 |
Color Harmonies of #FA11C1
Complementary color
Monochromatic Colors of #FA11C1
Black with #FA11C1
Text Example
Text Example
White with #FA11C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11C1; }
p { color: rgb(250,17,193); }
H1.HeaderClassName
{
color: #FA11C1;
}
.AnyTagClassName
{
color: #FA11C1;
}
</style>
background-color css
<style>
a { background-color: #FA11C1; }
a { background-color: rgb(250,17,193); }
div.DivClassName
{
background-color: #FA11C1;
}
.BgClassName
{
background-color: #FA11C1;
}
</style>
border-color css
<style>
span { border-color: #FA11C1; }
span { border-color: rgb(250,17,193); }
td.TdClassName
{
border-color: #FA11C1;
}
.TagClassName
{
border-color: #FA11C1;
}
</style>