Shades of Pale Magenta #F978EA
Tints of Pale Magenta #F978EA
RGB
CMYK
RGB Variations
Color information
#F978EA (or 0xF978EA) is known color: Pale Magenta. HEX triplet: F9, 78 and EA. RGB value is (249,120,234). Sum of RGB (Red+Green+Blue) = 249+120+234=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 120 (47.27% from 255 or 19.90% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F978EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978EA is #068715. Grayscale: #ABABAB. Windows color (decimal): -427798 or 15366393. OLE color: 15366393.
HSL color Cylindrical-coordinate representation of color #F978EA: hue angle of 306.98º 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 #F978EA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 234 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.02 |
| HSL | 306.98º | 0.91% | 0.72% | - |
| HSV(B) | 306.98º | 0.52% | 0.98% | - |
| XYZ | 60.63 | 39.51 | 82.27 | - |
| YUV | 171.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 234 | 0 | 0.52 | 0.06 | 0.02 | 306.98 | 0.91 | 0.72 |
| Hex | F9 | 78 | EA | 0 | 34 | 6 | 2 | 133 | 5B | 48 |
| Octal | 371 | 170 | 352 | 0 | 64 | 6 | 2 | 463 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11101010 | 0 | 110100 | 110 | 10 | 100110011 | 1011011 | 1001000 |
Color Harmonies of #F978EA
Complementary color
Monochromatic Colors of #F978EA
Black with #F978EA
Text Example
Text Example
White with #F978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978EA; }
p { color: rgb(249,120,234); }
H1.HeaderClassName
{
color: #F978EA;
}
.AnyTagClassName
{
color: #F978EA;
}
</style>
background-color css
<style>
a { background-color: #F978EA; }
a { background-color: rgb(249,120,234); }
div.DivClassName
{
background-color: #F978EA;
}
.BgClassName
{
background-color: #F978EA;
}
</style>
border-color css
<style>
span { border-color: #F978EA; }
span { border-color: rgb(249,120,234); }
td.TdClassName
{
border-color: #F978EA;
}
.TagClassName
{
border-color: #F978EA;
}
</style>