Shades of Pale Magenta #F481D3
Tints of Pale Magenta #F481D3
RGB
CMYK
RGB Variations
Color information
#F481D3 (or 0xF481D3) is known color: Pale Magenta. HEX triplet: F4, 81 and D3. RGB value is (244,129,211). Sum of RGB (Red+Green+Blue) = 244+129+211=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F481D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481D3 is #0B7E2C. Grayscale: #ACACAC. Windows color (decimal): -753197 or 13861364. OLE color: 13861364.
HSL color Cylindrical-coordinate representation of color #F481D3: hue angle of 317.22º 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 #F481D3 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 211 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.04 |
| HSL | 317.22º | 0.84% | 0.73% | - |
| HSV(B) | 317.22º | 0.47% | 0.96% | - |
| XYZ | 56.92 | 39.64 | 66.28 | - |
| YUV | 172.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 211 | 0 | 0.47 | 0.14 | 0.04 | 317.22 | 0.84 | 0.73 |
| Hex | F4 | 81 | D3 | 0 | 2F | E | 4 | 13D | 54 | 49 |
| Octal | 364 | 201 | 323 | 0 | 57 | 16 | 4 | 475 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11010011 | 0 | 101111 | 1110 | 100 | 100111101 | 1010100 | 1001001 |
Color Harmonies of #F481D3
Complementary color
Monochromatic Colors of #F481D3
Black with #F481D3
Text Example
Text Example
White with #F481D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481D3; }
p { color: rgb(244,129,211); }
H1.HeaderClassName
{
color: #F481D3;
}
.AnyTagClassName
{
color: #F481D3;
}
</style>
background-color css
<style>
a { background-color: #F481D3; }
a { background-color: rgb(244,129,211); }
div.DivClassName
{
background-color: #F481D3;
}
.BgClassName
{
background-color: #F481D3;
}
</style>
border-color css
<style>
span { border-color: #F481D3; }
span { border-color: rgb(244,129,211); }
td.TdClassName
{
border-color: #F481D3;
}
.TagClassName
{
border-color: #F481D3;
}
</style>