Shades of Pale Magenta #F970EA
Tints of Pale Magenta #F970EA
RGB
CMYK
RGB Variations
Color information
#F970EA (or 0xF970EA) is known color: Pale Magenta. HEX triplet: F9, 70 and EA. RGB value is (249,112,234). Sum of RGB (Red+Green+Blue) = 249+112+234=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F970EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970EA is #068F15. Grayscale: #A6A6A6. Windows color (decimal): -429846 or 15364345. OLE color: 15364345.
HSL color Cylindrical-coordinate representation of color #F970EA: hue angle of 306.57º 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 #F970EA is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 234 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.02 |
| HSL | 306.57º | 0.92% | 0.71% | - |
| HSV(B) | 306.57º | 0.55% | 0.98% | - |
| XYZ | 59.71 | 37.67 | 81.97 | - |
| YUV | 166.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 234 | 0 | 0.55 | 0.06 | 0.02 | 306.57 | 0.92 | 0.71 |
| Hex | F9 | 70 | EA | 0 | 37 | 6 | 2 | 133 | 5C | 47 |
| Octal | 371 | 160 | 352 | 0 | 67 | 6 | 2 | 463 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11101010 | 0 | 110111 | 110 | 10 | 100110011 | 1011100 | 1000111 |
Color Harmonies of #F970EA
Complementary color
Monochromatic Colors of #F970EA
Black with #F970EA
Text Example
Text Example
White with #F970EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970EA; }
p { color: rgb(249,112,234); }
H1.HeaderClassName
{
color: #F970EA;
}
.AnyTagClassName
{
color: #F970EA;
}
</style>
background-color css
<style>
a { background-color: #F970EA; }
a { background-color: rgb(249,112,234); }
div.DivClassName
{
background-color: #F970EA;
}
.BgClassName
{
background-color: #F970EA;
}
</style>
border-color css
<style>
span { border-color: #F970EA; }
span { border-color: rgb(249,112,234); }
td.TdClassName
{
border-color: #F970EA;
}
.TagClassName
{
border-color: #F970EA;
}
</style>