Shades of Deep Pink #FA0B7C
Tints of Deep Pink #FA0B7C
RGB
CMYK
RGB Variations
Color information
#FA0B7C (or 0xFA0B7C) is known color: Deep Pink. HEX triplet: FA, 0B and 7C. RGB value is (250,11,124). Sum of RGB (Red+Green+Blue) = 250+11+124=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B7C is #05F483. Grayscale: #5F5F5F. Windows color (decimal): -390276 or 8129530. OLE color: 8129530.
HSL color Cylindrical-coordinate representation of color #FA0B7C: hue angle of 331.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B7C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 124 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.02 |
| HSL | 331.63º | 0.96% | 0.51% | - |
| HSV(B) | 331.63º | 0.96% | 0.98% | - |
| XYZ | 43.18 | 22.02 | 21.04 | - |
| YUV | 95.34 | 144.18 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 124 | 0 | 0.96 | 0.50 | 0.02 | 331.63 | 0.96 | 0.51 |
| Hex | FA | B | 7C | 0 | 60 | 32 | 2 | 14C | 60 | 33 |
| Octal | 372 | 13 | 174 | 0 | 140 | 62 | 2 | 514 | 140 | 63 |
| Binary | 11111010 | 1011 | 1111100 | 0 | 1100000 | 110010 | 10 | 101001100 | 1100000 | 110011 |
Color Harmonies of #FA0B7C
Complementary color
Monochromatic Colors of #FA0B7C
Black with #FA0B7C
Text Example
Text Example
White with #FA0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B7C; }
p { color: rgb(250,11,124); }
H1.HeaderClassName
{
color: #FA0B7C;
}
.AnyTagClassName
{
color: #FA0B7C;
}
</style>
background-color css
<style>
a { background-color: #FA0B7C; }
a { background-color: rgb(250,11,124); }
div.DivClassName
{
background-color: #FA0B7C;
}
.BgClassName
{
background-color: #FA0B7C;
}
</style>
border-color css
<style>
span { border-color: #FA0B7C; }
span { border-color: rgb(250,11,124); }
td.TdClassName
{
border-color: #FA0B7C;
}
.TagClassName
{
border-color: #FA0B7C;
}
</style>