Shades of Pale Magenta #F483D3
Tints of Pale Magenta #F483D3
RGB
CMYK
RGB Variations
Color information
#F483D3 (or 0xF483D3) is known color: Pale Magenta. HEX triplet: F4, 83 and D3. RGB value is (244,131,211). Sum of RGB (Red+Green+Blue) = 244+131+211=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F483D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483D3 is #0B7C2C. Grayscale: #ADADAD. Windows color (decimal): -752685 or 13861876. OLE color: 13861876.
HSL color Cylindrical-coordinate representation of color #F483D3: hue angle of 317.52º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483D3 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 211 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 317.52º | 0.84% | 0.74% | - |
| HSV(B) | 317.52º | 0.46% | 0.96% | - |
| XYZ | 57.18 | 40.17 | 66.37 | - |
| YUV | 173.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 211 | 0 | 0.46 | 0.14 | 0.04 | 317.52 | 0.84 | 0.74 |
| Hex | F4 | 83 | D3 | 0 | 2E | E | 4 | 13E | 54 | 4A |
| Octal | 364 | 203 | 323 | 0 | 56 | 16 | 4 | 476 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11010011 | 0 | 101110 | 1110 | 100 | 100111110 | 1010100 | 1001010 |
Color Harmonies of #F483D3
Complementary color
Monochromatic Colors of #F483D3
Black with #F483D3
Text Example
Text Example
White with #F483D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483D3; }
p { color: rgb(244,131,211); }
H1.HeaderClassName
{
color: #F483D3;
}
.AnyTagClassName
{
color: #F483D3;
}
</style>
background-color css
<style>
a { background-color: #F483D3; }
a { background-color: rgb(244,131,211); }
div.DivClassName
{
background-color: #F483D3;
}
.BgClassName
{
background-color: #F483D3;
}
</style>
border-color css
<style>
span { border-color: #F483D3; }
span { border-color: rgb(244,131,211); }
td.TdClassName
{
border-color: #F483D3;
}
.TagClassName
{
border-color: #F483D3;
}
</style>