Shades of Pale Magenta #F379DD
Tints of Pale Magenta #F379DD
RGB
CMYK
RGB Variations
Color information
#F379DD (or 0xF379DD) is known color: Pale Magenta. HEX triplet: F3, 79 and DD. RGB value is (243,121,221). Sum of RGB (Red+Green+Blue) = 243+121+221=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F379DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379DD is #0C8622. Grayscale: #A8A8A8. Windows color (decimal): -820771 or 14514675. OLE color: 14514675.
HSL color Cylindrical-coordinate representation of color #F379DD: hue angle of 310.82º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379DD is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 221 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.05 |
| HSL | 310.82º | 0.84% | 0.71% | - |
| HSV(B) | 310.82º | 0.5% | 0.95% | - |
| XYZ | 56.85 | 37.95 | 72.74 | - |
| YUV | 168.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 221 | 0 | 0.50 | 0.09 | 0.05 | 310.82 | 0.84 | 0.71 |
| Hex | F3 | 79 | DD | 0 | 32 | 9 | 5 | 137 | 54 | 47 |
| Octal | 363 | 171 | 335 | 0 | 62 | 11 | 5 | 467 | 124 | 107 |
| Binary | 11110011 | 1111001 | 11011101 | 0 | 110010 | 1001 | 101 | 100110111 | 1010100 | 1000111 |
Color Harmonies of #F379DD
Complementary color
Monochromatic Colors of #F379DD
Black with #F379DD
Text Example
Text Example
White with #F379DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379DD; }
p { color: rgb(243,121,221); }
H1.HeaderClassName
{
color: #F379DD;
}
.AnyTagClassName
{
color: #F379DD;
}
</style>
background-color css
<style>
a { background-color: #F379DD; }
a { background-color: rgb(243,121,221); }
div.DivClassName
{
background-color: #F379DD;
}
.BgClassName
{
background-color: #F379DD;
}
</style>
border-color css
<style>
span { border-color: #F379DD; }
span { border-color: rgb(243,121,221); }
td.TdClassName
{
border-color: #F379DD;
}
.TagClassName
{
border-color: #F379DD;
}
</style>