Shades of Deep Pink #FF0484
Tints of Deep Pink #FF0484
RGB
CMYK
RGB Variations
Color information
#FF0484 (or 0xFF0484) is known color: Deep Pink. HEX triplet: FF, 04 and 84. RGB value is (255,4,132). Sum of RGB (Red+Green+Blue) = 255+4+132=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0484 is #00FB7B. Grayscale: #5D5D5D. Windows color (decimal): -64380 or 8652031. OLE color: 8652031.
HSL color Cylindrical-coordinate representation of color #FF0484: hue angle of 329.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0484 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.48 | 0 |
| HSL | 329.4º | 1% | 0.51% | - |
| HSV(B) | 329.4º | 0.98% | 1% | - |
| XYZ | 45.45 | 23.01 | 23.88 | - |
| YUV | 93.64 | 149.66 | 243.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 132 | 0 | 0.98 | 0.48 | 0 | 329.4 | 1 | 0.51 |
| Hex | FF | 4 | 84 | 0 | 62 | 30 | 0 | 149 | 64 | 33 |
| Octal | 377 | 4 | 204 | 0 | 142 | 60 | 0 | 511 | 144 | 63 |
| Binary | 11111111 | 100 | 10000100 | 0 | 1100010 | 110000 | 0 | 101001001 | 1100100 | 110011 |
Color Harmonies of #FF0484
Complementary color
Monochromatic Colors of #FF0484
Black with #FF0484
Text Example
Text Example
White with #FF0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0484; }
p { color: rgb(255,4,132); }
H1.HeaderClassName
{
color: #FF0484;
}
.AnyTagClassName
{
color: #FF0484;
}
</style>
background-color css
<style>
a { background-color: #FF0484; }
a { background-color: rgb(255,4,132); }
div.DivClassName
{
background-color: #FF0484;
}
.BgClassName
{
background-color: #FF0484;
}
</style>
border-color css
<style>
span { border-color: #FF0484; }
span { border-color: rgb(255,4,132); }
td.TdClassName
{
border-color: #FF0484;
}
.TagClassName
{
border-color: #FF0484;
}
</style>