Shades of Pale Magenta #F379E2
Tints of Pale Magenta #F379E2
RGB
CMYK
RGB Variations
Color information
#F379E2 (or 0xF379E2) is known color: Pale Magenta. HEX triplet: F3, 79 and E2. RGB value is (243,121,226). Sum of RGB (Red+Green+Blue) = 243+121+226=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 121 (47.66% from 255 or 20.51% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379E2 is #0C861D. Grayscale: #A9A9A9. Windows color (decimal): -820766 or 14842355. OLE color: 14842355.
HSL color Cylindrical-coordinate representation of color #F379E2: hue angle of 308.36º 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 #F379E2 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 226 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.05 |
| HSL | 308.36º | 0.84% | 0.71% | - |
| HSV(B) | 308.36º | 0.5% | 0.95% | - |
| XYZ | 57.53 | 38.22 | 76.3 | - |
| YUV | 169.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 226 | 0 | 0.50 | 0.07 | 0.05 | 308.36 | 0.84 | 0.71 |
| Hex | F3 | 79 | E2 | 0 | 32 | 7 | 5 | 134 | 54 | 47 |
| Octal | 363 | 171 | 342 | 0 | 62 | 7 | 5 | 464 | 124 | 107 |
| Binary | 11110011 | 1111001 | 11100010 | 0 | 110010 | 111 | 101 | 100110100 | 1010100 | 1000111 |
Color Harmonies of #F379E2
Complementary color
Monochromatic Colors of #F379E2
Black with #F379E2
Text Example
Text Example
White with #F379E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379E2; }
p { color: rgb(243,121,226); }
H1.HeaderClassName
{
color: #F379E2;
}
.AnyTagClassName
{
color: #F379E2;
}
</style>
background-color css
<style>
a { background-color: #F379E2; }
a { background-color: rgb(243,121,226); }
div.DivClassName
{
background-color: #F379E2;
}
.BgClassName
{
background-color: #F379E2;
}
</style>
border-color css
<style>
span { border-color: #F379E2; }
span { border-color: rgb(243,121,226); }
td.TdClassName
{
border-color: #F379E2;
}
.TagClassName
{
border-color: #F379E2;
}
</style>