Shades of Deep Pink #FA0176
Tints of Deep Pink #FA0176
RGB
CMYK
RGB Variations
Color information
#FA0176 (or 0xFA0176) is known color: Deep Pink. HEX triplet: FA, 01 and 76. RGB value is (250,1,118). Sum of RGB (Red+Green+Blue) = 250+1+118=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0176 is #05FE89. Grayscale: #585858. Windows color (decimal): -392842 or 7733754. OLE color: 7733754.
HSL color Cylindrical-coordinate representation of color #FA0176: hue angle of 331.81º 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 #FA0176 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.02 |
| HSL | 331.81º | 0.99% | 0.49% | - |
| HSV(B) | 331.81º | 1% | 0.98% | - |
| XYZ | 42.71 | 21.65 | 19.07 | - |
| YUV | 88.79 | 144.49 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 118 | 0 | 1.00 | 0.53 | 0.02 | 331.81 | 0.99 | 0.49 |
| Hex | FA | 1 | 76 | 0 | 64 | 35 | 2 | 14C | 63 | 31 |
| Octal | 372 | 1 | 166 | 0 | 144 | 65 | 2 | 514 | 143 | 61 |
| Binary | 11111010 | 1 | 1110110 | 0 | 1100100 | 110101 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #FA0176
Complementary color
Monochromatic Colors of #FA0176
Black with #FA0176
Text Example
Text Example
White with #FA0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0176; }
p { color: rgb(250,1,118); }
H1.HeaderClassName
{
color: #FA0176;
}
.AnyTagClassName
{
color: #FA0176;
}
</style>
background-color css
<style>
a { background-color: #FA0176; }
a { background-color: rgb(250,1,118); }
div.DivClassName
{
background-color: #FA0176;
}
.BgClassName
{
background-color: #FA0176;
}
</style>
border-color css
<style>
span { border-color: #FA0176; }
span { border-color: rgb(250,1,118); }
td.TdClassName
{
border-color: #FA0176;
}
.TagClassName
{
border-color: #FA0176;
}
</style>