Shades of Fuchsia Pink #F880FF
Tints of Fuchsia Pink #F880FF
RGB
CMYK
RGB Variations
Color information
#F880FF (or 0xF880FF) is known color: Fuchsia Pink. HEX triplet: F8, 80 and FF. RGB value is (248,128,255). Sum of RGB (Red+Green+Blue) = 248+128+255=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 128 (50.39% from 255 or 20.29% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #F880FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F880FF is #077F00. Grayscale: #B1B1B1. Windows color (decimal): -491265 or 16744696. OLE color: 16744696.
HSL color Cylindrical-coordinate representation of color #F880FF: hue angle of 296.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F880FF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 128 | 255 | - |
| CMYK | 0.03 | 0.50 | 0 | 0 |
| HSL | 296.69º | 1% | 0.75% | - |
| HSV(B) | 296.69º | 0.5% | 1% | - |
| XYZ | 64.48 | 42.61 | 99.43 | - |
| YUV | 178.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 255 | 0.03 | 0.50 | 0 | 0 | 296.69 | 1 | 0.75 |
| Hex | F8 | 80 | FF | 3 | 32 | 0 | 0 | 129 | 64 | 4B |
| Octal | 370 | 200 | 377 | 3 | 62 | 0 | 0 | 451 | 144 | 113 |
| Binary | 11111000 | 10000000 | 11111111 | 11 | 110010 | 0 | 0 | 100101001 | 1100100 | 1001011 |
Color Harmonies of #F880FF
Complementary color
Monochromatic Colors of #F880FF
Black with #F880FF
Text Example
Text Example
White with #F880FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880FF; }
p { color: rgb(248,128,255); }
H1.HeaderClassName
{
color: #F880FF;
}
.AnyTagClassName
{
color: #F880FF;
}
</style>
background-color css
<style>
a { background-color: #F880FF; }
a { background-color: rgb(248,128,255); }
div.DivClassName
{
background-color: #F880FF;
}
.BgClassName
{
background-color: #F880FF;
}
</style>
border-color css
<style>
span { border-color: #F880FF; }
span { border-color: rgb(248,128,255); }
td.TdClassName
{
border-color: #F880FF;
}
.TagClassName
{
border-color: #F880FF;
}
</style>