Shades of Fuchsia Pink #FF80F8
Tints of Fuchsia Pink #FF80F8
RGB
CMYK
RGB Variations
Color information
#FF80F8 (or 0xFF80F8) is known color: Fuchsia Pink. HEX triplet: FF, 80 and F8. RGB value is (255,128,248). Sum of RGB (Red+Green+Blue) = 255+128+248=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 128 (50.39% from 255 or 20.29% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F8 is #007F07. Grayscale: #B3B3B3. Windows color (decimal): -32520 or 16285951. OLE color: 16285951.
HSL color Cylindrical-coordinate representation of color #FF80F8: hue angle of 303.31º 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 #FF80F8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 248 | - |
| CMYK | 0 | 0.50 | 0.03 | 0 |
| HSL | 303.31º | 1% | 0.75% | - |
| HSV(B) | 303.31º | 0.5% | 1% | - |
| XYZ | 65.9 | 43.48 | 93.73 | - |
| YUV | 179.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 248 | 0 | 0.50 | 0.03 | 0 | 303.31 | 1 | 0.75 |
| Hex | FF | 80 | F8 | 0 | 32 | 3 | 0 | 12F | 64 | 4B |
| Octal | 377 | 200 | 370 | 0 | 62 | 3 | 0 | 457 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11111000 | 0 | 110010 | 11 | 0 | 100101111 | 1100100 | 1001011 |
Color Harmonies of #FF80F8
Complementary color
Monochromatic Colors of #FF80F8
Black with #FF80F8
Text Example
Text Example
White with #FF80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80F8; }
p { color: rgb(255,128,248); }
H1.HeaderClassName
{
color: #FF80F8;
}
.AnyTagClassName
{
color: #FF80F8;
}
</style>
background-color css
<style>
a { background-color: #FF80F8; }
a { background-color: rgb(255,128,248); }
div.DivClassName
{
background-color: #FF80F8;
}
.BgClassName
{
background-color: #FF80F8;
}
</style>
border-color css
<style>
span { border-color: #FF80F8; }
span { border-color: rgb(255,128,248); }
td.TdClassName
{
border-color: #FF80F8;
}
.TagClassName
{
border-color: #FF80F8;
}
</style>