Shades of Pale Magenta #F379D4
Tints of Pale Magenta #F379D4
RGB
CMYK
RGB Variations
Color information
#F379D4 (or 0xF379D4) is known color: Pale Magenta. HEX triplet: F3, 79 and D4. RGB value is (243,121,212). Sum of RGB (Red+Green+Blue) = 243+121+212=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F379D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379D4 is #0C862B. Grayscale: #A7A7A7. Windows color (decimal): -820780 or 13924851. OLE color: 13924851.
HSL color Cylindrical-coordinate representation of color #F379D4: hue angle of 315.25º 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 #F379D4 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 212 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.05 |
| HSL | 315.25º | 0.84% | 0.71% | - |
| HSV(B) | 315.25º | 0.5% | 0.95% | - |
| XYZ | 55.68 | 37.48 | 66.59 | - |
| YUV | 167.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 212 | 0 | 0.50 | 0.13 | 0.05 | 315.25 | 0.84 | 0.71 |
| Hex | F3 | 79 | D4 | 0 | 32 | D | 5 | 13B | 54 | 47 |
| Octal | 363 | 171 | 324 | 0 | 62 | 15 | 5 | 473 | 124 | 107 |
| Binary | 11110011 | 1111001 | 11010100 | 0 | 110010 | 1101 | 101 | 100111011 | 1010100 | 1000111 |
Color Harmonies of #F379D4
Complementary color
Monochromatic Colors of #F379D4
Black with #F379D4
Text Example
Text Example
White with #F379D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379D4; }
p { color: rgb(243,121,212); }
H1.HeaderClassName
{
color: #F379D4;
}
.AnyTagClassName
{
color: #F379D4;
}
</style>
background-color css
<style>
a { background-color: #F379D4; }
a { background-color: rgb(243,121,212); }
div.DivClassName
{
background-color: #F379D4;
}
.BgClassName
{
background-color: #F379D4;
}
</style>
border-color css
<style>
span { border-color: #F379D4; }
span { border-color: rgb(243,121,212); }
td.TdClassName
{
border-color: #F379D4;
}
.TagClassName
{
border-color: #F379D4;
}
</style>