Shades of Deep Pink #FA1680
Tints of Deep Pink #FA1680
RGB
CMYK
RGB Variations
Color information
#FA1680 (or 0xFA1680) is known color: Deep Pink. HEX triplet: FA, 16 and 80. RGB value is (250,22,128). Sum of RGB (Red+Green+Blue) = 250+22+128=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1680 is #05E97F. Grayscale: #666666. Windows color (decimal): -387456 or 8394490. OLE color: 8394490.
HSL color Cylindrical-coordinate representation of color #FA1680: hue angle of 332.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1680 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 128 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.02 |
| HSL | 332.11º | 0.96% | 0.53% | - |
| HSV(B) | 332.11º | 0.91% | 0.98% | - |
| XYZ | 43.61 | 22.46 | 22.46 | - |
| YUV | 102.26 | 142.54 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 128 | 0 | 0.91 | 0.49 | 0.02 | 332.11 | 0.96 | 0.53 |
| Hex | FA | 16 | 80 | 0 | 5B | 31 | 2 | 14C | 60 | 35 |
| Octal | 372 | 26 | 200 | 0 | 133 | 61 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10110 | 10000000 | 0 | 1011011 | 110001 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA1680
Complementary color
Monochromatic Colors of #FA1680
Black with #FA1680
Text Example
Text Example
White with #FA1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1680; }
p { color: rgb(250,22,128); }
H1.HeaderClassName
{
color: #FA1680;
}
.AnyTagClassName
{
color: #FA1680;
}
</style>
background-color css
<style>
a { background-color: #FA1680; }
a { background-color: rgb(250,22,128); }
div.DivClassName
{
background-color: #FA1680;
}
.BgClassName
{
background-color: #FA1680;
}
</style>
border-color css
<style>
span { border-color: #FA1680; }
span { border-color: rgb(250,22,128); }
td.TdClassName
{
border-color: #FA1680;
}
.TagClassName
{
border-color: #FA1680;
}
</style>