Shades of Deep Pink #FA1B7D
Tints of Deep Pink #FA1B7D
RGB
CMYK
RGB Variations
Color information
#FA1B7D (or 0xFA1B7D) is known color: Deep Pink. HEX triplet: FA, 1B and 7D. RGB value is (250,27,125). Sum of RGB (Red+Green+Blue) = 250+27+125=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B7D is #05E482. Grayscale: #686868. Windows color (decimal): -386179 or 8199162. OLE color: 8199162.
HSL color Cylindrical-coordinate representation of color #FA1B7D: hue angle of 333.63º 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 #FA1B7D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 125 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.02 |
| HSL | 333.63º | 0.96% | 0.54% | - |
| HSV(B) | 333.63º | 0.89% | 0.98% | - |
| XYZ | 43.52 | 22.59 | 21.47 | - |
| YUV | 104.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 125 | 0 | 0.89 | 0.50 | 0.02 | 333.63 | 0.96 | 0.54 |
| Hex | FA | 1B | 7D | 0 | 59 | 32 | 2 | 14E | 60 | 36 |
| Octal | 372 | 33 | 175 | 0 | 131 | 62 | 2 | 516 | 140 | 66 |
| Binary | 11111010 | 11011 | 1111101 | 0 | 1011001 | 110010 | 10 | 101001110 | 1100000 | 110110 |
Color Harmonies of #FA1B7D
Complementary color
Monochromatic Colors of #FA1B7D
Black with #FA1B7D
Text Example
Text Example
White with #FA1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B7D; }
p { color: rgb(250,27,125); }
H1.HeaderClassName
{
color: #FA1B7D;
}
.AnyTagClassName
{
color: #FA1B7D;
}
</style>
background-color css
<style>
a { background-color: #FA1B7D; }
a { background-color: rgb(250,27,125); }
div.DivClassName
{
background-color: #FA1B7D;
}
.BgClassName
{
background-color: #FA1B7D;
}
</style>
border-color css
<style>
span { border-color: #FA1B7D; }
span { border-color: rgb(250,27,125); }
td.TdClassName
{
border-color: #FA1B7D;
}
.TagClassName
{
border-color: #FA1B7D;
}
</style>