Shades of Deep Pink #FF047A
Tints of Deep Pink #FF047A
RGB
CMYK
RGB Variations
Color information
#FF047A (or 0xFF047A) is known color: Deep Pink. HEX triplet: FF, 04 and 7A. RGB value is (255,4,122). Sum of RGB (Red+Green+Blue) = 255+4+122=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF047A is #00FB85. Grayscale: #5C5C5C. Windows color (decimal): -64390 or 7996671. OLE color: 7996671.
HSL color Cylindrical-coordinate representation of color #FF047A: hue angle of 331.79º 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 #FF047A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.52 | 0 |
| HSL | 331.79º | 1% | 0.51% | - |
| HSV(B) | 331.79º | 0.98% | 1% | - |
| XYZ | 44.8 | 22.75 | 20.44 | - |
| YUV | 92.5 | 144.66 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 122 | 0 | 0.98 | 0.52 | 0 | 331.79 | 1 | 0.51 |
| Hex | FF | 4 | 7A | 0 | 62 | 34 | 0 | 14C | 64 | 33 |
| Octal | 377 | 4 | 172 | 0 | 142 | 64 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 100 | 1111010 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF047A
Complementary color
Monochromatic Colors of #FF047A
Black with #FF047A
Text Example
Text Example
White with #FF047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF047A; }
p { color: rgb(255,4,122); }
H1.HeaderClassName
{
color: #FF047A;
}
.AnyTagClassName
{
color: #FF047A;
}
</style>
background-color css
<style>
a { background-color: #FF047A; }
a { background-color: rgb(255,4,122); }
div.DivClassName
{
background-color: #FF047A;
}
.BgClassName
{
background-color: #FF047A;
}
</style>
border-color css
<style>
span { border-color: #FF047A; }
span { border-color: rgb(255,4,122); }
td.TdClassName
{
border-color: #FF047A;
}
.TagClassName
{
border-color: #FF047A;
}
</style>