Shades of Pale Magenta #F37AE6
Tints of Pale Magenta #F37AE6
RGB
CMYK
RGB Variations
Color information
#F37AE6 (or 0xF37AE6) is known color: Pale Magenta. HEX triplet: F3, 7A and E6. RGB value is (243,122,230). Sum of RGB (Red+Green+Blue) = 243+122+230=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AE6 is #0C8519. Grayscale: #AAAAAA. Windows color (decimal): -820506 or 15104755. OLE color: 15104755.
HSL color Cylindrical-coordinate representation of color #F37AE6: hue angle of 306.45º 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 #F37AE6 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 230 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.05 |
| HSL | 306.45º | 0.83% | 0.72% | - |
| HSV(B) | 306.45º | 0.5% | 0.95% | - |
| XYZ | 58.2 | 38.69 | 79.26 | - |
| YUV | 170.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 230 | 0 | 0.50 | 0.05 | 0.05 | 306.45 | 0.83 | 0.72 |
| Hex | F3 | 7A | E6 | 0 | 32 | 5 | 5 | 132 | 53 | 48 |
| Octal | 363 | 172 | 346 | 0 | 62 | 5 | 5 | 462 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11100110 | 0 | 110010 | 101 | 101 | 100110010 | 1010011 | 1001000 |
Color Harmonies of #F37AE6
Complementary color
Monochromatic Colors of #F37AE6
Black with #F37AE6
Text Example
Text Example
White with #F37AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AE6; }
p { color: rgb(243,122,230); }
H1.HeaderClassName
{
color: #F37AE6;
}
.AnyTagClassName
{
color: #F37AE6;
}
</style>
background-color css
<style>
a { background-color: #F37AE6; }
a { background-color: rgb(243,122,230); }
div.DivClassName
{
background-color: #F37AE6;
}
.BgClassName
{
background-color: #F37AE6;
}
</style>
border-color css
<style>
span { border-color: #F37AE6; }
span { border-color: rgb(243,122,230); }
td.TdClassName
{
border-color: #F37AE6;
}
.TagClassName
{
border-color: #F37AE6;
}
</style>