Shades of Pale Magenta #F37AD4
Tints of Pale Magenta #F37AD4
RGB
CMYK
RGB Variations
Color information
#F37AD4 (or 0xF37AD4) is known color: Pale Magenta. HEX triplet: F3, 7A and D4. RGB value is (243,122,212). Sum of RGB (Red+Green+Blue) = 243+122+212=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD4 is #0C852B. Grayscale: #A8A8A8. Windows color (decimal): -820524 or 13925107. OLE color: 13925107.
HSL color Cylindrical-coordinate representation of color #F37AD4: hue angle of 315.37º 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 #F37AD4 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 212 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.05 |
| HSL | 315.37º | 0.83% | 0.72% | - |
| HSV(B) | 315.37º | 0.5% | 0.95% | - |
| XYZ | 55.81 | 37.73 | 66.63 | - |
| YUV | 168.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 212 | 0 | 0.50 | 0.13 | 0.05 | 315.37 | 0.83 | 0.72 |
| Hex | F3 | 7A | D4 | 0 | 32 | D | 5 | 13B | 53 | 48 |
| Octal | 363 | 172 | 324 | 0 | 62 | 15 | 5 | 473 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11010100 | 0 | 110010 | 1101 | 101 | 100111011 | 1010011 | 1001000 |
Color Harmonies of #F37AD4
Complementary color
Monochromatic Colors of #F37AD4
Black with #F37AD4
Text Example
Text Example
White with #F37AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AD4; }
p { color: rgb(243,122,212); }
H1.HeaderClassName
{
color: #F37AD4;
}
.AnyTagClassName
{
color: #F37AD4;
}
</style>
background-color css
<style>
a { background-color: #F37AD4; }
a { background-color: rgb(243,122,212); }
div.DivClassName
{
background-color: #F37AD4;
}
.BgClassName
{
background-color: #F37AD4;
}
</style>
border-color css
<style>
span { border-color: #F37AD4; }
span { border-color: rgb(243,122,212); }
td.TdClassName
{
border-color: #F37AD4;
}
.TagClassName
{
border-color: #F37AD4;
}
</style>