Shades of Pale Magenta #F38CDA
Tints of Pale Magenta #F38CDA
RGB
CMYK
RGB Variations
Color information
#F38CDA (or 0xF38CDA) is known color: Pale Magenta. HEX triplet: F3, 8C and DA. RGB value is (243,140,218). Sum of RGB (Red+Green+Blue) = 243+140+218=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CDA is #0C7325. Grayscale: #B3B3B3. Windows color (decimal): -815910 or 14322931. OLE color: 14322931.
HSL color Cylindrical-coordinate representation of color #F38CDA: hue angle of 314.56º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38CDA is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 218 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.05 |
| HSL | 314.56º | 0.81% | 0.75% | - |
| HSV(B) | 314.56º | 0.42% | 0.95% | - |
| XYZ | 59 | 42.87 | 71.5 | - |
| YUV | 179.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 218 | 0 | 0.42 | 0.10 | 0.05 | 314.56 | 0.81 | 0.75 |
| Hex | F3 | 8C | DA | 0 | 2A | A | 5 | 13B | 51 | 4B |
| Octal | 363 | 214 | 332 | 0 | 52 | 12 | 5 | 473 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11011010 | 0 | 101010 | 1010 | 101 | 100111011 | 1010001 | 1001011 |
Color Harmonies of #F38CDA
Complementary color
Monochromatic Colors of #F38CDA
Black with #F38CDA
Text Example
Text Example
White with #F38CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CDA; }
p { color: rgb(243,140,218); }
H1.HeaderClassName
{
color: #F38CDA;
}
.AnyTagClassName
{
color: #F38CDA;
}
</style>
background-color css
<style>
a { background-color: #F38CDA; }
a { background-color: rgb(243,140,218); }
div.DivClassName
{
background-color: #F38CDA;
}
.BgClassName
{
background-color: #F38CDA;
}
</style>
border-color css
<style>
span { border-color: #F38CDA; }
span { border-color: rgb(243,140,218); }
td.TdClassName
{
border-color: #F38CDA;
}
.TagClassName
{
border-color: #F38CDA;
}
</style>