Shades of Pale Magenta #F38BEA
Tints of Pale Magenta #F38BEA
RGB
CMYK
RGB Variations
Color information
#F38BEA (or 0xF38BEA) is known color: Pale Magenta. HEX triplet: F3, 8B and EA. RGB value is (243,139,234). Sum of RGB (Red+Green+Blue) = 243+139+234=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38BEA is #0C7415. Grayscale: #B4B4B4. Windows color (decimal): -816150 or 15371251. OLE color: 15371251.
HSL color Cylindrical-coordinate representation of color #F38BEA: hue angle of 305.19º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BEA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 234 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.05 |
| HSL | 305.19º | 0.81% | 0.75% | - |
| HSV(B) | 305.19º | 0.43% | 0.95% | - |
| XYZ | 61.05 | 43.46 | 83.01 | - |
| YUV | 180.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 234 | 0 | 0.43 | 0.04 | 0.05 | 305.19 | 0.81 | 0.75 |
| Hex | F3 | 8B | EA | 0 | 2B | 4 | 5 | 131 | 51 | 4B |
| Octal | 363 | 213 | 352 | 0 | 53 | 4 | 5 | 461 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11101010 | 0 | 101011 | 100 | 101 | 100110001 | 1010001 | 1001011 |
Color Harmonies of #F38BEA
Complementary color
Monochromatic Colors of #F38BEA
Black with #F38BEA
Text Example
Text Example
White with #F38BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BEA; }
p { color: rgb(243,139,234); }
H1.HeaderClassName
{
color: #F38BEA;
}
.AnyTagClassName
{
color: #F38BEA;
}
</style>
background-color css
<style>
a { background-color: #F38BEA; }
a { background-color: rgb(243,139,234); }
div.DivClassName
{
background-color: #F38BEA;
}
.BgClassName
{
background-color: #F38BEA;
}
</style>
border-color css
<style>
span { border-color: #F38BEA; }
span { border-color: rgb(243,139,234); }
td.TdClassName
{
border-color: #F38BEA;
}
.TagClassName
{
border-color: #F38BEA;
}
</style>