Shades of Fuchsia Pink #FF82FE
Tints of Fuchsia Pink #FF82FE
RGB
CMYK
RGB Variations
Color information
#FF82FE (or 0xFF82FE) is known color: Fuchsia Pink. HEX triplet: FF, 82 and FE. RGB value is (255,130,254). Sum of RGB (Red+Green+Blue) = 255+130+254=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 130 (51.17% from 255 or 20.34% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82FE is #007D01. Grayscale: #B5B5B5. Windows color (decimal): -32002 or 16679679. OLE color: 16679679.
HSL color Cylindrical-coordinate representation of color #FF82FE: hue angle of 300.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82FE is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 254 | - |
| CMYK | 0 | 0.49 | 0.00 | 0 |
| HSL | 300.48º | 1% | 0.75% | - |
| HSV(B) | 300.48º | 0.49% | 1% | - |
| XYZ | 67.11 | 44.38 | 98.8 | - |
| YUV | 181.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 254 | 0 | 0.49 | 0.00 | 0 | 300.48 | 1 | 0.75 |
| Hex | FF | 82 | FE | 0 | 31 | 0 | 0 | 12C | 64 | 4B |
| Octal | 377 | 202 | 376 | 0 | 61 | 0 | 0 | 454 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11111110 | 0 | 110001 | 0 | 0 | 100101100 | 1100100 | 1001011 |
Color Harmonies of #FF82FE
Complementary color
Monochromatic Colors of #FF82FE
Black with #FF82FE
Text Example
Text Example
White with #FF82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82FE; }
p { color: rgb(255,130,254); }
H1.HeaderClassName
{
color: #FF82FE;
}
.AnyTagClassName
{
color: #FF82FE;
}
</style>
background-color css
<style>
a { background-color: #FF82FE; }
a { background-color: rgb(255,130,254); }
div.DivClassName
{
background-color: #FF82FE;
}
.BgClassName
{
background-color: #FF82FE;
}
</style>
border-color css
<style>
span { border-color: #FF82FE; }
span { border-color: rgb(255,130,254); }
td.TdClassName
{
border-color: #FF82FE;
}
.TagClassName
{
border-color: #FF82FE;
}
</style>