Shades of Pale Magenta #F38AD6
Tints of Pale Magenta #F38AD6
RGB
CMYK
RGB Variations
Color information
#F38AD6 (or 0xF38AD6) is known color: Pale Magenta. HEX triplet: F3, 8A and D6. RGB value is (243,138,214). Sum of RGB (Red+Green+Blue) = 243+138+214=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AD6 is #0C7529. Grayscale: #B1B1B1. Windows color (decimal): -816426 or 14060275. OLE color: 14060275.
HSL color Cylindrical-coordinate representation of color #F38AD6: hue angle of 316.57º 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 #F38AD6 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 214 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.05 |
| HSL | 316.57º | 0.81% | 0.75% | - |
| HSV(B) | 316.57º | 0.43% | 0.95% | - |
| XYZ | 58.19 | 42.09 | 68.68 | - |
| YUV | 178.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 214 | 0 | 0.43 | 0.12 | 0.05 | 316.57 | 0.81 | 0.75 |
| Hex | F3 | 8A | D6 | 0 | 2B | C | 5 | 13D | 51 | 4B |
| Octal | 363 | 212 | 326 | 0 | 53 | 14 | 5 | 475 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11010110 | 0 | 101011 | 1100 | 101 | 100111101 | 1010001 | 1001011 |
Color Harmonies of #F38AD6
Complementary color
Monochromatic Colors of #F38AD6
Black with #F38AD6
Text Example
Text Example
White with #F38AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AD6; }
p { color: rgb(243,138,214); }
H1.HeaderClassName
{
color: #F38AD6;
}
.AnyTagClassName
{
color: #F38AD6;
}
</style>
background-color css
<style>
a { background-color: #F38AD6; }
a { background-color: rgb(243,138,214); }
div.DivClassName
{
background-color: #F38AD6;
}
.BgClassName
{
background-color: #F38AD6;
}
</style>
border-color css
<style>
span { border-color: #F38AD6; }
span { border-color: rgb(243,138,214); }
td.TdClassName
{
border-color: #F38AD6;
}
.TagClassName
{
border-color: #F38AD6;
}
</style>