Shades of Fuchsia Pink #FA81FE
Tints of Fuchsia Pink #FA81FE
RGB
CMYK
RGB Variations
Color information
#FA81FE (or 0xFA81FE) is known color: Fuchsia Pink. HEX triplet: FA, 81 and FE. RGB value is (250,129,254). Sum of RGB (Red+Green+Blue) = 250+129+254=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 129 (50.78% from 255 or 20.38% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81FE is #057E01. Grayscale: #B3B3B3. Windows color (decimal): -359938 or 16679418. OLE color: 16679418.
HSL color Cylindrical-coordinate representation of color #FA81FE: hue angle of 298.08º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA81FE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 129 | 254 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.00 |
| HSL | 298.08º | 0.98% | 0.75% | - |
| HSV(B) | 298.08º | 0.49% | 1% | - |
| XYZ | 65.16 | 43.18 | 98.67 | - |
| YUV | 179.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 254 | 0.02 | 0.49 | 0 | 0.00 | 298.08 | 0.98 | 0.75 |
| Hex | FA | 81 | FE | 2 | 31 | 0 | 0 | 12A | 62 | 4B |
| Octal | 372 | 201 | 376 | 2 | 61 | 0 | 0 | 452 | 142 | 113 |
| Binary | 11111010 | 10000001 | 11111110 | 10 | 110001 | 0 | 0 | 100101010 | 1100010 | 1001011 |
Color Harmonies of #FA81FE
Complementary color
Monochromatic Colors of #FA81FE
Black with #FA81FE
Text Example
Text Example
White with #FA81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81FE; }
p { color: rgb(250,129,254); }
H1.HeaderClassName
{
color: #FA81FE;
}
.AnyTagClassName
{
color: #FA81FE;
}
</style>
background-color css
<style>
a { background-color: #FA81FE; }
a { background-color: rgb(250,129,254); }
div.DivClassName
{
background-color: #FA81FE;
}
.BgClassName
{
background-color: #FA81FE;
}
</style>
border-color css
<style>
span { border-color: #FA81FE; }
span { border-color: rgb(250,129,254); }
td.TdClassName
{
border-color: #FA81FE;
}
.TagClassName
{
border-color: #FA81FE;
}
</style>