Shades of Fuchsia Pink #F978FE
Tints of Fuchsia Pink #F978FE
RGB
CMYK
RGB Variations
Color information
#F978FE (or 0xF978FE) is known color: Fuchsia Pink. HEX triplet: F9, 78 and FE. RGB value is (249,120,254). Sum of RGB (Red+Green+Blue) = 249+120+254=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 120 (47.27% from 255 or 19.26% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #F978FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978FE is #068701. Grayscale: #ADADAD. Windows color (decimal): -427778 or 16677113. OLE color: 16677113.
HSL color Cylindrical-coordinate representation of color #F978FE: hue angle of 297.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F978FE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 120 | 254 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.00 |
| HSL | 297.76º | 0.99% | 0.73% | - |
| HSV(B) | 297.76º | 0.53% | 1% | - |
| XYZ | 63.67 | 40.73 | 98.27 | - |
| YUV | 173.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 254 | 0.02 | 0.53 | 0 | 0.00 | 297.76 | 0.99 | 0.73 |
| Hex | F9 | 78 | FE | 2 | 35 | 0 | 0 | 12A | 63 | 49 |
| Octal | 371 | 170 | 376 | 2 | 65 | 0 | 0 | 452 | 143 | 111 |
| Binary | 11111001 | 1111000 | 11111110 | 10 | 110101 | 0 | 0 | 100101010 | 1100011 | 1001001 |
Color Harmonies of #F978FE
Complementary color
Monochromatic Colors of #F978FE
Black with #F978FE
Text Example
Text Example
White with #F978FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978FE; }
p { color: rgb(249,120,254); }
H1.HeaderClassName
{
color: #F978FE;
}
.AnyTagClassName
{
color: #F978FE;
}
</style>
background-color css
<style>
a { background-color: #F978FE; }
a { background-color: rgb(249,120,254); }
div.DivClassName
{
background-color: #F978FE;
}
.BgClassName
{
background-color: #F978FE;
}
</style>
border-color css
<style>
span { border-color: #F978FE; }
span { border-color: rgb(249,120,254); }
td.TdClassName
{
border-color: #F978FE;
}
.TagClassName
{
border-color: #F978FE;
}
</style>