Shades of Pale Magenta #F385E0
Tints of Pale Magenta #F385E0
RGB
CMYK
RGB Variations
Color information
#F385E0 (or 0xF385E0) is known color: Pale Magenta. HEX triplet: F3, 85 and E0. RGB value is (243,133,224). Sum of RGB (Red+Green+Blue) = 243+133+224=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385E0 is #0C7A1F. Grayscale: #B0B0B0. Windows color (decimal): -817696 or 14714355. OLE color: 14714355.
HSL color Cylindrical-coordinate representation of color #F385E0: hue angle of 310.36º 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 #F385E0 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 224 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.05 |
| HSL | 310.36º | 0.82% | 0.74% | - |
| HSV(B) | 310.36º | 0.45% | 0.95% | - |
| XYZ | 58.8 | 41.21 | 75.38 | - |
| YUV | 176.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 224 | 0 | 0.45 | 0.08 | 0.05 | 310.36 | 0.82 | 0.74 |
| Hex | F3 | 85 | E0 | 0 | 2D | 8 | 5 | 136 | 52 | 4A |
| Octal | 363 | 205 | 340 | 0 | 55 | 10 | 5 | 466 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11100000 | 0 | 101101 | 1000 | 101 | 100110110 | 1010010 | 1001010 |
Color Harmonies of #F385E0
Complementary color
Monochromatic Colors of #F385E0
Black with #F385E0
Text Example
Text Example
White with #F385E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385E0; }
p { color: rgb(243,133,224); }
H1.HeaderClassName
{
color: #F385E0;
}
.AnyTagClassName
{
color: #F385E0;
}
</style>
background-color css
<style>
a { background-color: #F385E0; }
a { background-color: rgb(243,133,224); }
div.DivClassName
{
background-color: #F385E0;
}
.BgClassName
{
background-color: #F385E0;
}
</style>
border-color css
<style>
span { border-color: #F385E0; }
span { border-color: rgb(243,133,224); }
td.TdClassName
{
border-color: #F385E0;
}
.TagClassName
{
border-color: #F385E0;
}
</style>