Shades of Deep Pink #FA0F80
Tints of Deep Pink #FA0F80
RGB
CMYK
RGB Variations
Color information
#FA0F80 (or 0xFA0F80) is known color: Deep Pink. HEX triplet: FA, 0F and 80. RGB value is (250,15,128). Sum of RGB (Red+Green+Blue) = 250+15+128=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F80 is #05F07F. Grayscale: #616161. Windows color (decimal): -389248 or 8392698. OLE color: 8392698.
HSL color Cylindrical-coordinate representation of color #FA0F80: hue angle of 331.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0F80 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 128 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.02 |
| HSL | 331.15º | 0.96% | 0.52% | - |
| HSV(B) | 331.15º | 0.94% | 0.98% | - |
| XYZ | 43.49 | 22.22 | 22.42 | - |
| YUV | 98.15 | 144.86 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 128 | 0 | 0.94 | 0.49 | 0.02 | 331.15 | 0.96 | 0.52 |
| Hex | FA | F | 80 | 0 | 5E | 31 | 2 | 14B | 60 | 34 |
| Octal | 372 | 17 | 200 | 0 | 136 | 61 | 2 | 513 | 140 | 64 |
| Binary | 11111010 | 1111 | 10000000 | 0 | 1011110 | 110001 | 10 | 101001011 | 1100000 | 110100 |
Color Harmonies of #FA0F80
Complementary color
Monochromatic Colors of #FA0F80
Black with #FA0F80
Text Example
Text Example
White with #FA0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F80; }
p { color: rgb(250,15,128); }
H1.HeaderClassName
{
color: #FA0F80;
}
.AnyTagClassName
{
color: #FA0F80;
}
</style>
background-color css
<style>
a { background-color: #FA0F80; }
a { background-color: rgb(250,15,128); }
div.DivClassName
{
background-color: #FA0F80;
}
.BgClassName
{
background-color: #FA0F80;
}
</style>
border-color css
<style>
span { border-color: #FA0F80; }
span { border-color: rgb(250,15,128); }
td.TdClassName
{
border-color: #FA0F80;
}
.TagClassName
{
border-color: #FA0F80;
}
</style>