Shades of Deep Pink #FA1B88
Tints of Deep Pink #FA1B88
RGB
CMYK
RGB Variations
Color information
#FA1B88 (or 0xFA1B88) is known color: Deep Pink. HEX triplet: FA, 1B and 88. RGB value is (250,27,136). Sum of RGB (Red+Green+Blue) = 250+27+136=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1B88 is #05E477. Grayscale: #696969. Windows color (decimal): -386168 or 8920058. OLE color: 8920058.
HSL color Cylindrical-coordinate representation of color #FA1B88: hue angle of 330.67º 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 #FA1B88 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 136 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.02 |
| HSL | 330.67º | 0.96% | 0.54% | - |
| HSV(B) | 330.67º | 0.89% | 0.98% | - |
| XYZ | 44.26 | 22.89 | 25.38 | - |
| YUV | 106.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 136 | 0 | 0.89 | 0.46 | 0.02 | 330.67 | 0.96 | 0.54 |
| Hex | FA | 1B | 88 | 0 | 59 | 2E | 2 | 14B | 60 | 36 |
| Octal | 372 | 33 | 210 | 0 | 131 | 56 | 2 | 513 | 140 | 66 |
| Binary | 11111010 | 11011 | 10001000 | 0 | 1011001 | 101110 | 10 | 101001011 | 1100000 | 110110 |
Color Harmonies of #FA1B88
Complementary color
Monochromatic Colors of #FA1B88
Black with #FA1B88
Text Example
Text Example
White with #FA1B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B88; }
p { color: rgb(250,27,136); }
H1.HeaderClassName
{
color: #FA1B88;
}
.AnyTagClassName
{
color: #FA1B88;
}
</style>
background-color css
<style>
a { background-color: #FA1B88; }
a { background-color: rgb(250,27,136); }
div.DivClassName
{
background-color: #FA1B88;
}
.BgClassName
{
background-color: #FA1B88;
}
</style>
border-color css
<style>
span { border-color: #FA1B88; }
span { border-color: rgb(250,27,136); }
td.TdClassName
{
border-color: #FA1B88;
}
.TagClassName
{
border-color: #FA1B88;
}
</style>