Shades of Pale Magenta #F978E8
Tints of Pale Magenta #F978E8
RGB
CMYK
RGB Variations
Color information
#F978E8 (or 0xF978E8) is known color: Pale Magenta. HEX triplet: F9, 78 and E8. RGB value is (249,120,232). Sum of RGB (Red+Green+Blue) = 249+120+232=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 120 (47.27% from 255 or 19.97% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F978E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978E8 is #068717. Grayscale: #ABABAB. Windows color (decimal): -427800 or 15235321. OLE color: 15235321.
HSL color Cylindrical-coordinate representation of color #F978E8: hue angle of 307.91º 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 #F978E8 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 232 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.02 |
| HSL | 307.91º | 0.91% | 0.72% | - |
| HSV(B) | 307.91º | 0.52% | 0.98% | - |
| XYZ | 60.35 | 39.4 | 80.77 | - |
| YUV | 171.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 232 | 0 | 0.52 | 0.07 | 0.02 | 307.91 | 0.91 | 0.72 |
| Hex | F9 | 78 | E8 | 0 | 34 | 7 | 2 | 134 | 5B | 48 |
| Octal | 371 | 170 | 350 | 0 | 64 | 7 | 2 | 464 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11101000 | 0 | 110100 | 111 | 10 | 100110100 | 1011011 | 1001000 |
Color Harmonies of #F978E8
Complementary color
Monochromatic Colors of #F978E8
Black with #F978E8
Text Example
Text Example
White with #F978E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978E8; }
p { color: rgb(249,120,232); }
H1.HeaderClassName
{
color: #F978E8;
}
.AnyTagClassName
{
color: #F978E8;
}
</style>
background-color css
<style>
a { background-color: #F978E8; }
a { background-color: rgb(249,120,232); }
div.DivClassName
{
background-color: #F978E8;
}
.BgClassName
{
background-color: #F978E8;
}
</style>
border-color css
<style>
span { border-color: #F978E8; }
span { border-color: rgb(249,120,232); }
td.TdClassName
{
border-color: #F978E8;
}
.TagClassName
{
border-color: #F978E8;
}
</style>