Shades of Fuchsia Pink #FF83FD
Tints of Fuchsia Pink #FF83FD
RGB
CMYK
RGB Variations
Color information
#FF83FD (or 0xFF83FD) is known color: Fuchsia Pink. HEX triplet: FF, 83 and FD. RGB value is (255,131,253). Sum of RGB (Red+Green+Blue) = 255+131+253=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 131 (51.56% from 255 or 20.50% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83FD is #007C02. Grayscale: #B5B5B5. Windows color (decimal): -31747 or 16614399. OLE color: 16614399.
HSL color Cylindrical-coordinate representation of color #FF83FD: hue angle of 300.97º 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 #FF83FD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 253 | - |
| CMYK | 0 | 0.49 | 0.01 | 0 |
| HSL | 300.97º | 1% | 0.76% | - |
| HSV(B) | 300.97º | 0.49% | 1% | - |
| XYZ | 67.09 | 44.58 | 98 | - |
| YUV | 181.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 253 | 0 | 0.49 | 0.01 | 0 | 300.97 | 1 | 0.76 |
| Hex | FF | 83 | FD | 0 | 31 | 1 | 0 | 12D | 64 | 4C |
| Octal | 377 | 203 | 375 | 0 | 61 | 1 | 0 | 455 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11111101 | 0 | 110001 | 1 | 0 | 100101101 | 1100100 | 1001100 |
Color Harmonies of #FF83FD
Complementary color
Monochromatic Colors of #FF83FD
Black with #FF83FD
Text Example
Text Example
White with #FF83FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83FD; }
p { color: rgb(255,131,253); }
H1.HeaderClassName
{
color: #FF83FD;
}
.AnyTagClassName
{
color: #FF83FD;
}
</style>
background-color css
<style>
a { background-color: #FF83FD; }
a { background-color: rgb(255,131,253); }
div.DivClassName
{
background-color: #FF83FD;
}
.BgClassName
{
background-color: #FF83FD;
}
</style>
border-color css
<style>
span { border-color: #FF83FD; }
span { border-color: rgb(255,131,253); }
td.TdClassName
{
border-color: #FF83FD;
}
.TagClassName
{
border-color: #FF83FD;
}
</style>