Shades of Pale Magenta #FF7BD8
Tints of Pale Magenta #FF7BD8
RGB
CMYK
RGB Variations
Color information
#FF7BD8 (or 0xFF7BD8) is known color: Pale Magenta. HEX triplet: FF, 7B and D8. RGB value is (255,123,216). Sum of RGB (Red+Green+Blue) = 255+123+216=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BD8 is #008427. Grayscale: #ACACAC. Windows color (decimal): -33832 or 14187519. OLE color: 14187519.
HSL color Cylindrical-coordinate representation of color #FF7BD8: hue angle of 317.73º 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 #FF7BD8 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 216 | - |
| CMYK | 0 | 0.52 | 0.15 | 0 |
| HSL | 317.73º | 1% | 0.74% | - |
| HSV(B) | 317.73º | 0.52% | 1% | - |
| XYZ | 60.72 | 40.38 | 69.56 | - |
| YUV | 173.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 216 | 0 | 0.52 | 0.15 | 0 | 317.73 | 1 | 0.74 |
| Hex | FF | 7B | D8 | 0 | 34 | F | 0 | 13E | 64 | 4A |
| Octal | 377 | 173 | 330 | 0 | 64 | 17 | 0 | 476 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11011000 | 0 | 110100 | 1111 | 0 | 100111110 | 1100100 | 1001010 |
Color Harmonies of #FF7BD8
Complementary color
Monochromatic Colors of #FF7BD8
Black with #FF7BD8
Text Example
Text Example
White with #FF7BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BD8; }
p { color: rgb(255,123,216); }
H1.HeaderClassName
{
color: #FF7BD8;
}
.AnyTagClassName
{
color: #FF7BD8;
}
</style>
background-color css
<style>
a { background-color: #FF7BD8; }
a { background-color: rgb(255,123,216); }
div.DivClassName
{
background-color: #FF7BD8;
}
.BgClassName
{
background-color: #FF7BD8;
}
</style>
border-color css
<style>
span { border-color: #FF7BD8; }
span { border-color: rgb(255,123,216); }
td.TdClassName
{
border-color: #FF7BD8;
}
.TagClassName
{
border-color: #FF7BD8;
}
</style>