Shades of Fuchsia Pink #F880FE
Tints of Fuchsia Pink #F880FE
RGB
CMYK
RGB Variations
Color information
#F880FE (or 0xF880FE) is known color: Fuchsia Pink. HEX triplet: F8, 80 and FE. RGB value is (248,128,254). Sum of RGB (Red+Green+Blue) = 248+128+254=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 128 (50.39% from 255 or 20.32% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #F880FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F880FE is #077F01. Grayscale: #B1B1B1. Windows color (decimal): -491266 or 16679160. OLE color: 16679160.
HSL color Cylindrical-coordinate representation of color #F880FE: hue angle of 297.14º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F880FE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 128 | 254 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.00 |
| HSL | 297.14º | 0.98% | 0.75% | - |
| HSV(B) | 297.14º | 0.5% | 1% | - |
| XYZ | 64.32 | 42.55 | 98.59 | - |
| YUV | 178.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 254 | 0.02 | 0.50 | 0 | 0.00 | 297.14 | 0.98 | 0.75 |
| Hex | F8 | 80 | FE | 2 | 32 | 0 | 0 | 129 | 62 | 4B |
| Octal | 370 | 200 | 376 | 2 | 62 | 0 | 0 | 451 | 142 | 113 |
| Binary | 11111000 | 10000000 | 11111110 | 10 | 110010 | 0 | 0 | 100101001 | 1100010 | 1001011 |
Color Harmonies of #F880FE
Complementary color
Monochromatic Colors of #F880FE
Black with #F880FE
Text Example
Text Example
White with #F880FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880FE; }
p { color: rgb(248,128,254); }
H1.HeaderClassName
{
color: #F880FE;
}
.AnyTagClassName
{
color: #F880FE;
}
</style>
background-color css
<style>
a { background-color: #F880FE; }
a { background-color: rgb(248,128,254); }
div.DivClassName
{
background-color: #F880FE;
}
.BgClassName
{
background-color: #F880FE;
}
</style>
border-color css
<style>
span { border-color: #F880FE; }
span { border-color: rgb(248,128,254); }
td.TdClassName
{
border-color: #F880FE;
}
.TagClassName
{
border-color: #F880FE;
}
</style>