Shades of Deep Pink #FA1B7A
Tints of Deep Pink #FA1B7A
RGB
CMYK
RGB Variations
Color information
#FA1B7A (or 0xFA1B7A) is known color: Deep Pink. HEX triplet: FA, 1B and 7A. RGB value is (250,27,122). Sum of RGB (Red+Green+Blue) = 250+27+122=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B7A is #05E485. Grayscale: #686868. Windows color (decimal): -386182 or 8002554. OLE color: 8002554.
HSL color Cylindrical-coordinate representation of color #FA1B7A: hue angle of 334.44º 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 #FA1B7A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 122 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.02 |
| HSL | 334.44º | 0.96% | 0.54% | - |
| HSV(B) | 334.44º | 0.89% | 0.98% | - |
| XYZ | 43.33 | 22.51 | 20.47 | - |
| YUV | 104.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 122 | 0 | 0.89 | 0.51 | 0.02 | 334.44 | 0.96 | 0.54 |
| Hex | FA | 1B | 7A | 0 | 59 | 33 | 2 | 14E | 60 | 36 |
| Octal | 372 | 33 | 172 | 0 | 131 | 63 | 2 | 516 | 140 | 66 |
| Binary | 11111010 | 11011 | 1111010 | 0 | 1011001 | 110011 | 10 | 101001110 | 1100000 | 110110 |
Color Harmonies of #FA1B7A
Complementary color
Monochromatic Colors of #FA1B7A
Black with #FA1B7A
Text Example
Text Example
White with #FA1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B7A; }
p { color: rgb(250,27,122); }
H1.HeaderClassName
{
color: #FA1B7A;
}
.AnyTagClassName
{
color: #FA1B7A;
}
</style>
background-color css
<style>
a { background-color: #FA1B7A; }
a { background-color: rgb(250,27,122); }
div.DivClassName
{
background-color: #FA1B7A;
}
.BgClassName
{
background-color: #FA1B7A;
}
</style>
border-color css
<style>
span { border-color: #FA1B7A; }
span { border-color: rgb(250,27,122); }
td.TdClassName
{
border-color: #FA1B7A;
}
.TagClassName
{
border-color: #FA1B7A;
}
</style>