Shades of Fuchsia Pink #F978F9
Tints of Fuchsia Pink #F978F9
RGB
CMYK
RGB Variations
Color information
#F978F9 (or 0xF978F9) is known color: Fuchsia Pink. HEX triplet: F9, 78 and F9. RGB value is (249,120,249). Sum of RGB (Red+Green+Blue) = 249+120+249=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 120 (47.27% from 255 or 19.42% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F978F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F9 is #068706. Grayscale: #ACACAC. Windows color (decimal): -427783 or 16349433. OLE color: 16349433.
HSL color Cylindrical-coordinate representation of color #F978F9: hue angle of 300º 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 #F978F9 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 249 | - |
| CMYK | 0 | 0.52 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.72% | - |
| HSV(B) | 300º | 0.52% | 0.98% | - |
| XYZ | 62.88 | 40.41 | 94.11 | - |
| YUV | 173.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 249 | 0 | 0.52 | 0 | 0.02 | 300 | 0.91 | 0.72 |
| Hex | F9 | 78 | F9 | 0 | 34 | 0 | 2 | 12C | 5B | 48 |
| Octal | 371 | 170 | 371 | 0 | 64 | 0 | 2 | 454 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11111001 | 0 | 110100 | 0 | 10 | 100101100 | 1011011 | 1001000 |
Color Harmonies of #F978F9
Complementary color
Monochromatic Colors of #F978F9
Black with #F978F9
Text Example
Text Example
White with #F978F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978F9; }
p { color: rgb(249,120,249); }
H1.HeaderClassName
{
color: #F978F9;
}
.AnyTagClassName
{
color: #F978F9;
}
</style>
background-color css
<style>
a { background-color: #F978F9; }
a { background-color: rgb(249,120,249); }
div.DivClassName
{
background-color: #F978F9;
}
.BgClassName
{
background-color: #F978F9;
}
</style>
border-color css
<style>
span { border-color: #F978F9; }
span { border-color: rgb(249,120,249); }
td.TdClassName
{
border-color: #F978F9;
}
.TagClassName
{
border-color: #F978F9;
}
</style>