Shades of Fuchsia Pink #FE80F4
Tints of Fuchsia Pink #FE80F4
RGB
CMYK
RGB Variations
Color information
#FE80F4 (or 0xFE80F4) is known color: Fuchsia Pink. HEX triplet: FE, 80 and F4. RGB value is (254,128,244). Sum of RGB (Red+Green+Blue) = 254+128+244=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 128 (50.39% from 255 or 20.45% from 626); Blue value is 244 (95.70% from 255 or 38.98% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80F4 is #017F0B. Grayscale: #B2B2B2. Windows color (decimal): -98060 or 16023806. OLE color: 16023806.
HSL color Cylindrical-coordinate representation of color #FE80F4: hue angle of 304.76º 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 #FE80F4 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 244 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.00 |
| HSL | 304.76º | 0.98% | 0.75% | - |
| HSV(B) | 304.76º | 0.5% | 1% | - |
| XYZ | 64.92 | 43.04 | 90.47 | - |
| YUV | 178.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 244 | 0 | 0.50 | 0.04 | 0.00 | 304.76 | 0.98 | 0.75 |
| Hex | FE | 80 | F4 | 0 | 32 | 4 | 0 | 131 | 62 | 4B |
| Octal | 376 | 200 | 364 | 0 | 62 | 4 | 0 | 461 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11110100 | 0 | 110010 | 100 | 0 | 100110001 | 1100010 | 1001011 |
Color Harmonies of #FE80F4
Complementary color
Monochromatic Colors of #FE80F4
Black with #FE80F4
Text Example
Text Example
White with #FE80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80F4; }
p { color: rgb(254,128,244); }
H1.HeaderClassName
{
color: #FE80F4;
}
.AnyTagClassName
{
color: #FE80F4;
}
</style>
background-color css
<style>
a { background-color: #FE80F4; }
a { background-color: rgb(254,128,244); }
div.DivClassName
{
background-color: #FE80F4;
}
.BgClassName
{
background-color: #FE80F4;
}
</style>
border-color css
<style>
span { border-color: #FE80F4; }
span { border-color: rgb(254,128,244); }
td.TdClassName
{
border-color: #FE80F4;
}
.TagClassName
{
border-color: #FE80F4;
}
</style>