Shades of Shocking Pink #FA11CB
Tints of Shocking Pink #FA11CB
RGB
CMYK
RGB Variations
Color information
#FA11CB (or 0xFA11CB) is known color: Shocking Pink. HEX triplet: FA, 11 and CB. RGB value is (250,17,203). Sum of RGB (Red+Green+Blue) = 250+17+203=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11CB is #05EE34. Grayscale: #6B6B6B. Windows color (decimal): -388661 or 13308410. OLE color: 13308410.
HSL color Cylindrical-coordinate representation of color #FA11CB: hue angle of 312.1º 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 #FA11CB is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 203 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.02 |
| HSL | 312.1º | 0.96% | 0.52% | - |
| HSV(B) | 312.1º | 0.93% | 0.98% | - |
| XYZ | 50.4 | 25.04 | 58.68 | - |
| YUV | 107.87 | 181.69 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 203 | 0 | 0.93 | 0.19 | 0.02 | 312.1 | 0.96 | 0.52 |
| Hex | FA | 11 | CB | 0 | 5D | 13 | 2 | 138 | 60 | 34 |
| Octal | 372 | 21 | 313 | 0 | 135 | 23 | 2 | 470 | 140 | 64 |
| Binary | 11111010 | 10001 | 11001011 | 0 | 1011101 | 10011 | 10 | 100111000 | 1100000 | 110100 |
Color Harmonies of #FA11CB
Complementary color
Monochromatic Colors of #FA11CB
Black with #FA11CB
Text Example
Text Example
White with #FA11CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11CB; }
p { color: rgb(250,17,203); }
H1.HeaderClassName
{
color: #FA11CB;
}
.AnyTagClassName
{
color: #FA11CB;
}
</style>
background-color css
<style>
a { background-color: #FA11CB; }
a { background-color: rgb(250,17,203); }
div.DivClassName
{
background-color: #FA11CB;
}
.BgClassName
{
background-color: #FA11CB;
}
</style>
border-color css
<style>
span { border-color: #FA11CB; }
span { border-color: rgb(250,17,203); }
td.TdClassName
{
border-color: #FA11CB;
}
.TagClassName
{
border-color: #FA11CB;
}
</style>