Shades of Fuchsia Pink #F979F8
Tints of Fuchsia Pink #F979F8
RGB
CMYK
RGB Variations
Color information
#F979F8 (or 0xF979F8) is known color: Fuchsia Pink. HEX triplet: F9, 79 and F8. RGB value is (249,121,248). Sum of RGB (Red+Green+Blue) = 249+121+248=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 121 (47.66% from 255 or 19.58% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F979F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F979F8 is #068607. Grayscale: #ADADAD. Windows color (decimal): -427528 or 16284153. OLE color: 16284153.
HSL color Cylindrical-coordinate representation of color #F979F8: hue angle of 300.47º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979F8 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 248 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.02 |
| HSL | 300.47º | 0.91% | 0.73% | - |
| HSV(B) | 300.47º | 0.51% | 0.98% | - |
| XYZ | 62.85 | 40.59 | 93.33 | - |
| YUV | 173.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 248 | 0 | 0.51 | 0.00 | 0.02 | 300.47 | 0.91 | 0.73 |
| Hex | F9 | 79 | F8 | 0 | 33 | 0 | 2 | 12C | 5B | 49 |
| Octal | 371 | 171 | 370 | 0 | 63 | 0 | 2 | 454 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11111000 | 0 | 110011 | 0 | 10 | 100101100 | 1011011 | 1001001 |
Color Harmonies of #F979F8
Complementary color
Monochromatic Colors of #F979F8
Black with #F979F8
Text Example
Text Example
White with #F979F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979F8; }
p { color: rgb(249,121,248); }
H1.HeaderClassName
{
color: #F979F8;
}
.AnyTagClassName
{
color: #F979F8;
}
</style>
background-color css
<style>
a { background-color: #F979F8; }
a { background-color: rgb(249,121,248); }
div.DivClassName
{
background-color: #F979F8;
}
.BgClassName
{
background-color: #F979F8;
}
</style>
border-color css
<style>
span { border-color: #F979F8; }
span { border-color: rgb(249,121,248); }
td.TdClassName
{
border-color: #F979F8;
}
.TagClassName
{
border-color: #F979F8;
}
</style>