Shades of Pale Magenta #F38CE2
Tints of Pale Magenta #F38CE2
RGB
CMYK
RGB Variations
Color information
#F38CE2 (or 0xF38CE2) is known color: Pale Magenta. HEX triplet: F3, 8C and E2. RGB value is (243,140,226). Sum of RGB (Red+Green+Blue) = 243+140+226=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CE2 is #0C731D. Grayscale: #B4B4B4. Windows color (decimal): -815902 or 14847219. OLE color: 14847219.
HSL color Cylindrical-coordinate representation of color #F38CE2: hue angle of 309.9º 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 #F38CE2 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 226 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.05 |
| HSL | 309.9º | 0.81% | 0.75% | - |
| HSV(B) | 309.9º | 0.42% | 0.95% | - |
| XYZ | 60.07 | 43.3 | 77.14 | - |
| YUV | 180.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 226 | 0 | 0.42 | 0.07 | 0.05 | 309.9 | 0.81 | 0.75 |
| Hex | F3 | 8C | E2 | 0 | 2A | 7 | 5 | 136 | 51 | 4B |
| Octal | 363 | 214 | 342 | 0 | 52 | 7 | 5 | 466 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11100010 | 0 | 101010 | 111 | 101 | 100110110 | 1010001 | 1001011 |
Color Harmonies of #F38CE2
Complementary color
Monochromatic Colors of #F38CE2
Black with #F38CE2
Text Example
Text Example
White with #F38CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CE2; }
p { color: rgb(243,140,226); }
H1.HeaderClassName
{
color: #F38CE2;
}
.AnyTagClassName
{
color: #F38CE2;
}
</style>
background-color css
<style>
a { background-color: #F38CE2; }
a { background-color: rgb(243,140,226); }
div.DivClassName
{
background-color: #F38CE2;
}
.BgClassName
{
background-color: #F38CE2;
}
</style>
border-color css
<style>
span { border-color: #F38CE2; }
span { border-color: rgb(243,140,226); }
td.TdClassName
{
border-color: #F38CE2;
}
.TagClassName
{
border-color: #F38CE2;
}
</style>