Shades of Pale Magenta #F37AD3
Tints of Pale Magenta #F37AD3
RGB
CMYK
RGB Variations
Color information
#F37AD3 (or 0xF37AD3) is known color: Pale Magenta. HEX triplet: F3, 7A and D3. RGB value is (243,122,211). Sum of RGB (Red+Green+Blue) = 243+122+211=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD3 is #0C852C. Grayscale: #A8A8A8. Windows color (decimal): -820525 or 13859571. OLE color: 13859571.
HSL color Cylindrical-coordinate representation of color #F37AD3: hue angle of 315.87º 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 #F37AD3 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 211 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.05 |
| HSL | 315.87º | 0.83% | 0.72% | - |
| HSV(B) | 315.87º | 0.5% | 0.95% | - |
| XYZ | 55.68 | 37.68 | 65.97 | - |
| YUV | 168.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 211 | 0 | 0.50 | 0.13 | 0.05 | 315.87 | 0.83 | 0.72 |
| Hex | F3 | 7A | D3 | 0 | 32 | D | 5 | 13C | 53 | 48 |
| Octal | 363 | 172 | 323 | 0 | 62 | 15 | 5 | 474 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11010011 | 0 | 110010 | 1101 | 101 | 100111100 | 1010011 | 1001000 |
Color Harmonies of #F37AD3
Complementary color
Monochromatic Colors of #F37AD3
Black with #F37AD3
Text Example
Text Example
White with #F37AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AD3; }
p { color: rgb(243,122,211); }
H1.HeaderClassName
{
color: #F37AD3;
}
.AnyTagClassName
{
color: #F37AD3;
}
</style>
background-color css
<style>
a { background-color: #F37AD3; }
a { background-color: rgb(243,122,211); }
div.DivClassName
{
background-color: #F37AD3;
}
.BgClassName
{
background-color: #F37AD3;
}
</style>
border-color css
<style>
span { border-color: #F37AD3; }
span { border-color: rgb(243,122,211); }
td.TdClassName
{
border-color: #F37AD3;
}
.TagClassName
{
border-color: #F37AD3;
}
</style>