Shades of Fuchsia Pink #FF83FE
Tints of Fuchsia Pink #FF83FE
RGB
CMYK
RGB Variations
Color information
#FF83FE (or 0xFF83FE) is known color: Fuchsia Pink. HEX triplet: FF, 83 and FE. RGB value is (255,131,254). Sum of RGB (Red+Green+Blue) = 255+131+254=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 131 (51.56% from 255 or 20.47% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83FE is #007C01. Grayscale: #B5B5B5. Windows color (decimal): -31746 or 16679935. OLE color: 16679935.
HSL color Cylindrical-coordinate representation of color #FF83FE: hue angle of 300.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83FE is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 254 | - |
| CMYK | 0 | 0.49 | 0.00 | 0 |
| HSL | 300.48º | 1% | 0.76% | - |
| HSV(B) | 300.48º | 0.49% | 1% | - |
| XYZ | 67.25 | 44.65 | 98.84 | - |
| YUV | 182.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 254 | 0 | 0.49 | 0.00 | 0 | 300.48 | 1 | 0.76 |
| Hex | FF | 83 | FE | 0 | 31 | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 203 | 376 | 0 | 61 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11111110 | 0 | 110001 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF83FE
Complementary color
Monochromatic Colors of #FF83FE
Black with #FF83FE
Text Example
Text Example
White with #FF83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83FE; }
p { color: rgb(255,131,254); }
H1.HeaderClassName
{
color: #FF83FE;
}
.AnyTagClassName
{
color: #FF83FE;
}
</style>
background-color css
<style>
a { background-color: #FF83FE; }
a { background-color: rgb(255,131,254); }
div.DivClassName
{
background-color: #FF83FE;
}
.BgClassName
{
background-color: #FF83FE;
}
</style>
border-color css
<style>
span { border-color: #FF83FE; }
span { border-color: rgb(255,131,254); }
td.TdClassName
{
border-color: #FF83FE;
}
.TagClassName
{
border-color: #FF83FE;
}
</style>