Shades of Pale Magenta #F981E2
Tints of Pale Magenta #F981E2
RGB
CMYK
RGB Variations
Color information
#F981E2 (or 0xF981E2) is known color: Pale Magenta. HEX triplet: F9, 81 and E2. RGB value is (249,129,226). Sum of RGB (Red+Green+Blue) = 249+129+226=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F981E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981E2 is #067E1D. Grayscale: #AFAFAF. Windows color (decimal): -425502 or 14844409. OLE color: 14844409.
HSL color Cylindrical-coordinate representation of color #F981E2: hue angle of 311.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981E2 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 226 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.02 |
| HSL | 311.5º | 0.91% | 0.74% | - |
| HSV(B) | 311.5º | 0.48% | 0.98% | - |
| XYZ | 60.64 | 41.33 | 76.73 | - |
| YUV | 175.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 226 | 0 | 0.48 | 0.09 | 0.02 | 311.5 | 0.91 | 0.74 |
| Hex | F9 | 81 | E2 | 0 | 30 | 9 | 2 | 138 | 5B | 4A |
| Octal | 371 | 201 | 342 | 0 | 60 | 11 | 2 | 470 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11100010 | 0 | 110000 | 1001 | 10 | 100111000 | 1011011 | 1001010 |
Color Harmonies of #F981E2
Complementary color
Monochromatic Colors of #F981E2
Black with #F981E2
Text Example
Text Example
White with #F981E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981E2; }
p { color: rgb(249,129,226); }
H1.HeaderClassName
{
color: #F981E2;
}
.AnyTagClassName
{
color: #F981E2;
}
</style>
background-color css
<style>
a { background-color: #F981E2; }
a { background-color: rgb(249,129,226); }
div.DivClassName
{
background-color: #F981E2;
}
.BgClassName
{
background-color: #F981E2;
}
</style>
border-color css
<style>
span { border-color: #F981E2; }
span { border-color: rgb(249,129,226); }
td.TdClassName
{
border-color: #F981E2;
}
.TagClassName
{
border-color: #F981E2;
}
</style>