Shades of Deep Pink #FA0177
Tints of Deep Pink #FA0177
RGB
CMYK
RGB Variations
Color information
#FA0177 (or 0xFA0177) is known color: Deep Pink. HEX triplet: FA, 01 and 77. RGB value is (250,1,119). Sum of RGB (Red+Green+Blue) = 250+1+119=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0177 is #05FE88. Grayscale: #585858. Windows color (decimal): -392841 or 7799290. OLE color: 7799290.
HSL color Cylindrical-coordinate representation of color #FA0177: hue angle of 331.57º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0177 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.02 |
| HSL | 331.57º | 0.99% | 0.49% | - |
| HSV(B) | 331.57º | 1% | 0.98% | - |
| XYZ | 42.76 | 21.68 | 19.38 | - |
| YUV | 88.9 | 144.99 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 119 | 0 | 1.00 | 0.52 | 0.02 | 331.57 | 0.99 | 0.49 |
| Hex | FA | 1 | 77 | 0 | 64 | 34 | 2 | 14C | 63 | 31 |
| Octal | 372 | 1 | 167 | 0 | 144 | 64 | 2 | 514 | 143 | 61 |
| Binary | 11111010 | 1 | 1110111 | 0 | 1100100 | 110100 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #FA0177
Complementary color
Monochromatic Colors of #FA0177
Black with #FA0177
Text Example
Text Example
White with #FA0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0177; }
p { color: rgb(250,1,119); }
H1.HeaderClassName
{
color: #FA0177;
}
.AnyTagClassName
{
color: #FA0177;
}
</style>
background-color css
<style>
a { background-color: #FA0177; }
a { background-color: rgb(250,1,119); }
div.DivClassName
{
background-color: #FA0177;
}
.BgClassName
{
background-color: #FA0177;
}
</style>
border-color css
<style>
span { border-color: #FA0177; }
span { border-color: rgb(250,1,119); }
td.TdClassName
{
border-color: #FA0177;
}
.TagClassName
{
border-color: #FA0177;
}
</style>