Shades of Pale Magenta #F38CE6
Tints of Pale Magenta #F38CE6
RGB
CMYK
RGB Variations
Color information
#F38CE6 (or 0xF38CE6) is known color: Pale Magenta. HEX triplet: F3, 8C and E6. RGB value is (243,140,230). Sum of RGB (Red+Green+Blue) = 243+140+230=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38CE6 is #0C7319. Grayscale: #B4B4B4. Windows color (decimal): -815898 or 15109363. OLE color: 15109363.
HSL color Cylindrical-coordinate representation of color #F38CE6: hue angle of 307.57º 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 #F38CE6 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 230 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.05 |
| HSL | 307.57º | 0.81% | 0.75% | - |
| HSV(B) | 307.57º | 0.42% | 0.95% | - |
| XYZ | 60.62 | 43.52 | 80.07 | - |
| YUV | 181.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 230 | 0 | 0.42 | 0.05 | 0.05 | 307.57 | 0.81 | 0.75 |
| Hex | F3 | 8C | E6 | 0 | 2A | 5 | 5 | 134 | 51 | 4B |
| Octal | 363 | 214 | 346 | 0 | 52 | 5 | 5 | 464 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11100110 | 0 | 101010 | 101 | 101 | 100110100 | 1010001 | 1001011 |
Color Harmonies of #F38CE6
Complementary color
Monochromatic Colors of #F38CE6
Black with #F38CE6
Text Example
Text Example
White with #F38CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CE6; }
p { color: rgb(243,140,230); }
H1.HeaderClassName
{
color: #F38CE6;
}
.AnyTagClassName
{
color: #F38CE6;
}
</style>
background-color css
<style>
a { background-color: #F38CE6; }
a { background-color: rgb(243,140,230); }
div.DivClassName
{
background-color: #F38CE6;
}
.BgClassName
{
background-color: #F38CE6;
}
</style>
border-color css
<style>
span { border-color: #F38CE6; }
span { border-color: rgb(243,140,230); }
td.TdClassName
{
border-color: #F38CE6;
}
.TagClassName
{
border-color: #F38CE6;
}
</style>