Shades of Pale Magenta #F37ADA
Tints of Pale Magenta #F37ADA
RGB
CMYK
RGB Variations
Color information
#F37ADA (or 0xF37ADA) is known color: Pale Magenta. HEX triplet: F3, 7A and DA. RGB value is (243,122,218). Sum of RGB (Red+Green+Blue) = 243+122+218=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ADA is #0C8525. Grayscale: #A8A8A8. Windows color (decimal): -820518 or 14318323. OLE color: 14318323.
HSL color Cylindrical-coordinate representation of color #F37ADA: hue angle of 312.4º 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 #F37ADA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 218 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.05 |
| HSL | 312.4º | 0.83% | 0.72% | - |
| HSV(B) | 312.4º | 0.5% | 0.95% | - |
| XYZ | 56.58 | 38.04 | 70.69 | - |
| YUV | 169.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 218 | 0 | 0.50 | 0.10 | 0.05 | 312.4 | 0.83 | 0.72 |
| Hex | F3 | 7A | DA | 0 | 32 | A | 5 | 138 | 53 | 48 |
| Octal | 363 | 172 | 332 | 0 | 62 | 12 | 5 | 470 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11011010 | 0 | 110010 | 1010 | 101 | 100111000 | 1010011 | 1001000 |
Color Harmonies of #F37ADA
Complementary color
Monochromatic Colors of #F37ADA
Black with #F37ADA
Text Example
Text Example
White with #F37ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37ADA; }
p { color: rgb(243,122,218); }
H1.HeaderClassName
{
color: #F37ADA;
}
.AnyTagClassName
{
color: #F37ADA;
}
</style>
background-color css
<style>
a { background-color: #F37ADA; }
a { background-color: rgb(243,122,218); }
div.DivClassName
{
background-color: #F37ADA;
}
.BgClassName
{
background-color: #F37ADA;
}
</style>
border-color css
<style>
span { border-color: #F37ADA; }
span { border-color: rgb(243,122,218); }
td.TdClassName
{
border-color: #F37ADA;
}
.TagClassName
{
border-color: #F37ADA;
}
</style>