Shades of Pale Magenta #F37FDD
Tints of Pale Magenta #F37FDD
RGB
CMYK
RGB Variations
Color information
#F37FDD (or 0xF37FDD) is known color: Pale Magenta. HEX triplet: F3, 7F and DD. RGB value is (243,127,221). Sum of RGB (Red+Green+Blue) = 243+127+221=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FDD is #0C8022. Grayscale: #ACACAC. Windows color (decimal): -819235 or 14516211. OLE color: 14516211.
HSL color Cylindrical-coordinate representation of color #F37FDD: hue angle of 311.38º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37FDD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 221 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.05 |
| HSL | 311.38º | 0.83% | 0.73% | - |
| HSV(B) | 311.38º | 0.48% | 0.95% | - |
| XYZ | 57.6 | 39.45 | 72.99 | - |
| YUV | 172.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 221 | 0 | 0.48 | 0.09 | 0.05 | 311.38 | 0.83 | 0.73 |
| Hex | F3 | 7F | DD | 0 | 30 | 9 | 5 | 137 | 53 | 49 |
| Octal | 363 | 177 | 335 | 0 | 60 | 11 | 5 | 467 | 123 | 111 |
| Binary | 11110011 | 1111111 | 11011101 | 0 | 110000 | 1001 | 101 | 100110111 | 1010011 | 1001001 |
Color Harmonies of #F37FDD
Complementary color
Monochromatic Colors of #F37FDD
Black with #F37FDD
Text Example
Text Example
White with #F37FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37FDD; }
p { color: rgb(243,127,221); }
H1.HeaderClassName
{
color: #F37FDD;
}
.AnyTagClassName
{
color: #F37FDD;
}
</style>
background-color css
<style>
a { background-color: #F37FDD; }
a { background-color: rgb(243,127,221); }
div.DivClassName
{
background-color: #F37FDD;
}
.BgClassName
{
background-color: #F37FDD;
}
</style>
border-color css
<style>
span { border-color: #F37FDD; }
span { border-color: rgb(243,127,221); }
td.TdClassName
{
border-color: #F37FDD;
}
.TagClassName
{
border-color: #F37FDD;
}
</style>