Shades of Pale Magenta #F484D3
Tints of Pale Magenta #F484D3
RGB
CMYK
RGB Variations
Color information
#F484D3 (or 0xF484D3) is known color: Pale Magenta. HEX triplet: F4, 84 and D3. RGB value is (244,132,211). Sum of RGB (Red+Green+Blue) = 244+132+211=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F484D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484D3 is #0B7B2C. Grayscale: #AEAEAE. Windows color (decimal): -752429 or 13862132. OLE color: 13862132.
HSL color Cylindrical-coordinate representation of color #F484D3: hue angle of 317.68º 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 #F484D3 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 211 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 317.68º | 0.84% | 0.74% | - |
| HSV(B) | 317.68º | 0.46% | 0.96% | - |
| XYZ | 57.32 | 40.44 | 66.41 | - |
| YUV | 174.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 211 | 0 | 0.46 | 0.14 | 0.04 | 317.68 | 0.84 | 0.74 |
| Hex | F4 | 84 | D3 | 0 | 2E | E | 4 | 13E | 54 | 4A |
| Octal | 364 | 204 | 323 | 0 | 56 | 16 | 4 | 476 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11010011 | 0 | 101110 | 1110 | 100 | 100111110 | 1010100 | 1001010 |
Color Harmonies of #F484D3
Complementary color
Monochromatic Colors of #F484D3
Black with #F484D3
Text Example
Text Example
White with #F484D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484D3; }
p { color: rgb(244,132,211); }
H1.HeaderClassName
{
color: #F484D3;
}
.AnyTagClassName
{
color: #F484D3;
}
</style>
background-color css
<style>
a { background-color: #F484D3; }
a { background-color: rgb(244,132,211); }
div.DivClassName
{
background-color: #F484D3;
}
.BgClassName
{
background-color: #F484D3;
}
</style>
border-color css
<style>
span { border-color: #F484D3; }
span { border-color: rgb(244,132,211); }
td.TdClassName
{
border-color: #F484D3;
}
.TagClassName
{
border-color: #F484D3;
}
</style>