Shades of Pale Magenta #F983D4
Tints of Pale Magenta #F983D4
RGB
CMYK
RGB Variations
Color information
#F983D4 (or 0xF983D4) is known color: Pale Magenta. HEX triplet: F9, 83 and D4. RGB value is (249,131,212). Sum of RGB (Red+Green+Blue) = 249+131+212=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F983D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983D4 is #067C2B. Grayscale: #AFAFAF. Windows color (decimal): -425004 or 13927417. OLE color: 13927417.
HSL color Cylindrical-coordinate representation of color #F983D4: hue angle of 318.81º 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 #F983D4 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 212 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.02 |
| HSL | 318.81º | 0.91% | 0.75% | - |
| HSV(B) | 318.81º | 0.47% | 0.98% | - |
| XYZ | 59.07 | 41.13 | 67.11 | - |
| YUV | 175.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 212 | 0 | 0.47 | 0.15 | 0.02 | 318.81 | 0.91 | 0.75 |
| Hex | F9 | 83 | D4 | 0 | 2F | F | 2 | 13F | 5B | 4B |
| Octal | 371 | 203 | 324 | 0 | 57 | 17 | 2 | 477 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11010100 | 0 | 101111 | 1111 | 10 | 100111111 | 1011011 | 1001011 |
Color Harmonies of #F983D4
Complementary color
Monochromatic Colors of #F983D4
Black with #F983D4
Text Example
Text Example
White with #F983D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983D4; }
p { color: rgb(249,131,212); }
H1.HeaderClassName
{
color: #F983D4;
}
.AnyTagClassName
{
color: #F983D4;
}
</style>
background-color css
<style>
a { background-color: #F983D4; }
a { background-color: rgb(249,131,212); }
div.DivClassName
{
background-color: #F983D4;
}
.BgClassName
{
background-color: #F983D4;
}
</style>
border-color css
<style>
span { border-color: #F983D4; }
span { border-color: rgb(249,131,212); }
td.TdClassName
{
border-color: #F983D4;
}
.TagClassName
{
border-color: #F983D4;
}
</style>