Shades of Pale Magenta #F38FE0
Tints of Pale Magenta #F38FE0
RGB
CMYK
RGB Variations
Color information
#F38FE0 (or 0xF38FE0) is known color: Pale Magenta. HEX triplet: F3, 8F and E0. RGB value is (243,143,224). Sum of RGB (Red+Green+Blue) = 243+143+224=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FE0 is #0C701F. Grayscale: #B5B5B5. Windows color (decimal): -815136 or 14716915. OLE color: 14716915.
HSL color Cylindrical-coordinate representation of color #F38FE0: hue angle of 311.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FE0 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 224 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.05 |
| HSL | 311.4º | 0.81% | 0.76% | - |
| HSV(B) | 311.4º | 0.41% | 0.95% | - |
| XYZ | 60.24 | 44.08 | 75.85 | - |
| YUV | 182.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 224 | 0 | 0.41 | 0.08 | 0.05 | 311.4 | 0.81 | 0.76 |
| Hex | F3 | 8F | E0 | 0 | 29 | 8 | 5 | 137 | 51 | 4C |
| Octal | 363 | 217 | 340 | 0 | 51 | 10 | 5 | 467 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11100000 | 0 | 101001 | 1000 | 101 | 100110111 | 1010001 | 1001100 |
Color Harmonies of #F38FE0
Complementary color
Monochromatic Colors of #F38FE0
Black with #F38FE0
Text Example
Text Example
White with #F38FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FE0; }
p { color: rgb(243,143,224); }
H1.HeaderClassName
{
color: #F38FE0;
}
.AnyTagClassName
{
color: #F38FE0;
}
</style>
background-color css
<style>
a { background-color: #F38FE0; }
a { background-color: rgb(243,143,224); }
div.DivClassName
{
background-color: #F38FE0;
}
.BgClassName
{
background-color: #F38FE0;
}
</style>
border-color css
<style>
span { border-color: #F38FE0; }
span { border-color: rgb(243,143,224); }
td.TdClassName
{
border-color: #F38FE0;
}
.TagClassName
{
border-color: #F38FE0;
}
</style>