Shades of Fuchsia Pink #FE80F8
Tints of Fuchsia Pink #FE80F8
RGB
CMYK
RGB Variations
Color information
#FE80F8 (or 0xFE80F8) is known color: Fuchsia Pink. HEX triplet: FE, 80 and F8. RGB value is (254,128,248). Sum of RGB (Red+Green+Blue) = 254+128+248=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 128 (50.39% from 255 or 20.32% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80F8 is #017F07. Grayscale: #B3B3B3. Windows color (decimal): -98056 or 16285950. OLE color: 16285950.
HSL color Cylindrical-coordinate representation of color #FE80F8: hue angle of 302.86º 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 #FE80F8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 248 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.00 |
| HSL | 302.86º | 0.98% | 0.75% | - |
| HSV(B) | 302.86º | 0.5% | 1% | - |
| XYZ | 65.54 | 43.29 | 93.71 | - |
| YUV | 179.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 248 | 0 | 0.50 | 0.02 | 0.00 | 302.86 | 0.98 | 0.75 |
| Hex | FE | 80 | F8 | 0 | 32 | 2 | 0 | 12F | 62 | 4B |
| Octal | 376 | 200 | 370 | 0 | 62 | 2 | 0 | 457 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11111000 | 0 | 110010 | 10 | 0 | 100101111 | 1100010 | 1001011 |
Color Harmonies of #FE80F8
Complementary color
Monochromatic Colors of #FE80F8
Black with #FE80F8
Text Example
Text Example
White with #FE80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80F8; }
p { color: rgb(254,128,248); }
H1.HeaderClassName
{
color: #FE80F8;
}
.AnyTagClassName
{
color: #FE80F8;
}
</style>
background-color css
<style>
a { background-color: #FE80F8; }
a { background-color: rgb(254,128,248); }
div.DivClassName
{
background-color: #FE80F8;
}
.BgClassName
{
background-color: #FE80F8;
}
</style>
border-color css
<style>
span { border-color: #FE80F8; }
span { border-color: rgb(254,128,248); }
td.TdClassName
{
border-color: #FE80F8;
}
.TagClassName
{
border-color: #FE80F8;
}
</style>