Shades of Pale Magenta #F974E8
Tints of Pale Magenta #F974E8
RGB
CMYK
RGB Variations
Color information
#F974E8 (or 0xF974E8) is known color: Pale Magenta. HEX triplet: F9, 74 and E8. RGB value is (249,116,232). Sum of RGB (Red+Green+Blue) = 249+116+232=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F974E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974E8 is #068B17. Grayscale: #A8A8A8. Windows color (decimal): -428824 or 15234297. OLE color: 15234297.
HSL color Cylindrical-coordinate representation of color #F974E8: hue angle of 307.67º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974E8 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 232 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.02 |
| HSL | 307.67º | 0.92% | 0.72% | - |
| HSV(B) | 307.67º | 0.53% | 0.98% | - |
| XYZ | 59.88 | 38.46 | 80.61 | - |
| YUV | 168.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 232 | 0 | 0.53 | 0.07 | 0.02 | 307.67 | 0.92 | 0.72 |
| Hex | F9 | 74 | E8 | 0 | 35 | 7 | 2 | 134 | 5C | 48 |
| Octal | 371 | 164 | 350 | 0 | 65 | 7 | 2 | 464 | 134 | 110 |
| Binary | 11111001 | 1110100 | 11101000 | 0 | 110101 | 111 | 10 | 100110100 | 1011100 | 1001000 |
Color Harmonies of #F974E8
Complementary color
Monochromatic Colors of #F974E8
Black with #F974E8
Text Example
Text Example
White with #F974E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974E8; }
p { color: rgb(249,116,232); }
H1.HeaderClassName
{
color: #F974E8;
}
.AnyTagClassName
{
color: #F974E8;
}
</style>
background-color css
<style>
a { background-color: #F974E8; }
a { background-color: rgb(249,116,232); }
div.DivClassName
{
background-color: #F974E8;
}
.BgClassName
{
background-color: #F974E8;
}
</style>
border-color css
<style>
span { border-color: #F974E8; }
span { border-color: rgb(249,116,232); }
td.TdClassName
{
border-color: #F974E8;
}
.TagClassName
{
border-color: #F974E8;
}
</style>