Shades of Pale Magenta #F385E5
Tints of Pale Magenta #F385E5
RGB
CMYK
RGB Variations
Color information
#F385E5 (or 0xF385E5) is known color: Pale Magenta. HEX triplet: F3, 85 and E5. RGB value is (243,133,229). Sum of RGB (Red+Green+Blue) = 243+133+229=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385E5 is #0C7A1A. Grayscale: #B0B0B0. Windows color (decimal): -817691 or 15042035. OLE color: 15042035.
HSL color Cylindrical-coordinate representation of color #F385E5: hue angle of 307.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385E5 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 229 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.05 |
| HSL | 307.64º | 0.82% | 0.74% | - |
| HSV(B) | 307.64º | 0.45% | 0.95% | - |
| XYZ | 59.49 | 41.49 | 79 | - |
| YUV | 176.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 229 | 0 | 0.45 | 0.06 | 0.05 | 307.64 | 0.82 | 0.74 |
| Hex | F3 | 85 | E5 | 0 | 2D | 6 | 5 | 134 | 52 | 4A |
| Octal | 363 | 205 | 345 | 0 | 55 | 6 | 5 | 464 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11100101 | 0 | 101101 | 110 | 101 | 100110100 | 1010010 | 1001010 |
Color Harmonies of #F385E5
Complementary color
Monochromatic Colors of #F385E5
Black with #F385E5
Text Example
Text Example
White with #F385E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385E5; }
p { color: rgb(243,133,229); }
H1.HeaderClassName
{
color: #F385E5;
}
.AnyTagClassName
{
color: #F385E5;
}
</style>
background-color css
<style>
a { background-color: #F385E5; }
a { background-color: rgb(243,133,229); }
div.DivClassName
{
background-color: #F385E5;
}
.BgClassName
{
background-color: #F385E5;
}
</style>
border-color css
<style>
span { border-color: #F385E5; }
span { border-color: rgb(243,133,229); }
td.TdClassName
{
border-color: #F385E5;
}
.TagClassName
{
border-color: #F385E5;
}
</style>