Shades of Pale Magenta #F081D3
Tints of Pale Magenta #F081D3
RGB
CMYK
RGB Variations
Color information
#F081D3 (or 0xF081D3) is known color: Pale Magenta. HEX triplet: F0, 81 and D3. RGB value is (240,129,211). Sum of RGB (Red+Green+Blue) = 240+129+211=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D3 is #0F7E2C. Grayscale: #ABABAB. Windows color (decimal): -1015341 or 13861360. OLE color: 13861360.
HSL color Cylindrical-coordinate representation of color #F081D3: hue angle of 315.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081D3 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 211 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.06 |
| HSL | 315.68º | 0.79% | 0.72% | - |
| HSV(B) | 315.68º | 0.46% | 0.94% | - |
| XYZ | 55.54 | 38.93 | 66.21 | - |
| YUV | 171.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 211 | 0 | 0.46 | 0.12 | 0.06 | 315.68 | 0.79 | 0.72 |
| Hex | F0 | 81 | D3 | 0 | 2E | C | 6 | 13C | 4F | 48 |
| Octal | 360 | 201 | 323 | 0 | 56 | 14 | 6 | 474 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11010011 | 0 | 101110 | 1100 | 110 | 100111100 | 1001111 | 1001000 |
Color Harmonies of #F081D3
Complementary color
Monochromatic Colors of #F081D3
Black with #F081D3
Text Example
Text Example
White with #F081D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081D3; }
p { color: rgb(240,129,211); }
H1.HeaderClassName
{
color: #F081D3;
}
.AnyTagClassName
{
color: #F081D3;
}
</style>
background-color css
<style>
a { background-color: #F081D3; }
a { background-color: rgb(240,129,211); }
div.DivClassName
{
background-color: #F081D3;
}
.BgClassName
{
background-color: #F081D3;
}
</style>
border-color css
<style>
span { border-color: #F081D3; }
span { border-color: rgb(240,129,211); }
td.TdClassName
{
border-color: #F081D3;
}
.TagClassName
{
border-color: #F081D3;
}
</style>