Shades of Pale Magenta #F978EB
Tints of Pale Magenta #F978EB
RGB
CMYK
RGB Variations
Color information
#F978EB (or 0xF978EB) is known color: Pale Magenta. HEX triplet: F9, 78 and EB. RGB value is (249,120,235). Sum of RGB (Red+Green+Blue) = 249+120+235=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F978EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978EB is #068714. Grayscale: #ABABAB. Windows color (decimal): -427797 or 15431929. OLE color: 15431929.
HSL color Cylindrical-coordinate representation of color #F978EB: hue angle of 306.51º 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 #F978EB is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 235 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.02 |
| HSL | 306.51º | 0.91% | 0.72% | - |
| HSV(B) | 306.51º | 0.52% | 0.98% | - |
| XYZ | 60.78 | 39.57 | 83.03 | - |
| YUV | 171.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 235 | 0 | 0.52 | 0.06 | 0.02 | 306.51 | 0.91 | 0.72 |
| Hex | F9 | 78 | EB | 0 | 34 | 6 | 2 | 133 | 5B | 48 |
| Octal | 371 | 170 | 353 | 0 | 64 | 6 | 2 | 463 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11101011 | 0 | 110100 | 110 | 10 | 100110011 | 1011011 | 1001000 |
Color Harmonies of #F978EB
Complementary color
Monochromatic Colors of #F978EB
Black with #F978EB
Text Example
Text Example
White with #F978EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978EB; }
p { color: rgb(249,120,235); }
H1.HeaderClassName
{
color: #F978EB;
}
.AnyTagClassName
{
color: #F978EB;
}
</style>
background-color css
<style>
a { background-color: #F978EB; }
a { background-color: rgb(249,120,235); }
div.DivClassName
{
background-color: #F978EB;
}
.BgClassName
{
background-color: #F978EB;
}
</style>
border-color css
<style>
span { border-color: #F978EB; }
span { border-color: rgb(249,120,235); }
td.TdClassName
{
border-color: #F978EB;
}
.TagClassName
{
border-color: #F978EB;
}
</style>