Shades of Pale Magenta #F970E4
Tints of Pale Magenta #F970E4
RGB
CMYK
RGB Variations
Color information
#F970E4 (or 0xF970E4) is known color: Pale Magenta. HEX triplet: F9, 70 and E4. RGB value is (249,112,228). Sum of RGB (Red+Green+Blue) = 249+112+228=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F970E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970E4 is #068F1B. Grayscale: #A5A5A5. Windows color (decimal): -429852 or 14971129. OLE color: 14971129.
HSL color Cylindrical-coordinate representation of color #F970E4: hue angle of 309.2º 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 #F970E4 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 228 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.02 |
| HSL | 309.2º | 0.92% | 0.71% | - |
| HSV(B) | 309.2º | 0.55% | 0.98% | - |
| XYZ | 58.86 | 37.33 | 77.5 | - |
| YUV | 166.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 228 | 0 | 0.55 | 0.08 | 0.02 | 309.2 | 0.92 | 0.71 |
| Hex | F9 | 70 | E4 | 0 | 37 | 8 | 2 | 135 | 5C | 47 |
| Octal | 371 | 160 | 344 | 0 | 67 | 10 | 2 | 465 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11100100 | 0 | 110111 | 1000 | 10 | 100110101 | 1011100 | 1000111 |
Color Harmonies of #F970E4
Complementary color
Monochromatic Colors of #F970E4
Black with #F970E4
Text Example
Text Example
White with #F970E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970E4; }
p { color: rgb(249,112,228); }
H1.HeaderClassName
{
color: #F970E4;
}
.AnyTagClassName
{
color: #F970E4;
}
</style>
background-color css
<style>
a { background-color: #F970E4; }
a { background-color: rgb(249,112,228); }
div.DivClassName
{
background-color: #F970E4;
}
.BgClassName
{
background-color: #F970E4;
}
</style>
border-color css
<style>
span { border-color: #F970E4; }
span { border-color: rgb(249,112,228); }
td.TdClassName
{
border-color: #F970E4;
}
.TagClassName
{
border-color: #F970E4;
}
</style>