Shades of Pale Magenta #F379DF
Tints of Pale Magenta #F379DF
RGB
CMYK
RGB Variations
Color information
#F379DF (or 0xF379DF) is known color: Pale Magenta. HEX triplet: F3, 79 and DF. RGB value is (243,121,223). Sum of RGB (Red+Green+Blue) = 243+121+223=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F379DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379DF is #0C8620. Grayscale: #A8A8A8. Windows color (decimal): -820769 or 14645747. OLE color: 14645747.
HSL color Cylindrical-coordinate representation of color #F379DF: hue angle of 309.84º 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 #F379DF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 223 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.05 |
| HSL | 309.84º | 0.84% | 0.71% | - |
| HSV(B) | 309.84º | 0.5% | 0.95% | - |
| XYZ | 57.12 | 38.06 | 74.15 | - |
| YUV | 169.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 223 | 0 | 0.50 | 0.08 | 0.05 | 309.84 | 0.84 | 0.71 |
| Hex | F3 | 79 | DF | 0 | 32 | 8 | 5 | 136 | 54 | 47 |
| Octal | 363 | 171 | 337 | 0 | 62 | 10 | 5 | 466 | 124 | 107 |
| Binary | 11110011 | 1111001 | 11011111 | 0 | 110010 | 1000 | 101 | 100110110 | 1010100 | 1000111 |
Color Harmonies of #F379DF
Complementary color
Monochromatic Colors of #F379DF
Black with #F379DF
Text Example
Text Example
White with #F379DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379DF; }
p { color: rgb(243,121,223); }
H1.HeaderClassName
{
color: #F379DF;
}
.AnyTagClassName
{
color: #F379DF;
}
</style>
background-color css
<style>
a { background-color: #F379DF; }
a { background-color: rgb(243,121,223); }
div.DivClassName
{
background-color: #F379DF;
}
.BgClassName
{
background-color: #F379DF;
}
</style>
border-color css
<style>
span { border-color: #F379DF; }
span { border-color: rgb(243,121,223); }
td.TdClassName
{
border-color: #F379DF;
}
.TagClassName
{
border-color: #F379DF;
}
</style>