Shades of Pale Magenta #F38BD9
Tints of Pale Magenta #F38BD9
RGB
CMYK
RGB Variations
Color information
#F38BD9 (or 0xF38BD9) is known color: Pale Magenta. HEX triplet: F3, 8B and D9. RGB value is (243,139,217). Sum of RGB (Red+Green+Blue) = 243+139+217=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BD9 is #0C7426. Grayscale: #B2B2B2. Windows color (decimal): -816167 or 14257139. OLE color: 14257139.
HSL color Cylindrical-coordinate representation of color #F38BD9: hue angle of 315º 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 #F38BD9 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 217 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.05 |
| HSL | 315º | 0.81% | 0.75% | - |
| HSV(B) | 315º | 0.43% | 0.95% | - |
| XYZ | 58.72 | 42.53 | 70.76 | - |
| YUV | 178.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 217 | 0 | 0.43 | 0.11 | 0.05 | 315 | 0.81 | 0.75 |
| Hex | F3 | 8B | D9 | 0 | 2B | B | 5 | 13B | 51 | 4B |
| Octal | 363 | 213 | 331 | 0 | 53 | 13 | 5 | 473 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11011001 | 0 | 101011 | 1011 | 101 | 100111011 | 1010001 | 1001011 |
Color Harmonies of #F38BD9
Complementary color
Monochromatic Colors of #F38BD9
Black with #F38BD9
Text Example
Text Example
White with #F38BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BD9; }
p { color: rgb(243,139,217); }
H1.HeaderClassName
{
color: #F38BD9;
}
.AnyTagClassName
{
color: #F38BD9;
}
</style>
background-color css
<style>
a { background-color: #F38BD9; }
a { background-color: rgb(243,139,217); }
div.DivClassName
{
background-color: #F38BD9;
}
.BgClassName
{
background-color: #F38BD9;
}
</style>
border-color css
<style>
span { border-color: #F38BD9; }
span { border-color: rgb(243,139,217); }
td.TdClassName
{
border-color: #F38BD9;
}
.TagClassName
{
border-color: #F38BD9;
}
</style>