Shades of Pale Magenta #F983DC
Tints of Pale Magenta #F983DC
RGB
CMYK
RGB Variations
Color information
#F983DC (or 0xF983DC) is known color: Pale Magenta. HEX triplet: F9, 83 and DC. RGB value is (249,131,220). Sum of RGB (Red+Green+Blue) = 249+131+220=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F983DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983DC is #067C23. Grayscale: #B0B0B0. Windows color (decimal): -424996 or 14451705. OLE color: 14451705.
HSL color Cylindrical-coordinate representation of color #F983DC: hue angle of 314.75º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F983DC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 220 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.02 |
| HSL | 314.75º | 0.91% | 0.75% | - |
| HSV(B) | 314.75º | 0.47% | 0.98% | - |
| XYZ | 60.1 | 41.54 | 72.56 | - |
| YUV | 176.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 220 | 0 | 0.47 | 0.12 | 0.02 | 314.75 | 0.91 | 0.75 |
| Hex | F9 | 83 | DC | 0 | 2F | C | 2 | 13B | 5B | 4B |
| Octal | 371 | 203 | 334 | 0 | 57 | 14 | 2 | 473 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11011100 | 0 | 101111 | 1100 | 10 | 100111011 | 1011011 | 1001011 |
Color Harmonies of #F983DC
Complementary color
Monochromatic Colors of #F983DC
Black with #F983DC
Text Example
Text Example
White with #F983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983DC; }
p { color: rgb(249,131,220); }
H1.HeaderClassName
{
color: #F983DC;
}
.AnyTagClassName
{
color: #F983DC;
}
</style>
background-color css
<style>
a { background-color: #F983DC; }
a { background-color: rgb(249,131,220); }
div.DivClassName
{
background-color: #F983DC;
}
.BgClassName
{
background-color: #F983DC;
}
</style>
border-color css
<style>
span { border-color: #F983DC; }
span { border-color: rgb(249,131,220); }
td.TdClassName
{
border-color: #F983DC;
}
.TagClassName
{
border-color: #F983DC;
}
</style>