Shades of Pale Magenta #F382E5
Tints of Pale Magenta #F382E5
RGB
CMYK
RGB Variations
Color information
#F382E5 (or 0xF382E5) is known color: Pale Magenta. HEX triplet: F3, 82 and E5. RGB value is (243,130,229). Sum of RGB (Red+Green+Blue) = 243+130+229=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F382E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382E5 is #0C7D1A. Grayscale: #AEAEAE. Windows color (decimal): -818459 or 15041267. OLE color: 15041267.
HSL color Cylindrical-coordinate representation of color #F382E5: hue angle of 307.43º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382E5 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 229 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.05 |
| HSL | 307.43º | 0.82% | 0.73% | - |
| HSV(B) | 307.43º | 0.47% | 0.95% | - |
| XYZ | 59.09 | 40.68 | 78.87 | - |
| YUV | 175.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 229 | 0 | 0.47 | 0.06 | 0.05 | 307.43 | 0.82 | 0.73 |
| Hex | F3 | 82 | E5 | 0 | 2F | 6 | 5 | 133 | 52 | 49 |
| Octal | 363 | 202 | 345 | 0 | 57 | 6 | 5 | 463 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11100101 | 0 | 101111 | 110 | 101 | 100110011 | 1010010 | 1001001 |
Color Harmonies of #F382E5
Complementary color
Monochromatic Colors of #F382E5
Black with #F382E5
Text Example
Text Example
White with #F382E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382E5; }
p { color: rgb(243,130,229); }
H1.HeaderClassName
{
color: #F382E5;
}
.AnyTagClassName
{
color: #F382E5;
}
</style>
background-color css
<style>
a { background-color: #F382E5; }
a { background-color: rgb(243,130,229); }
div.DivClassName
{
background-color: #F382E5;
}
.BgClassName
{
background-color: #F382E5;
}
</style>
border-color css
<style>
span { border-color: #F382E5; }
span { border-color: rgb(243,130,229); }
td.TdClassName
{
border-color: #F382E5;
}
.TagClassName
{
border-color: #F382E5;
}
</style>