Shades of Fuchsia Pink #FF83F9
Tints of Fuchsia Pink #FF83F9
RGB
CMYK
RGB Variations
Color information
#FF83F9 (or 0xFF83F9) is known color: Fuchsia Pink. HEX triplet: FF, 83 and F9. RGB value is (255,131,249). Sum of RGB (Red+Green+Blue) = 255+131+249=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 131 (51.56% from 255 or 20.63% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F9 is #007C06. Grayscale: #B5B5B5. Windows color (decimal): -31751 or 16352255. OLE color: 16352255.
HSL color Cylindrical-coordinate representation of color #FF83F9: hue angle of 302.9º 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 #FF83F9 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 249 | - |
| CMYK | 0 | 0.49 | 0.02 | 0 |
| HSL | 302.9º | 1% | 0.76% | - |
| HSV(B) | 302.9º | 0.49% | 1% | - |
| XYZ | 66.46 | 44.33 | 94.68 | - |
| YUV | 181.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 249 | 0 | 0.49 | 0.02 | 0 | 302.9 | 1 | 0.76 |
| Hex | FF | 83 | F9 | 0 | 31 | 2 | 0 | 12F | 64 | 4C |
| Octal | 377 | 203 | 371 | 0 | 61 | 2 | 0 | 457 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11111001 | 0 | 110001 | 10 | 0 | 100101111 | 1100100 | 1001100 |
Color Harmonies of #FF83F9
Complementary color
Monochromatic Colors of #FF83F9
Black with #FF83F9
Text Example
Text Example
White with #FF83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83F9; }
p { color: rgb(255,131,249); }
H1.HeaderClassName
{
color: #FF83F9;
}
.AnyTagClassName
{
color: #FF83F9;
}
</style>
background-color css
<style>
a { background-color: #FF83F9; }
a { background-color: rgb(255,131,249); }
div.DivClassName
{
background-color: #FF83F9;
}
.BgClassName
{
background-color: #FF83F9;
}
</style>
border-color css
<style>
span { border-color: #FF83F9; }
span { border-color: rgb(255,131,249); }
td.TdClassName
{
border-color: #FF83F9;
}
.TagClassName
{
border-color: #FF83F9;
}
</style>