Shades of Pale Magenta #FF7ADF
Tints of Pale Magenta #FF7ADF
RGB
CMYK
RGB Variations
Color information
#FF7ADF (or 0xFF7ADF) is known color: Pale Magenta. HEX triplet: FF, 7A and DF. RGB value is (255,122,223). Sum of RGB (Red+Green+Blue) = 255+122+223=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ADF is #008520. Grayscale: #ADADAD. Windows color (decimal): -34081 or 14646015. OLE color: 14646015.
HSL color Cylindrical-coordinate representation of color #FF7ADF: hue angle of 314.44º 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 #FF7ADF is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 223 | - |
| CMYK | 0 | 0.52 | 0.13 | 0 |
| HSL | 314.44º | 1% | 0.74% | - |
| HSV(B) | 314.44º | 0.52% | 1% | - |
| XYZ | 61.52 | 40.51 | 74.39 | - |
| YUV | 173.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 223 | 0 | 0.52 | 0.13 | 0 | 314.44 | 1 | 0.74 |
| Hex | FF | 7A | DF | 0 | 34 | D | 0 | 13A | 64 | 4A |
| Octal | 377 | 172 | 337 | 0 | 64 | 15 | 0 | 472 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11011111 | 0 | 110100 | 1101 | 0 | 100111010 | 1100100 | 1001010 |
Color Harmonies of #FF7ADF
Complementary color
Monochromatic Colors of #FF7ADF
Black with #FF7ADF
Text Example
Text Example
White with #FF7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ADF; }
p { color: rgb(255,122,223); }
H1.HeaderClassName
{
color: #FF7ADF;
}
.AnyTagClassName
{
color: #FF7ADF;
}
</style>
background-color css
<style>
a { background-color: #FF7ADF; }
a { background-color: rgb(255,122,223); }
div.DivClassName
{
background-color: #FF7ADF;
}
.BgClassName
{
background-color: #FF7ADF;
}
</style>
border-color css
<style>
span { border-color: #FF7ADF; }
span { border-color: rgb(255,122,223); }
td.TdClassName
{
border-color: #FF7ADF;
}
.TagClassName
{
border-color: #FF7ADF;
}
</style>