Shades of Pale Magenta #F383E6
Tints of Pale Magenta #F383E6
RGB
CMYK
RGB Variations
Color information
#F383E6 (or 0xF383E6) is known color: Pale Magenta. HEX triplet: F3, 83 and E6. RGB value is (243,131,230). Sum of RGB (Red+Green+Blue) = 243+131+230=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F383E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383E6 is #0C7C19. Grayscale: #AFAFAF. Windows color (decimal): -818202 or 15107059. OLE color: 15107059.
HSL color Cylindrical-coordinate representation of color #F383E6: hue angle of 306.96º 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 #F383E6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 230 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.05 |
| HSL | 306.96º | 0.82% | 0.73% | - |
| HSV(B) | 306.96º | 0.46% | 0.95% | - |
| XYZ | 59.36 | 41 | 79.65 | - |
| YUV | 175.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 230 | 0 | 0.46 | 0.05 | 0.05 | 306.96 | 0.82 | 0.73 |
| Hex | F3 | 83 | E6 | 0 | 2E | 5 | 5 | 133 | 52 | 49 |
| Octal | 363 | 203 | 346 | 0 | 56 | 5 | 5 | 463 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11100110 | 0 | 101110 | 101 | 101 | 100110011 | 1010010 | 1001001 |
Color Harmonies of #F383E6
Complementary color
Monochromatic Colors of #F383E6
Black with #F383E6
Text Example
Text Example
White with #F383E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383E6; }
p { color: rgb(243,131,230); }
H1.HeaderClassName
{
color: #F383E6;
}
.AnyTagClassName
{
color: #F383E6;
}
</style>
background-color css
<style>
a { background-color: #F383E6; }
a { background-color: rgb(243,131,230); }
div.DivClassName
{
background-color: #F383E6;
}
.BgClassName
{
background-color: #F383E6;
}
</style>
border-color css
<style>
span { border-color: #F383E6; }
span { border-color: rgb(243,131,230); }
td.TdClassName
{
border-color: #F383E6;
}
.TagClassName
{
border-color: #F383E6;
}
</style>