Shades of Fuchsia Pink #FF83FF
Tints of Fuchsia Pink #FF83FF
RGB
CMYK
RGB Variations
Color information
#FF83FF (or 0xFF83FF) is known color: Fuchsia Pink. HEX triplet: FF, 83 and FF. RGB value is (255,131,255). Sum of RGB (Red+Green+Blue) = 255+131+255=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 131 (51.56% from 255 or 20.44% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83FF is #007C00. Grayscale: #B5B5B5. Windows color (decimal): -31745 or 16745471. OLE color: 16745471.
HSL color Cylindrical-coordinate representation of color #FF83FF: hue angle of 300º 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 #FF83FF is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 255 | - |
| CMYK | 0 | 0.49 | 0 | 0 |
| HSL | 300º | 1% | 0.76% | - |
| HSV(B) | 300º | 0.49% | 1% | - |
| XYZ | 67.41 | 44.71 | 99.69 | - |
| YUV | 182.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 255 | 0 | 0.49 | 0 | 0 | 300 | 1 | 0.76 |
| Hex | FF | 83 | FF | 0 | 31 | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 203 | 377 | 0 | 61 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11111111 | 0 | 110001 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF83FF
Complementary color
Monochromatic Colors of #FF83FF
Black with #FF83FF
Text Example
Text Example
White with #FF83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83FF; }
p { color: rgb(255,131,255); }
H1.HeaderClassName
{
color: #FF83FF;
}
.AnyTagClassName
{
color: #FF83FF;
}
</style>
background-color css
<style>
a { background-color: #FF83FF; }
a { background-color: rgb(255,131,255); }
div.DivClassName
{
background-color: #FF83FF;
}
.BgClassName
{
background-color: #FF83FF;
}
</style>
border-color css
<style>
span { border-color: #FF83FF; }
span { border-color: rgb(255,131,255); }
td.TdClassName
{
border-color: #FF83FF;
}
.TagClassName
{
border-color: #FF83FF;
}
</style>