Shades of Pale Magenta #F385E4
Tints of Pale Magenta #F385E4
RGB
CMYK
RGB Variations
Color information
#F385E4 (or 0xF385E4) is known color: Pale Magenta. HEX triplet: F3, 85 and E4. RGB value is (243,133,228). Sum of RGB (Red+Green+Blue) = 243+133+228=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385E4 is #0C7A1B. Grayscale: #B0B0B0. Windows color (decimal): -817692 or 14976499. OLE color: 14976499.
HSL color Cylindrical-coordinate representation of color #F385E4: hue angle of 308.18º 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 #F385E4 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 228 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.05 |
| HSL | 308.18º | 0.82% | 0.74% | - |
| HSV(B) | 308.18º | 0.45% | 0.95% | - |
| XYZ | 59.35 | 41.43 | 78.27 | - |
| YUV | 176.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 228 | 0 | 0.45 | 0.06 | 0.05 | 308.18 | 0.82 | 0.74 |
| Hex | F3 | 85 | E4 | 0 | 2D | 6 | 5 | 134 | 52 | 4A |
| Octal | 363 | 205 | 344 | 0 | 55 | 6 | 5 | 464 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11100100 | 0 | 101101 | 110 | 101 | 100110100 | 1010010 | 1001010 |
Color Harmonies of #F385E4
Complementary color
Monochromatic Colors of #F385E4
Black with #F385E4
Text Example
Text Example
White with #F385E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385E4; }
p { color: rgb(243,133,228); }
H1.HeaderClassName
{
color: #F385E4;
}
.AnyTagClassName
{
color: #F385E4;
}
</style>
background-color css
<style>
a { background-color: #F385E4; }
a { background-color: rgb(243,133,228); }
div.DivClassName
{
background-color: #F385E4;
}
.BgClassName
{
background-color: #F385E4;
}
</style>
border-color css
<style>
span { border-color: #F385E4; }
span { border-color: rgb(243,133,228); }
td.TdClassName
{
border-color: #F385E4;
}
.TagClassName
{
border-color: #F385E4;
}
</style>