Shades of Pale Magenta #FF7CDB
Tints of Pale Magenta #FF7CDB
RGB
CMYK
RGB Variations
Color information
#FF7CDB (or 0xFF7CDB) is known color: Pale Magenta. HEX triplet: FF, 7C and DB. RGB value is (255,124,219). Sum of RGB (Red+Green+Blue) = 255+124+219=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CDB is #008324. Grayscale: #ADADAD. Windows color (decimal): -33573 or 14384383. OLE color: 14384383.
HSL color Cylindrical-coordinate representation of color #FF7CDB: hue angle of 316.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CDB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 219 | - |
| CMYK | 0 | 0.51 | 0.14 | 0 |
| HSL | 316.49º | 1% | 0.74% | - |
| HSV(B) | 316.49º | 0.51% | 1% | - |
| XYZ | 61.23 | 40.79 | 71.66 | - |
| YUV | 174 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 219 | 0 | 0.51 | 0.14 | 0 | 316.49 | 1 | 0.74 |
| Hex | FF | 7C | DB | 0 | 33 | E | 0 | 13C | 64 | 4A |
| Octal | 377 | 174 | 333 | 0 | 63 | 16 | 0 | 474 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11011011 | 0 | 110011 | 1110 | 0 | 100111100 | 1100100 | 1001010 |
Color Harmonies of #FF7CDB
Complementary color
Monochromatic Colors of #FF7CDB
Black with #FF7CDB
Text Example
Text Example
White with #FF7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CDB; }
p { color: rgb(255,124,219); }
H1.HeaderClassName
{
color: #FF7CDB;
}
.AnyTagClassName
{
color: #FF7CDB;
}
</style>
background-color css
<style>
a { background-color: #FF7CDB; }
a { background-color: rgb(255,124,219); }
div.DivClassName
{
background-color: #FF7CDB;
}
.BgClassName
{
background-color: #FF7CDB;
}
</style>
border-color css
<style>
span { border-color: #FF7CDB; }
span { border-color: rgb(255,124,219); }
td.TdClassName
{
border-color: #FF7CDB;
}
.TagClassName
{
border-color: #FF7CDB;
}
</style>