Shades of Deep Pink #FA0C77
Tints of Deep Pink #FA0C77
RGB
CMYK
RGB Variations
Color information
#FA0C77 (or 0xFA0C77) is known color: Deep Pink. HEX triplet: FA, 0C and 77. RGB value is (250,12,119). Sum of RGB (Red+Green+Blue) = 250+12+119=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0C77 is #05F388. Grayscale: #5F5F5F. Windows color (decimal): -390025 or 7802106. OLE color: 7802106.
HSL color Cylindrical-coordinate representation of color #FA0C77: hue angle of 333.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C77 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 119 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.02 |
| HSL | 333.03º | 0.96% | 0.51% | - |
| HSV(B) | 333.03º | 0.95% | 0.98% | - |
| XYZ | 42.89 | 21.92 | 19.42 | - |
| YUV | 95.36 | 141.35 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 119 | 0 | 0.95 | 0.52 | 0.02 | 333.03 | 0.96 | 0.51 |
| Hex | FA | C | 77 | 0 | 5F | 34 | 2 | 14D | 60 | 33 |
| Octal | 372 | 14 | 167 | 0 | 137 | 64 | 2 | 515 | 140 | 63 |
| Binary | 11111010 | 1100 | 1110111 | 0 | 1011111 | 110100 | 10 | 101001101 | 1100000 | 110011 |
Color Harmonies of #FA0C77
Complementary color
Monochromatic Colors of #FA0C77
Black with #FA0C77
Text Example
Text Example
White with #FA0C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C77; }
p { color: rgb(250,12,119); }
H1.HeaderClassName
{
color: #FA0C77;
}
.AnyTagClassName
{
color: #FA0C77;
}
</style>
background-color css
<style>
a { background-color: #FA0C77; }
a { background-color: rgb(250,12,119); }
div.DivClassName
{
background-color: #FA0C77;
}
.BgClassName
{
background-color: #FA0C77;
}
</style>
border-color css
<style>
span { border-color: #FA0C77; }
span { border-color: rgb(250,12,119); }
td.TdClassName
{
border-color: #FA0C77;
}
.TagClassName
{
border-color: #FA0C77;
}
</style>