Shades of Pale Magenta #F38ADE
Tints of Pale Magenta #F38ADE
RGB
CMYK
RGB Variations
Color information
#F38ADE (or 0xF38ADE) is known color: Pale Magenta. HEX triplet: F3, 8A and DE. RGB value is (243,138,222). Sum of RGB (Red+Green+Blue) = 243+138+222=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ADE is #0C7521. Grayscale: #B2B2B2. Windows color (decimal): -816418 or 14584563. OLE color: 14584563.
HSL color Cylindrical-coordinate representation of color #F38ADE: hue angle of 312º 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 #F38ADE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 222 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.05 |
| HSL | 312º | 0.81% | 0.75% | - |
| HSV(B) | 312º | 0.43% | 0.95% | - |
| XYZ | 59.24 | 42.51 | 74.19 | - |
| YUV | 178.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 222 | 0 | 0.43 | 0.09 | 0.05 | 312 | 0.81 | 0.75 |
| Hex | F3 | 8A | DE | 0 | 2B | 9 | 5 | 138 | 51 | 4B |
| Octal | 363 | 212 | 336 | 0 | 53 | 11 | 5 | 470 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11011110 | 0 | 101011 | 1001 | 101 | 100111000 | 1010001 | 1001011 |
Color Harmonies of #F38ADE
Complementary color
Monochromatic Colors of #F38ADE
Black with #F38ADE
Text Example
Text Example
White with #F38ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ADE; }
p { color: rgb(243,138,222); }
H1.HeaderClassName
{
color: #F38ADE;
}
.AnyTagClassName
{
color: #F38ADE;
}
</style>
background-color css
<style>
a { background-color: #F38ADE; }
a { background-color: rgb(243,138,222); }
div.DivClassName
{
background-color: #F38ADE;
}
.BgClassName
{
background-color: #F38ADE;
}
</style>
border-color css
<style>
span { border-color: #F38ADE; }
span { border-color: rgb(243,138,222); }
td.TdClassName
{
border-color: #F38ADE;
}
.TagClassName
{
border-color: #F38ADE;
}
</style>