Shades of Pale Magenta #F385E3
Tints of Pale Magenta #F385E3
RGB
CMYK
RGB Variations
Color information
#F385E3 (or 0xF385E3) is known color: Pale Magenta. HEX triplet: F3, 85 and E3. RGB value is (243,133,227). Sum of RGB (Red+Green+Blue) = 243+133+227=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385E3 is #0C7A1C. Grayscale: #B0B0B0. Windows color (decimal): -817693 or 14910963. OLE color: 14910963.
HSL color Cylindrical-coordinate representation of color #F385E3: hue angle of 308.73º 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 #F385E3 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 227 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.05 |
| HSL | 308.73º | 0.82% | 0.74% | - |
| HSV(B) | 308.73º | 0.45% | 0.95% | - |
| XYZ | 59.21 | 41.38 | 77.54 | - |
| YUV | 176.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 227 | 0 | 0.45 | 0.07 | 0.05 | 308.73 | 0.82 | 0.74 |
| Hex | F3 | 85 | E3 | 0 | 2D | 7 | 5 | 135 | 52 | 4A |
| Octal | 363 | 205 | 343 | 0 | 55 | 7 | 5 | 465 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11100011 | 0 | 101101 | 111 | 101 | 100110101 | 1010010 | 1001010 |
Color Harmonies of #F385E3
Complementary color
Monochromatic Colors of #F385E3
Black with #F385E3
Text Example
Text Example
White with #F385E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385E3; }
p { color: rgb(243,133,227); }
H1.HeaderClassName
{
color: #F385E3;
}
.AnyTagClassName
{
color: #F385E3;
}
</style>
background-color css
<style>
a { background-color: #F385E3; }
a { background-color: rgb(243,133,227); }
div.DivClassName
{
background-color: #F385E3;
}
.BgClassName
{
background-color: #F385E3;
}
</style>
border-color css
<style>
span { border-color: #F385E3; }
span { border-color: rgb(243,133,227); }
td.TdClassName
{
border-color: #F385E3;
}
.TagClassName
{
border-color: #F385E3;
}
</style>