Shades of Pale Magenta #F083D3
Tints of Pale Magenta #F083D3
RGB
CMYK
RGB Variations
Color information
#F083D3 (or 0xF083D3) is known color: Pale Magenta. HEX triplet: F0, 83 and D3. RGB value is (240,131,211). Sum of RGB (Red+Green+Blue) = 240+131+211=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F083D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083D3 is #0F7C2C. Grayscale: #ACACAC. Windows color (decimal): -1014829 or 13861872. OLE color: 13861872.
HSL color Cylindrical-coordinate representation of color #F083D3: hue angle of 315.96º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083D3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 211 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.06 |
| HSL | 315.96º | 0.78% | 0.73% | - |
| HSV(B) | 315.96º | 0.45% | 0.94% | - |
| XYZ | 55.81 | 39.46 | 66.3 | - |
| YUV | 172.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 211 | 0 | 0.45 | 0.12 | 0.06 | 315.96 | 0.78 | 0.73 |
| Hex | F0 | 83 | D3 | 0 | 2D | C | 6 | 13C | 4E | 49 |
| Octal | 360 | 203 | 323 | 0 | 55 | 14 | 6 | 474 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11010011 | 0 | 101101 | 1100 | 110 | 100111100 | 1001110 | 1001001 |
Color Harmonies of #F083D3
Complementary color
Monochromatic Colors of #F083D3
Black with #F083D3
Text Example
Text Example
White with #F083D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083D3; }
p { color: rgb(240,131,211); }
H1.HeaderClassName
{
color: #F083D3;
}
.AnyTagClassName
{
color: #F083D3;
}
</style>
background-color css
<style>
a { background-color: #F083D3; }
a { background-color: rgb(240,131,211); }
div.DivClassName
{
background-color: #F083D3;
}
.BgClassName
{
background-color: #F083D3;
}
</style>
border-color css
<style>
span { border-color: #F083D3; }
span { border-color: rgb(240,131,211); }
td.TdClassName
{
border-color: #F083D3;
}
.TagClassName
{
border-color: #F083D3;
}
</style>