Shades of Pale Magenta #F978E4
Tints of Pale Magenta #F978E4
RGB
CMYK
RGB Variations
Color information
#F978E4 (or 0xF978E4) is known color: Pale Magenta. HEX triplet: F9, 78 and E4. RGB value is (249,120,228). Sum of RGB (Red+Green+Blue) = 249+120+228=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F978E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978E4 is #06871B. Grayscale: #AAAAAA. Windows color (decimal): -427804 or 14973177. OLE color: 14973177.
HSL color Cylindrical-coordinate representation of color #F978E4: hue angle of 309.77º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978E4 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 228 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.02 |
| HSL | 309.77º | 0.91% | 0.72% | - |
| HSV(B) | 309.77º | 0.52% | 0.98% | - |
| XYZ | 59.79 | 39.17 | 77.81 | - |
| YUV | 170.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 228 | 0 | 0.52 | 0.08 | 0.02 | 309.77 | 0.91 | 0.72 |
| Hex | F9 | 78 | E4 | 0 | 34 | 8 | 2 | 136 | 5B | 48 |
| Octal | 371 | 170 | 344 | 0 | 64 | 10 | 2 | 466 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11100100 | 0 | 110100 | 1000 | 10 | 100110110 | 1011011 | 1001000 |
Color Harmonies of #F978E4
Complementary color
Monochromatic Colors of #F978E4
Black with #F978E4
Text Example
Text Example
White with #F978E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978E4; }
p { color: rgb(249,120,228); }
H1.HeaderClassName
{
color: #F978E4;
}
.AnyTagClassName
{
color: #F978E4;
}
</style>
background-color css
<style>
a { background-color: #F978E4; }
a { background-color: rgb(249,120,228); }
div.DivClassName
{
background-color: #F978E4;
}
.BgClassName
{
background-color: #F978E4;
}
</style>
border-color css
<style>
span { border-color: #F978E4; }
span { border-color: rgb(249,120,228); }
td.TdClassName
{
border-color: #F978E4;
}
.TagClassName
{
border-color: #F978E4;
}
</style>