Shades of Pale Magenta #F483DF
Tints of Pale Magenta #F483DF
RGB
CMYK
RGB Variations
Color information
#F483DF (or 0xF483DF) is known color: Pale Magenta. HEX triplet: F4, 83 and DF. RGB value is (244,131,223). Sum of RGB (Red+Green+Blue) = 244+131+223=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 131 (51.56% from 255 or 21.91% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F483DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483DF is #0B7C20. Grayscale: #AFAFAF. Windows color (decimal): -752673 or 14648308. OLE color: 14648308.
HSL color Cylindrical-coordinate representation of color #F483DF: hue angle of 311.15º 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 #F483DF is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 223 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.04 |
| HSL | 311.15º | 0.84% | 0.74% | - |
| HSV(B) | 311.15º | 0.46% | 0.96% | - |
| XYZ | 58.74 | 40.79 | 74.59 | - |
| YUV | 175.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 223 | 0 | 0.46 | 0.09 | 0.04 | 311.15 | 0.84 | 0.74 |
| Hex | F4 | 83 | DF | 0 | 2E | 9 | 4 | 137 | 54 | 4A |
| Octal | 364 | 203 | 337 | 0 | 56 | 11 | 4 | 467 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11011111 | 0 | 101110 | 1001 | 100 | 100110111 | 1010100 | 1001010 |
Color Harmonies of #F483DF
Complementary color
Monochromatic Colors of #F483DF
Black with #F483DF
Text Example
Text Example
White with #F483DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483DF; }
p { color: rgb(244,131,223); }
H1.HeaderClassName
{
color: #F483DF;
}
.AnyTagClassName
{
color: #F483DF;
}
</style>
background-color css
<style>
a { background-color: #F483DF; }
a { background-color: rgb(244,131,223); }
div.DivClassName
{
background-color: #F483DF;
}
.BgClassName
{
background-color: #F483DF;
}
</style>
border-color css
<style>
span { border-color: #F483DF; }
span { border-color: rgb(244,131,223); }
td.TdClassName
{
border-color: #F483DF;
}
.TagClassName
{
border-color: #F483DF;
}
</style>