Shades of Deep Pink #FA0680
Tints of Deep Pink #FA0680
RGB
CMYK
RGB Variations
Color information
#FA0680 (or 0xFA0680) is known color: Deep Pink. HEX triplet: FA, 06 and 80. RGB value is (250,6,128). Sum of RGB (Red+Green+Blue) = 250+6+128=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0680 is #05F97F. Grayscale: #5C5C5C. Windows color (decimal): -391552 or 8390394. OLE color: 8390394.
HSL color Cylindrical-coordinate representation of color #FA0680: hue angle of 330º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0680 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 128 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.02 |
| HSL | 330º | 0.96% | 0.5% | - |
| HSV(B) | 330º | 0.98% | 0.98% | - |
| XYZ | 43.39 | 22.01 | 22.38 | - |
| YUV | 92.86 | 147.84 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 128 | 0 | 0.98 | 0.49 | 0.02 | 330 | 0.96 | 0.5 |
| Hex | FA | 6 | 80 | 0 | 62 | 31 | 2 | 14A | 60 | 32 |
| Octal | 372 | 6 | 200 | 0 | 142 | 61 | 2 | 512 | 140 | 62 |
| Binary | 11111010 | 110 | 10000000 | 0 | 1100010 | 110001 | 10 | 101001010 | 1100000 | 110010 |
Color Harmonies of #FA0680
Complementary color
Monochromatic Colors of #FA0680
Black with #FA0680
Text Example
Text Example
White with #FA0680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0680; }
p { color: rgb(250,6,128); }
H1.HeaderClassName
{
color: #FA0680;
}
.AnyTagClassName
{
color: #FA0680;
}
</style>
background-color css
<style>
a { background-color: #FA0680; }
a { background-color: rgb(250,6,128); }
div.DivClassName
{
background-color: #FA0680;
}
.BgClassName
{
background-color: #FA0680;
}
</style>
border-color css
<style>
span { border-color: #FA0680; }
span { border-color: rgb(250,6,128); }
td.TdClassName
{
border-color: #FA0680;
}
.TagClassName
{
border-color: #FA0680;
}
</style>