Shades of Pale Magenta #F37CDE
Tints of Pale Magenta #F37CDE
RGB
CMYK
RGB Variations
Color information
#F37CDE (or 0xF37CDE) is known color: Pale Magenta. HEX triplet: F3, 7C and DE. RGB value is (243,124,222). Sum of RGB (Red+Green+Blue) = 243+124+222=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CDE is #0C8321. Grayscale: #AAAAAA. Windows color (decimal): -820002 or 14580979. OLE color: 14580979.
HSL color Cylindrical-coordinate representation of color #F37CDE: hue angle of 310.59º 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 #F37CDE is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 222 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 310.59º | 0.83% | 0.72% | - |
| HSV(B) | 310.59º | 0.49% | 0.95% | - |
| XYZ | 57.35 | 38.74 | 73.56 | - |
| YUV | 170.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 222 | 0 | 0.49 | 0.09 | 0.05 | 310.59 | 0.83 | 0.72 |
| Hex | F3 | 7C | DE | 0 | 31 | 9 | 5 | 137 | 53 | 48 |
| Octal | 363 | 174 | 336 | 0 | 61 | 11 | 5 | 467 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11011110 | 0 | 110001 | 1001 | 101 | 100110111 | 1010011 | 1001000 |
Color Harmonies of #F37CDE
Complementary color
Monochromatic Colors of #F37CDE
Black with #F37CDE
Text Example
Text Example
White with #F37CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CDE; }
p { color: rgb(243,124,222); }
H1.HeaderClassName
{
color: #F37CDE;
}
.AnyTagClassName
{
color: #F37CDE;
}
</style>
background-color css
<style>
a { background-color: #F37CDE; }
a { background-color: rgb(243,124,222); }
div.DivClassName
{
background-color: #F37CDE;
}
.BgClassName
{
background-color: #F37CDE;
}
</style>
border-color css
<style>
span { border-color: #F37CDE; }
span { border-color: rgb(243,124,222); }
td.TdClassName
{
border-color: #F37CDE;
}
.TagClassName
{
border-color: #F37CDE;
}
</style>