Shades of Pale Magenta #FF7ADB
Tints of Pale Magenta #FF7ADB
RGB
CMYK
RGB Variations
Color information
#FF7ADB (or 0xFF7ADB) is known color: Pale Magenta. HEX triplet: FF, 7A and DB. RGB value is (255,122,219). Sum of RGB (Red+Green+Blue) = 255+122+219=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ADB is #008524. Grayscale: #ACACAC. Windows color (decimal): -34085 or 14383871. OLE color: 14383871.
HSL color Cylindrical-coordinate representation of color #FF7ADB: hue angle of 316.24º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7ADB is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 219 | - |
| CMYK | 0 | 0.52 | 0.14 | 0 |
| HSL | 316.24º | 1% | 0.74% | - |
| HSV(B) | 316.24º | 0.52% | 1% | - |
| XYZ | 60.99 | 40.29 | 71.58 | - |
| YUV | 172.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 219 | 0 | 0.52 | 0.14 | 0 | 316.24 | 1 | 0.74 |
| Hex | FF | 7A | DB | 0 | 34 | E | 0 | 13C | 64 | 4A |
| Octal | 377 | 172 | 333 | 0 | 64 | 16 | 0 | 474 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11011011 | 0 | 110100 | 1110 | 0 | 100111100 | 1100100 | 1001010 |
Color Harmonies of #FF7ADB
Complementary color
Monochromatic Colors of #FF7ADB
Black with #FF7ADB
Text Example
Text Example
White with #FF7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ADB; }
p { color: rgb(255,122,219); }
H1.HeaderClassName
{
color: #FF7ADB;
}
.AnyTagClassName
{
color: #FF7ADB;
}
</style>
background-color css
<style>
a { background-color: #FF7ADB; }
a { background-color: rgb(255,122,219); }
div.DivClassName
{
background-color: #FF7ADB;
}
.BgClassName
{
background-color: #FF7ADB;
}
</style>
border-color css
<style>
span { border-color: #FF7ADB; }
span { border-color: rgb(255,122,219); }
td.TdClassName
{
border-color: #FF7ADB;
}
.TagClassName
{
border-color: #FF7ADB;
}
</style>