Shades of Deep Pink #FA078B
Tints of Deep Pink #FA078B
RGB
CMYK
RGB Variations
Color information
#FA078B (or 0xFA078B) is known color: Deep Pink. HEX triplet: FA, 07 and 8B. RGB value is (250,7,139). Sum of RGB (Red+Green+Blue) = 250+7+139=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA078B is #05F874. Grayscale: #5E5E5E. Windows color (decimal): -391285 or 9111546. OLE color: 9111546.
HSL color Cylindrical-coordinate representation of color #FA078B: hue angle of 327.41º 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 #FA078B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.02 |
| HSL | 327.41º | 0.96% | 0.5% | - |
| HSV(B) | 327.41º | 0.97% | 0.98% | - |
| XYZ | 44.16 | 22.34 | 26.41 | - |
| YUV | 94.71 | 153.01 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 139 | 0 | 0.97 | 0.44 | 0.02 | 327.41 | 0.96 | 0.5 |
| Hex | FA | 7 | 8B | 0 | 61 | 2C | 2 | 147 | 60 | 32 |
| Octal | 372 | 7 | 213 | 0 | 141 | 54 | 2 | 507 | 140 | 62 |
| Binary | 11111010 | 111 | 10001011 | 0 | 1100001 | 101100 | 10 | 101000111 | 1100000 | 110010 |
Color Harmonies of #FA078B
Complementary color
Monochromatic Colors of #FA078B
Black with #FA078B
Text Example
Text Example
White with #FA078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA078B; }
p { color: rgb(250,7,139); }
H1.HeaderClassName
{
color: #FA078B;
}
.AnyTagClassName
{
color: #FA078B;
}
</style>
background-color css
<style>
a { background-color: #FA078B; }
a { background-color: rgb(250,7,139); }
div.DivClassName
{
background-color: #FA078B;
}
.BgClassName
{
background-color: #FA078B;
}
</style>
border-color css
<style>
span { border-color: #FA078B; }
span { border-color: rgb(250,7,139); }
td.TdClassName
{
border-color: #FA078B;
}
.TagClassName
{
border-color: #FA078B;
}
</style>