Shades of Fuchsia Pink #FF83FA
Tints of Fuchsia Pink #FF83FA
RGB
CMYK
RGB Variations
Color information
#FF83FA (or 0xFF83FA) is known color: Fuchsia Pink. HEX triplet: FF, 83 and FA. RGB value is (255,131,250). Sum of RGB (Red+Green+Blue) = 255+131+250=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 131 (51.56% from 255 or 20.60% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83FA is #007C05. Grayscale: #B5B5B5. Windows color (decimal): -31750 or 16417791. OLE color: 16417791.
HSL color Cylindrical-coordinate representation of color #FF83FA: hue angle of 302.42º 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 #FF83FA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 250 | - |
| CMYK | 0 | 0.49 | 0.02 | 0 |
| HSL | 302.42º | 1% | 0.76% | - |
| HSV(B) | 302.42º | 0.49% | 1% | - |
| XYZ | 66.61 | 44.39 | 95.5 | - |
| YUV | 181.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 250 | 0 | 0.49 | 0.02 | 0 | 302.42 | 1 | 0.76 |
| Hex | FF | 83 | FA | 0 | 31 | 2 | 0 | 12E | 64 | 4C |
| Octal | 377 | 203 | 372 | 0 | 61 | 2 | 0 | 456 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11111010 | 0 | 110001 | 10 | 0 | 100101110 | 1100100 | 1001100 |
Color Harmonies of #FF83FA
Complementary color
Monochromatic Colors of #FF83FA
Black with #FF83FA
Text Example
Text Example
White with #FF83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83FA; }
p { color: rgb(255,131,250); }
H1.HeaderClassName
{
color: #FF83FA;
}
.AnyTagClassName
{
color: #FF83FA;
}
</style>
background-color css
<style>
a { background-color: #FF83FA; }
a { background-color: rgb(255,131,250); }
div.DivClassName
{
background-color: #FF83FA;
}
.BgClassName
{
background-color: #FF83FA;
}
</style>
border-color css
<style>
span { border-color: #FF83FA; }
span { border-color: rgb(255,131,250); }
td.TdClassName
{
border-color: #FF83FA;
}
.TagClassName
{
border-color: #FF83FA;
}
</style>