Shades of Pale Magenta #F971E1
Tints of Pale Magenta #F971E1
RGB
CMYK
RGB Variations
Color information
#F971E1 (or 0xF971E1) is known color: Pale Magenta. HEX triplet: F9, 71 and E1. RGB value is (249,113,225). Sum of RGB (Red+Green+Blue) = 249+113+225=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F971E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971E1 is #068E1E. Grayscale: #A6A6A6. Windows color (decimal): -429599 or 14774777. OLE color: 14774777.
HSL color Cylindrical-coordinate representation of color #F971E1: hue angle of 310.59º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F971E1 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 225 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.02 |
| HSL | 310.59º | 0.92% | 0.71% | - |
| HSV(B) | 310.59º | 0.55% | 0.98% | - |
| XYZ | 58.56 | 37.39 | 75.36 | - |
| YUV | 166.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 225 | 0 | 0.55 | 0.10 | 0.02 | 310.59 | 0.92 | 0.71 |
| Hex | F9 | 71 | E1 | 0 | 37 | A | 2 | 137 | 5C | 47 |
| Octal | 371 | 161 | 341 | 0 | 67 | 12 | 2 | 467 | 134 | 107 |
| Binary | 11111001 | 1110001 | 11100001 | 0 | 110111 | 1010 | 10 | 100110111 | 1011100 | 1000111 |
Color Harmonies of #F971E1
Complementary color
Monochromatic Colors of #F971E1
Black with #F971E1
Text Example
Text Example
White with #F971E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971E1; }
p { color: rgb(249,113,225); }
H1.HeaderClassName
{
color: #F971E1;
}
.AnyTagClassName
{
color: #F971E1;
}
</style>
background-color css
<style>
a { background-color: #F971E1; }
a { background-color: rgb(249,113,225); }
div.DivClassName
{
background-color: #F971E1;
}
.BgClassName
{
background-color: #F971E1;
}
</style>
border-color css
<style>
span { border-color: #F971E1; }
span { border-color: rgb(249,113,225); }
td.TdClassName
{
border-color: #F971E1;
}
.TagClassName
{
border-color: #F971E1;
}
</style>