Shades of Pale Magenta #F383D3
Tints of Pale Magenta #F383D3
RGB
CMYK
RGB Variations
Color information
#F383D3 (or 0xF383D3) is known color: Pale Magenta. HEX triplet: F3, 83 and D3. RGB value is (243,131,211). Sum of RGB (Red+Green+Blue) = 243+131+211=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F383D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383D3 is #0C7C2C. Grayscale: #ADADAD. Windows color (decimal): -818221 or 13861875. OLE color: 13861875.
HSL color Cylindrical-coordinate representation of color #F383D3: hue angle of 317.14º 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 #F383D3 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 211 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.05 |
| HSL | 317.14º | 0.82% | 0.73% | - |
| HSV(B) | 317.14º | 0.46% | 0.95% | - |
| XYZ | 56.84 | 39.99 | 66.35 | - |
| YUV | 173.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 211 | 0 | 0.46 | 0.13 | 0.05 | 317.14 | 0.82 | 0.73 |
| Hex | F3 | 83 | D3 | 0 | 2E | D | 5 | 13D | 52 | 49 |
| Octal | 363 | 203 | 323 | 0 | 56 | 15 | 5 | 475 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11010011 | 0 | 101110 | 1101 | 101 | 100111101 | 1010010 | 1001001 |
Color Harmonies of #F383D3
Complementary color
Monochromatic Colors of #F383D3
Black with #F383D3
Text Example
Text Example
White with #F383D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383D3; }
p { color: rgb(243,131,211); }
H1.HeaderClassName
{
color: #F383D3;
}
.AnyTagClassName
{
color: #F383D3;
}
</style>
background-color css
<style>
a { background-color: #F383D3; }
a { background-color: rgb(243,131,211); }
div.DivClassName
{
background-color: #F383D3;
}
.BgClassName
{
background-color: #F383D3;
}
</style>
border-color css
<style>
span { border-color: #F383D3; }
span { border-color: rgb(243,131,211); }
td.TdClassName
{
border-color: #F383D3;
}
.TagClassName
{
border-color: #F383D3;
}
</style>