Shades of Deep Pink #FA0484
Tints of Deep Pink #FA0484
RGB
CMYK
RGB Variations
Color information
#FA0484 (or 0xFA0484) is known color: Deep Pink. HEX triplet: FA, 04 and 84. RGB value is (250,4,132). Sum of RGB (Red+Green+Blue) = 250+4+132=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0484 is #05FB7B. Grayscale: #5B5B5B. Windows color (decimal): -392060 or 8652026. OLE color: 8652026.
HSL color Cylindrical-coordinate representation of color #FA0484: hue angle of 328.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0484 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.02 |
| HSL | 328.78º | 0.97% | 0.5% | - |
| HSV(B) | 328.78º | 0.98% | 0.98% | - |
| XYZ | 43.63 | 22.08 | 23.79 | - |
| YUV | 92.15 | 150.5 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 132 | 0 | 0.98 | 0.47 | 0.02 | 328.78 | 0.97 | 0.5 |
| Hex | FA | 4 | 84 | 0 | 62 | 2F | 2 | 149 | 61 | 32 |
| Octal | 372 | 4 | 204 | 0 | 142 | 57 | 2 | 511 | 141 | 62 |
| Binary | 11111010 | 100 | 10000100 | 0 | 1100010 | 101111 | 10 | 101001001 | 1100001 | 110010 |
Color Harmonies of #FA0484
Complementary color
Monochromatic Colors of #FA0484
Black with #FA0484
Text Example
Text Example
White with #FA0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0484; }
p { color: rgb(250,4,132); }
H1.HeaderClassName
{
color: #FA0484;
}
.AnyTagClassName
{
color: #FA0484;
}
</style>
background-color css
<style>
a { background-color: #FA0484; }
a { background-color: rgb(250,4,132); }
div.DivClassName
{
background-color: #FA0484;
}
.BgClassName
{
background-color: #FA0484;
}
</style>
border-color css
<style>
span { border-color: #FA0484; }
span { border-color: rgb(250,4,132); }
td.TdClassName
{
border-color: #FA0484;
}
.TagClassName
{
border-color: #FA0484;
}
</style>