Shades of Deep Pink #FA0984
Tints of Deep Pink #FA0984
RGB
CMYK
RGB Variations
Color information
#FA0984 (or 0xFA0984) is known color: Deep Pink. HEX triplet: FA, 09 and 84. RGB value is (250,9,132). Sum of RGB (Red+Green+Blue) = 250+9+132=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0984 is #05F67B. Grayscale: #5E5E5E. Windows color (decimal): -390780 or 8653306. OLE color: 8653306.
HSL color Cylindrical-coordinate representation of color #FA0984: hue angle of 329.38º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0984 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.02 |
| HSL | 329.38º | 0.96% | 0.51% | - |
| HSV(B) | 329.38º | 0.96% | 0.98% | - |
| XYZ | 43.69 | 22.19 | 23.81 | - |
| YUV | 95.08 | 148.84 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 132 | 0 | 0.96 | 0.47 | 0.02 | 329.38 | 0.96 | 0.51 |
| Hex | FA | 9 | 84 | 0 | 60 | 2F | 2 | 149 | 60 | 33 |
| Octal | 372 | 11 | 204 | 0 | 140 | 57 | 2 | 511 | 140 | 63 |
| Binary | 11111010 | 1001 | 10000100 | 0 | 1100000 | 101111 | 10 | 101001001 | 1100000 | 110011 |
Color Harmonies of #FA0984
Complementary color
Monochromatic Colors of #FA0984
Black with #FA0984
Text Example
Text Example
White with #FA0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0984; }
p { color: rgb(250,9,132); }
H1.HeaderClassName
{
color: #FA0984;
}
.AnyTagClassName
{
color: #FA0984;
}
</style>
background-color css
<style>
a { background-color: #FA0984; }
a { background-color: rgb(250,9,132); }
div.DivClassName
{
background-color: #FA0984;
}
.BgClassName
{
background-color: #FA0984;
}
</style>
border-color css
<style>
span { border-color: #FA0984; }
span { border-color: rgb(250,9,132); }
td.TdClassName
{
border-color: #FA0984;
}
.TagClassName
{
border-color: #FA0984;
}
</style>