Shades of Shocking Pink #FA1BBC
Tints of Shocking Pink #FA1BBC
RGB
CMYK
RGB Variations
Color information
#FA1BBC (or 0xFA1BBC) is known color: Shocking Pink. HEX triplet: FA, 1B and BC. RGB value is (250,27,188). Sum of RGB (Red+Green+Blue) = 250+27+188=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1BBC is #05E443. Grayscale: #6F6F6F. Windows color (decimal): -386116 or 12327930. OLE color: 12327930.
HSL color Cylindrical-coordinate representation of color #FA1BBC: hue angle of 316.68º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.02 |
| HSL | 316.68º | 0.96% | 0.54% | - |
| HSV(B) | 316.68º | 0.89% | 0.98% | - |
| XYZ | 48.89 | 24.74 | 49.78 | - |
| YUV | 112.03 | 170.88 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 188 | 0 | 0.89 | 0.25 | 0.02 | 316.68 | 0.96 | 0.54 |
| Hex | FA | 1B | BC | 0 | 59 | 19 | 2 | 13D | 60 | 36 |
| Octal | 372 | 33 | 274 | 0 | 131 | 31 | 2 | 475 | 140 | 66 |
| Binary | 11111010 | 11011 | 10111100 | 0 | 1011001 | 11001 | 10 | 100111101 | 1100000 | 110110 |
Color Harmonies of #FA1BBC
Complementary color
Monochromatic Colors of #FA1BBC
Black with #FA1BBC
Text Example
Text Example
White with #FA1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BBC; }
p { color: rgb(250,27,188); }
H1.HeaderClassName
{
color: #FA1BBC;
}
.AnyTagClassName
{
color: #FA1BBC;
}
</style>
background-color css
<style>
a { background-color: #FA1BBC; }
a { background-color: rgb(250,27,188); }
div.DivClassName
{
background-color: #FA1BBC;
}
.BgClassName
{
background-color: #FA1BBC;
}
</style>
border-color css
<style>
span { border-color: #FA1BBC; }
span { border-color: rgb(250,27,188); }
td.TdClassName
{
border-color: #FA1BBC;
}
.TagClassName
{
border-color: #FA1BBC;
}
</style>