Shades of Pale Magenta #F481D5
Tints of Pale Magenta #F481D5
RGB
CMYK
RGB Variations
Color information
#F481D5 (or 0xF481D5) is known color: Pale Magenta. HEX triplet: F4, 81 and D5. RGB value is (244,129,213). Sum of RGB (Red+Green+Blue) = 244+129+213=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F481D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481D5 is #0B7E2A. Grayscale: #ACACAC. Windows color (decimal): -753195 or 13992436. OLE color: 13992436.
HSL color Cylindrical-coordinate representation of color #F481D5: hue angle of 316.17º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481D5 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 213 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.04 |
| HSL | 316.17º | 0.84% | 0.73% | - |
| HSV(B) | 316.17º | 0.47% | 0.96% | - |
| XYZ | 57.17 | 39.74 | 67.61 | - |
| YUV | 172.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 213 | 0 | 0.47 | 0.13 | 0.04 | 316.17 | 0.84 | 0.73 |
| Hex | F4 | 81 | D5 | 0 | 2F | D | 4 | 13C | 54 | 49 |
| Octal | 364 | 201 | 325 | 0 | 57 | 15 | 4 | 474 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11010101 | 0 | 101111 | 1101 | 100 | 100111100 | 1010100 | 1001001 |
Color Harmonies of #F481D5
Complementary color
Monochromatic Colors of #F481D5
Black with #F481D5
Text Example
Text Example
White with #F481D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481D5; }
p { color: rgb(244,129,213); }
H1.HeaderClassName
{
color: #F481D5;
}
.AnyTagClassName
{
color: #F481D5;
}
</style>
background-color css
<style>
a { background-color: #F481D5; }
a { background-color: rgb(244,129,213); }
div.DivClassName
{
background-color: #F481D5;
}
.BgClassName
{
background-color: #F481D5;
}
</style>
border-color css
<style>
span { border-color: #F481D5; }
span { border-color: rgb(244,129,213); }
td.TdClassName
{
border-color: #F481D5;
}
.TagClassName
{
border-color: #F481D5;
}
</style>