Shades of Deep Pink #FF047D
Tints of Deep Pink #FF047D
RGB
CMYK
RGB Variations
Color information
#FF047D (or 0xFF047D) is known color: Deep Pink. HEX triplet: FF, 04 and 7D. RGB value is (255,4,125). Sum of RGB (Red+Green+Blue) = 255+4+125=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF047D is #00FB82. Grayscale: #5C5C5C. Windows color (decimal): -64387 or 8193279. OLE color: 8193279.
HSL color Cylindrical-coordinate representation of color #FF047D: hue angle of 331.08º 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 #FF047D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.51 | 0 |
| HSL | 331.08º | 1% | 0.51% | - |
| HSV(B) | 331.08º | 0.98% | 1% | - |
| XYZ | 44.99 | 22.83 | 21.44 | - |
| YUV | 92.84 | 146.16 | 243.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 125 | 0 | 0.98 | 0.51 | 0 | 331.08 | 1 | 0.51 |
| Hex | FF | 4 | 7D | 0 | 62 | 33 | 0 | 14B | 64 | 33 |
| Octal | 377 | 4 | 175 | 0 | 142 | 63 | 0 | 513 | 144 | 63 |
| Binary | 11111111 | 100 | 1111101 | 0 | 1100010 | 110011 | 0 | 101001011 | 1100100 | 110011 |
Color Harmonies of #FF047D
Complementary color
Monochromatic Colors of #FF047D
Black with #FF047D
Text Example
Text Example
White with #FF047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF047D; }
p { color: rgb(255,4,125); }
H1.HeaderClassName
{
color: #FF047D;
}
.AnyTagClassName
{
color: #FF047D;
}
</style>
background-color css
<style>
a { background-color: #FF047D; }
a { background-color: rgb(255,4,125); }
div.DivClassName
{
background-color: #FF047D;
}
.BgClassName
{
background-color: #FF047D;
}
</style>
border-color css
<style>
span { border-color: #FF047D; }
span { border-color: rgb(255,4,125); }
td.TdClassName
{
border-color: #FF047D;
}
.TagClassName
{
border-color: #FF047D;
}
</style>