Shades of Pale Magenta #F37CDA
Tints of Pale Magenta #F37CDA
RGB
CMYK
RGB Variations
Color information
#F37CDA (or 0xF37CDA) is known color: Pale Magenta. HEX triplet: F3, 7C and DA. RGB value is (243,124,218). Sum of RGB (Red+Green+Blue) = 243+124+218=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CDA is #0C8325. Grayscale: #AAAAAA. Windows color (decimal): -820006 or 14318835. OLE color: 14318835.
HSL color Cylindrical-coordinate representation of color #F37CDA: hue angle of 312.61º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37CDA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 218 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.05 |
| HSL | 312.61º | 0.83% | 0.72% | - |
| HSV(B) | 312.61º | 0.49% | 0.95% | - |
| XYZ | 56.82 | 38.53 | 70.77 | - |
| YUV | 170.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 218 | 0 | 0.49 | 0.10 | 0.05 | 312.61 | 0.83 | 0.72 |
| Hex | F3 | 7C | DA | 0 | 31 | A | 5 | 139 | 53 | 48 |
| Octal | 363 | 174 | 332 | 0 | 61 | 12 | 5 | 471 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11011010 | 0 | 110001 | 1010 | 101 | 100111001 | 1010011 | 1001000 |
Color Harmonies of #F37CDA
Complementary color
Monochromatic Colors of #F37CDA
Black with #F37CDA
Text Example
Text Example
White with #F37CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CDA; }
p { color: rgb(243,124,218); }
H1.HeaderClassName
{
color: #F37CDA;
}
.AnyTagClassName
{
color: #F37CDA;
}
</style>
background-color css
<style>
a { background-color: #F37CDA; }
a { background-color: rgb(243,124,218); }
div.DivClassName
{
background-color: #F37CDA;
}
.BgClassName
{
background-color: #F37CDA;
}
</style>
border-color css
<style>
span { border-color: #F37CDA; }
span { border-color: rgb(243,124,218); }
td.TdClassName
{
border-color: #F37CDA;
}
.TagClassName
{
border-color: #F37CDA;
}
</style>