Shades of Deep Pink #FA1877
Tints of Deep Pink #FA1877
RGB
CMYK
RGB Variations
Color information
#FA1877 (or 0xFA1877) is known color: Deep Pink. HEX triplet: FA, 18 and 77. RGB value is (250,24,119). Sum of RGB (Red+Green+Blue) = 250+24+119=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1877 is #05E788. Grayscale: #666666. Windows color (decimal): -386953 or 7805178. OLE color: 7805178.
HSL color Cylindrical-coordinate representation of color #FA1877: hue angle of 334.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1877 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 119 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.02 |
| HSL | 334.78º | 0.96% | 0.54% | - |
| HSV(B) | 334.78º | 0.9% | 0.98% | - |
| XYZ | 43.08 | 22.31 | 19.49 | - |
| YUV | 102.4 | 137.37 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 119 | 0 | 0.90 | 0.52 | 0.02 | 334.78 | 0.96 | 0.54 |
| Hex | FA | 18 | 77 | 0 | 5A | 34 | 2 | 14F | 60 | 36 |
| Octal | 372 | 30 | 167 | 0 | 132 | 64 | 2 | 517 | 140 | 66 |
| Binary | 11111010 | 11000 | 1110111 | 0 | 1011010 | 110100 | 10 | 101001111 | 1100000 | 110110 |
Color Harmonies of #FA1877
Complementary color
Monochromatic Colors of #FA1877
Black with #FA1877
Text Example
Text Example
White with #FA1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1877; }
p { color: rgb(250,24,119); }
H1.HeaderClassName
{
color: #FA1877;
}
.AnyTagClassName
{
color: #FA1877;
}
</style>
background-color css
<style>
a { background-color: #FA1877; }
a { background-color: rgb(250,24,119); }
div.DivClassName
{
background-color: #FA1877;
}
.BgClassName
{
background-color: #FA1877;
}
</style>
border-color css
<style>
span { border-color: #FA1877; }
span { border-color: rgb(250,24,119); }
td.TdClassName
{
border-color: #FA1877;
}
.TagClassName
{
border-color: #FA1877;
}
</style>