Shades of Deep Pink #FA078D
Tints of Deep Pink #FA078D
RGB
CMYK
RGB Variations
Color information
#FA078D (or 0xFA078D) is known color: Deep Pink. HEX triplet: FA, 07 and 8D. RGB value is (250,7,141). Sum of RGB (Red+Green+Blue) = 250+7+141=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA078D is #05F872. Grayscale: #5E5E5E. Windows color (decimal): -391283 or 9242618. OLE color: 9242618.
HSL color Cylindrical-coordinate representation of color #FA078D: hue angle of 326.91º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA078D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.02 |
| HSL | 326.91º | 0.96% | 0.5% | - |
| HSV(B) | 326.91º | 0.97% | 0.98% | - |
| XYZ | 44.31 | 22.4 | 27.19 | - |
| YUV | 94.93 | 154.01 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 141 | 0 | 0.97 | 0.44 | 0.02 | 326.91 | 0.96 | 0.5 |
| Hex | FA | 7 | 8D | 0 | 61 | 2C | 2 | 147 | 60 | 32 |
| Octal | 372 | 7 | 215 | 0 | 141 | 54 | 2 | 507 | 140 | 62 |
| Binary | 11111010 | 111 | 10001101 | 0 | 1100001 | 101100 | 10 | 101000111 | 1100000 | 110010 |
Color Harmonies of #FA078D
Complementary color
Monochromatic Colors of #FA078D
Black with #FA078D
Text Example
Text Example
White with #FA078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA078D; }
p { color: rgb(250,7,141); }
H1.HeaderClassName
{
color: #FA078D;
}
.AnyTagClassName
{
color: #FA078D;
}
</style>
background-color css
<style>
a { background-color: #FA078D; }
a { background-color: rgb(250,7,141); }
div.DivClassName
{
background-color: #FA078D;
}
.BgClassName
{
background-color: #FA078D;
}
</style>
border-color css
<style>
span { border-color: #FA078D; }
span { border-color: rgb(250,7,141); }
td.TdClassName
{
border-color: #FA078D;
}
.TagClassName
{
border-color: #FA078D;
}
</style>