Shades of Pale Magenta #F484D5
Tints of Pale Magenta #F484D5
RGB
CMYK
RGB Variations
Color information
#F484D5 (or 0xF484D5) is known color: Pale Magenta. HEX triplet: F4, 84 and D5. RGB value is (244,132,213). Sum of RGB (Red+Green+Blue) = 244+132+213=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F484D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484D5 is #0B7B2A. Grayscale: #AEAEAE. Windows color (decimal): -752427 or 13993204. OLE color: 13993204.
HSL color Cylindrical-coordinate representation of color #F484D5: hue angle of 316.61º 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 #F484D5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 213 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 316.61º | 0.84% | 0.74% | - |
| HSV(B) | 316.61º | 0.46% | 0.96% | - |
| XYZ | 57.57 | 40.54 | 67.74 | - |
| YUV | 174.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 213 | 0 | 0.46 | 0.13 | 0.04 | 316.61 | 0.84 | 0.74 |
| Hex | F4 | 84 | D5 | 0 | 2E | D | 4 | 13D | 54 | 4A |
| Octal | 364 | 204 | 325 | 0 | 56 | 15 | 4 | 475 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11010101 | 0 | 101110 | 1101 | 100 | 100111101 | 1010100 | 1001010 |
Color Harmonies of #F484D5
Complementary color
Monochromatic Colors of #F484D5
Black with #F484D5
Text Example
Text Example
White with #F484D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484D5; }
p { color: rgb(244,132,213); }
H1.HeaderClassName
{
color: #F484D5;
}
.AnyTagClassName
{
color: #F484D5;
}
</style>
background-color css
<style>
a { background-color: #F484D5; }
a { background-color: rgb(244,132,213); }
div.DivClassName
{
background-color: #F484D5;
}
.BgClassName
{
background-color: #F484D5;
}
</style>
border-color css
<style>
span { border-color: #F484D5; }
span { border-color: rgb(244,132,213); }
td.TdClassName
{
border-color: #F484D5;
}
.TagClassName
{
border-color: #F484D5;
}
</style>