Shades of Fuchsia Pink #FF83F5
Tints of Fuchsia Pink #FF83F5
RGB
CMYK
RGB Variations
Color information
#FF83F5 (or 0xFF83F5) is known color: Fuchsia Pink. HEX triplet: FF, 83 and F5. RGB value is (255,131,245). Sum of RGB (Red+Green+Blue) = 255+131+245=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 131 (51.56% from 255 or 20.76% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F5 is #007C0A. Grayscale: #B4B4B4. Windows color (decimal): -31755 or 16090111. OLE color: 16090111.
HSL color Cylindrical-coordinate representation of color #FF83F5: hue angle of 304.84º 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 #FF83F5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 245 | - |
| CMYK | 0 | 0.49 | 0.04 | 0 |
| HSL | 304.84º | 1% | 0.76% | - |
| HSV(B) | 304.84º | 0.49% | 1% | - |
| XYZ | 65.84 | 44.09 | 91.43 | - |
| YUV | 181.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 245 | 0 | 0.49 | 0.04 | 0 | 304.84 | 1 | 0.76 |
| Hex | FF | 83 | F5 | 0 | 31 | 4 | 0 | 131 | 64 | 4C |
| Octal | 377 | 203 | 365 | 0 | 61 | 4 | 0 | 461 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11110101 | 0 | 110001 | 100 | 0 | 100110001 | 1100100 | 1001100 |
Color Harmonies of #FF83F5
Complementary color
Monochromatic Colors of #FF83F5
Black with #FF83F5
Text Example
Text Example
White with #FF83F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83F5; }
p { color: rgb(255,131,245); }
H1.HeaderClassName
{
color: #FF83F5;
}
.AnyTagClassName
{
color: #FF83F5;
}
</style>
background-color css
<style>
a { background-color: #FF83F5; }
a { background-color: rgb(255,131,245); }
div.DivClassName
{
background-color: #FF83F5;
}
.BgClassName
{
background-color: #FF83F5;
}
</style>
border-color css
<style>
span { border-color: #FF83F5; }
span { border-color: rgb(255,131,245); }
td.TdClassName
{
border-color: #FF83F5;
}
.TagClassName
{
border-color: #FF83F5;
}
</style>