Shades of Deep Pink #FA1880
Tints of Deep Pink #FA1880
RGB
CMYK
RGB Variations
Color information
#FA1880 (or 0xFA1880) is known color: Deep Pink. HEX triplet: FA, 18 and 80. RGB value is (250,24,128). Sum of RGB (Red+Green+Blue) = 250+24+128=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1880 is #05E77F. Grayscale: #676767. Windows color (decimal): -386944 or 8395002. OLE color: 8395002.
HSL color Cylindrical-coordinate representation of color #FA1880: hue angle of 332.39º 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 #FA1880 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 128 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.02 |
| HSL | 332.39º | 0.96% | 0.54% | - |
| HSV(B) | 332.39º | 0.9% | 0.98% | - |
| XYZ | 43.65 | 22.54 | 22.47 | - |
| YUV | 103.43 | 141.87 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 128 | 0 | 0.90 | 0.49 | 0.02 | 332.39 | 0.96 | 0.54 |
| Hex | FA | 18 | 80 | 0 | 5A | 31 | 2 | 14C | 60 | 36 |
| Octal | 372 | 30 | 200 | 0 | 132 | 61 | 2 | 514 | 140 | 66 |
| Binary | 11111010 | 11000 | 10000000 | 0 | 1011010 | 110001 | 10 | 101001100 | 1100000 | 110110 |
Color Harmonies of #FA1880
Complementary color
Monochromatic Colors of #FA1880
Black with #FA1880
Text Example
Text Example
White with #FA1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1880; }
p { color: rgb(250,24,128); }
H1.HeaderClassName
{
color: #FA1880;
}
.AnyTagClassName
{
color: #FA1880;
}
</style>
background-color css
<style>
a { background-color: #FA1880; }
a { background-color: rgb(250,24,128); }
div.DivClassName
{
background-color: #FA1880;
}
.BgClassName
{
background-color: #FA1880;
}
</style>
border-color css
<style>
span { border-color: #FA1880; }
span { border-color: rgb(250,24,128); }
td.TdClassName
{
border-color: #FA1880;
}
.TagClassName
{
border-color: #FA1880;
}
</style>