Shades of Deep Pink #FA0077
Tints of Deep Pink #FA0077
RGB
CMYK
RGB Variations
Color information
#FA0077 (or 0xFA0077) is known color: Deep Pink. HEX triplet: FA, 00 and 77. RGB value is (250,0,119). Sum of RGB (Red+Green+Blue) = 250+0+119=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0077 is #05FF88. Grayscale: #585858. Windows color (decimal): -393097 or 7799034. OLE color: 7799034.
HSL color Cylindrical-coordinate representation of color #FA0077: hue angle of 331.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0077 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.52 | 0.02 |
| HSL | 331.44º | 1% | 0.49% | - |
| HSV(B) | 331.44º | 1% | 0.98% | - |
| XYZ | 42.75 | 21.66 | 19.38 | - |
| YUV | 88.32 | 145.33 | 243.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 119 | 0 | 1 | 0.52 | 0.02 | 331.44 | 1 | 0.49 |
| Hex | FA | 0 | 77 | 0 | 64 | 34 | 2 | 14B | 64 | 31 |
| Octal | 372 | 0 | 167 | 0 | 144 | 64 | 2 | 513 | 144 | 61 |
| Binary | 11111010 | 0 | 1110111 | 0 | 1100100 | 110100 | 10 | 101001011 | 1100100 | 110001 |
Color Harmonies of #FA0077
Complementary color
Monochromatic Colors of #FA0077
Black with #FA0077
Text Example
Text Example
White with #FA0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0077; }
p { color: rgb(250,0,119); }
H1.HeaderClassName
{
color: #FA0077;
}
.AnyTagClassName
{
color: #FA0077;
}
</style>
background-color css
<style>
a { background-color: #FA0077; }
a { background-color: rgb(250,0,119); }
div.DivClassName
{
background-color: #FA0077;
}
.BgClassName
{
background-color: #FA0077;
}
</style>
border-color css
<style>
span { border-color: #FA0077; }
span { border-color: rgb(250,0,119); }
td.TdClassName
{
border-color: #FA0077;
}
.TagClassName
{
border-color: #FA0077;
}
</style>