Shades of Deep Pink #FA1B7F
Tints of Deep Pink #FA1B7F
RGB
CMYK
RGB Variations
Color information
#FA1B7F (or 0xFA1B7F) is known color: Deep Pink. HEX triplet: FA, 1B and 7F. RGB value is (250,27,127). Sum of RGB (Red+Green+Blue) = 250+27+127=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B7F is #05E480. Grayscale: #686868. Windows color (decimal): -386177 or 8330234. OLE color: 8330234.
HSL color Cylindrical-coordinate representation of color #FA1B7F: hue angle of 333.09º 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 #FA1B7F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 127 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.02 |
| HSL | 333.09º | 0.96% | 0.54% | - |
| HSV(B) | 333.09º | 0.89% | 0.98% | - |
| XYZ | 43.65 | 22.64 | 22.15 | - |
| YUV | 105.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 127 | 0 | 0.89 | 0.49 | 0.02 | 333.09 | 0.96 | 0.54 |
| Hex | FA | 1B | 7F | 0 | 59 | 31 | 2 | 14D | 60 | 36 |
| Octal | 372 | 33 | 177 | 0 | 131 | 61 | 2 | 515 | 140 | 66 |
| Binary | 11111010 | 11011 | 1111111 | 0 | 1011001 | 110001 | 10 | 101001101 | 1100000 | 110110 |
Color Harmonies of #FA1B7F
Complementary color
Monochromatic Colors of #FA1B7F
Black with #FA1B7F
Text Example
Text Example
White with #FA1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B7F; }
p { color: rgb(250,27,127); }
H1.HeaderClassName
{
color: #FA1B7F;
}
.AnyTagClassName
{
color: #FA1B7F;
}
</style>
background-color css
<style>
a { background-color: #FA1B7F; }
a { background-color: rgb(250,27,127); }
div.DivClassName
{
background-color: #FA1B7F;
}
.BgClassName
{
background-color: #FA1B7F;
}
</style>
border-color css
<style>
span { border-color: #FA1B7F; }
span { border-color: rgb(250,27,127); }
td.TdClassName
{
border-color: #FA1B7F;
}
.TagClassName
{
border-color: #FA1B7F;
}
</style>