Shades of Fuchsia Pink #FA83F9
Tints of Fuchsia Pink #FA83F9
RGB
CMYK
RGB Variations
Color information
#FA83F9 (or 0xFA83F9) is known color: Fuchsia Pink. HEX triplet: FA, 83 and F9. RGB value is (250,131,249). Sum of RGB (Red+Green+Blue) = 250+131+249=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 131 (51.56% from 255 or 20.79% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83F9 is #057C06. Grayscale: #B3B3B3. Windows color (decimal): -359431 or 16352250. OLE color: 16352250.
HSL color Cylindrical-coordinate representation of color #FA83F9: hue angle of 300.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83F9 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 249 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.02 |
| HSL | 300.5º | 0.92% | 0.75% | - |
| HSV(B) | 300.5º | 0.48% | 0.98% | - |
| XYZ | 64.64 | 43.4 | 94.59 | - |
| YUV | 180.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 249 | 0 | 0.48 | 0.00 | 0.02 | 300.5 | 0.92 | 0.75 |
| Hex | FA | 83 | F9 | 0 | 30 | 0 | 2 | 12D | 5C | 4B |
| Octal | 372 | 203 | 371 | 0 | 60 | 0 | 2 | 455 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11111001 | 0 | 110000 | 0 | 10 | 100101101 | 1011100 | 1001011 |
Color Harmonies of #FA83F9
Complementary color
Monochromatic Colors of #FA83F9
Black with #FA83F9
Text Example
Text Example
White with #FA83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83F9; }
p { color: rgb(250,131,249); }
H1.HeaderClassName
{
color: #FA83F9;
}
.AnyTagClassName
{
color: #FA83F9;
}
</style>
background-color css
<style>
a { background-color: #FA83F9; }
a { background-color: rgb(250,131,249); }
div.DivClassName
{
background-color: #FA83F9;
}
.BgClassName
{
background-color: #FA83F9;
}
</style>
border-color css
<style>
span { border-color: #FA83F9; }
span { border-color: rgb(250,131,249); }
td.TdClassName
{
border-color: #FA83F9;
}
.TagClassName
{
border-color: #FA83F9;
}
</style>