Shades of Deep Pink #FF0481
Tints of Deep Pink #FF0481
RGB
CMYK
RGB Variations
Color information
#FF0481 (or 0xFF0481) is known color: Deep Pink. HEX triplet: FF, 04 and 81. RGB value is (255,4,129). Sum of RGB (Red+Green+Blue) = 255+4+129=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0481 is #00FB7E. Grayscale: #5D5D5D. Windows color (decimal): -64383 or 8455423. OLE color: 8455423.
HSL color Cylindrical-coordinate representation of color #FF0481: hue angle of 330.12º 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 #FF0481 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.49 | 0 |
| HSL | 330.12º | 1% | 0.51% | - |
| HSV(B) | 330.12º | 0.98% | 1% | - |
| XYZ | 45.25 | 22.93 | 22.81 | - |
| YUV | 93.3 | 148.16 | 243.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 129 | 0 | 0.98 | 0.49 | 0 | 330.12 | 1 | 0.51 |
| Hex | FF | 4 | 81 | 0 | 62 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 4 | 201 | 0 | 142 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 100 | 10000001 | 0 | 1100010 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0481
Complementary color
Monochromatic Colors of #FF0481
Black with #FF0481
Text Example
Text Example
White with #FF0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0481; }
p { color: rgb(255,4,129); }
H1.HeaderClassName
{
color: #FF0481;
}
.AnyTagClassName
{
color: #FF0481;
}
</style>
background-color css
<style>
a { background-color: #FF0481; }
a { background-color: rgb(255,4,129); }
div.DivClassName
{
background-color: #FF0481;
}
.BgClassName
{
background-color: #FF0481;
}
</style>
border-color css
<style>
span { border-color: #FF0481; }
span { border-color: rgb(255,4,129); }
td.TdClassName
{
border-color: #FF0481;
}
.TagClassName
{
border-color: #FF0481;
}
</style>