Shades of Pale Magenta #F37AD9
Tints of Pale Magenta #F37AD9
RGB
CMYK
RGB Variations
Color information
#F37AD9 (or 0xF37AD9) is known color: Pale Magenta. HEX triplet: F3, 7A and D9. RGB value is (243,122,217). Sum of RGB (Red+Green+Blue) = 243+122+217=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD9 is #0C8526. Grayscale: #A8A8A8. Windows color (decimal): -820519 or 14252787. OLE color: 14252787.
HSL color Cylindrical-coordinate representation of color #F37AD9: hue angle of 312.89º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AD9 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 217 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.05 |
| HSL | 312.89º | 0.83% | 0.72% | - |
| HSV(B) | 312.89º | 0.5% | 0.95% | - |
| XYZ | 56.45 | 37.98 | 70 | - |
| YUV | 169.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 217 | 0 | 0.50 | 0.11 | 0.05 | 312.89 | 0.83 | 0.72 |
| Hex | F3 | 7A | D9 | 0 | 32 | B | 5 | 139 | 53 | 48 |
| Octal | 363 | 172 | 331 | 0 | 62 | 13 | 5 | 471 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11011001 | 0 | 110010 | 1011 | 101 | 100111001 | 1010011 | 1001000 |
Color Harmonies of #F37AD9
Complementary color
Monochromatic Colors of #F37AD9
Black with #F37AD9
Text Example
Text Example
White with #F37AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AD9; }
p { color: rgb(243,122,217); }
H1.HeaderClassName
{
color: #F37AD9;
}
.AnyTagClassName
{
color: #F37AD9;
}
</style>
background-color css
<style>
a { background-color: #F37AD9; }
a { background-color: rgb(243,122,217); }
div.DivClassName
{
background-color: #F37AD9;
}
.BgClassName
{
background-color: #F37AD9;
}
</style>
border-color css
<style>
span { border-color: #F37AD9; }
span { border-color: rgb(243,122,217); }
td.TdClassName
{
border-color: #F37AD9;
}
.TagClassName
{
border-color: #F37AD9;
}
</style>