Shades of Pale Magenta #F383D8
Tints of Pale Magenta #F383D8
RGB
CMYK
RGB Variations
Color information
#F383D8 (or 0xF383D8) is known color: Pale Magenta. HEX triplet: F3, 83 and D8. RGB value is (243,131,216). Sum of RGB (Red+Green+Blue) = 243+131+216=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F383D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383D8 is #0C7C27. Grayscale: #ADADAD. Windows color (decimal): -818216 or 14189555. OLE color: 14189555.
HSL color Cylindrical-coordinate representation of color #F383D8: hue angle of 314.46º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383D8 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 216 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.05 |
| HSL | 314.46º | 0.82% | 0.73% | - |
| HSV(B) | 314.46º | 0.46% | 0.95% | - |
| XYZ | 57.47 | 40.25 | 69.7 | - |
| YUV | 174.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 216 | 0 | 0.46 | 0.11 | 0.05 | 314.46 | 0.82 | 0.73 |
| Hex | F3 | 83 | D8 | 0 | 2E | B | 5 | 13A | 52 | 49 |
| Octal | 363 | 203 | 330 | 0 | 56 | 13 | 5 | 472 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11011000 | 0 | 101110 | 1011 | 101 | 100111010 | 1010010 | 1001001 |
Color Harmonies of #F383D8
Complementary color
Monochromatic Colors of #F383D8
Black with #F383D8
Text Example
Text Example
White with #F383D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383D8; }
p { color: rgb(243,131,216); }
H1.HeaderClassName
{
color: #F383D8;
}
.AnyTagClassName
{
color: #F383D8;
}
</style>
background-color css
<style>
a { background-color: #F383D8; }
a { background-color: rgb(243,131,216); }
div.DivClassName
{
background-color: #F383D8;
}
.BgClassName
{
background-color: #F383D8;
}
</style>
border-color css
<style>
span { border-color: #F383D8; }
span { border-color: rgb(243,131,216); }
td.TdClassName
{
border-color: #F383D8;
}
.TagClassName
{
border-color: #F383D8;
}
</style>