Shades of Pale Magenta #F383DE
Tints of Pale Magenta #F383DE
RGB
CMYK
RGB Variations
Color information
#F383DE (or 0xF383DE) is known color: Pale Magenta. HEX triplet: F3, 83 and DE. RGB value is (243,131,222). Sum of RGB (Red+Green+Blue) = 243+131+222=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F383DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383DE is #0C7C21. Grayscale: #AEAEAE. Windows color (decimal): -818210 or 14582771. OLE color: 14582771.
HSL color Cylindrical-coordinate representation of color #F383DE: hue angle of 311.25º 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 #F383DE is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 222 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 311.25º | 0.82% | 0.73% | - |
| HSV(B) | 311.25º | 0.46% | 0.95% | - |
| XYZ | 58.26 | 40.56 | 73.87 | - |
| YUV | 174.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 222 | 0 | 0.46 | 0.09 | 0.05 | 311.25 | 0.82 | 0.73 |
| Hex | F3 | 83 | DE | 0 | 2E | 9 | 5 | 137 | 52 | 49 |
| Octal | 363 | 203 | 336 | 0 | 56 | 11 | 5 | 467 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11011110 | 0 | 101110 | 1001 | 101 | 100110111 | 1010010 | 1001001 |
Color Harmonies of #F383DE
Complementary color
Monochromatic Colors of #F383DE
Black with #F383DE
Text Example
Text Example
White with #F383DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383DE; }
p { color: rgb(243,131,222); }
H1.HeaderClassName
{
color: #F383DE;
}
.AnyTagClassName
{
color: #F383DE;
}
</style>
background-color css
<style>
a { background-color: #F383DE; }
a { background-color: rgb(243,131,222); }
div.DivClassName
{
background-color: #F383DE;
}
.BgClassName
{
background-color: #F383DE;
}
</style>
border-color css
<style>
span { border-color: #F383DE; }
span { border-color: rgb(243,131,222); }
td.TdClassName
{
border-color: #F383DE;
}
.TagClassName
{
border-color: #F383DE;
}
</style>