Shades of Fuchsia Pink #FA8BFE
Tints of Fuchsia Pink #FA8BFE
RGB
CMYK
RGB Variations
Color information
#FA8BFE (or 0xFA8BFE) is known color: Fuchsia Pink. HEX triplet: FA, 8B and FE. RGB value is (250,139,254). Sum of RGB (Red+Green+Blue) = 250+139+254=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 139 (54.69% from 255 or 21.62% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA8BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BFE is #057401. Grayscale: #B8B8B8. Windows color (decimal): -357378 or 16681978. OLE color: 16681978.
HSL color Cylindrical-coordinate representation of color #FA8BFE: hue angle of 297.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8BFE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 139 | 254 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.00 |
| HSL | 297.91º | 0.98% | 0.77% | - |
| HSV(B) | 297.91º | 0.45% | 1% | - |
| XYZ | 66.55 | 45.94 | 99.13 | - |
| YUV | 185.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 254 | 0.02 | 0.45 | 0 | 0.00 | 297.91 | 0.98 | 0.77 |
| Hex | FA | 8B | FE | 2 | 2D | 0 | 0 | 12A | 62 | 4D |
| Octal | 372 | 213 | 376 | 2 | 55 | 0 | 0 | 452 | 142 | 115 |
| Binary | 11111010 | 10001011 | 11111110 | 10 | 101101 | 0 | 0 | 100101010 | 1100010 | 1001101 |
Color Harmonies of #FA8BFE
Complementary color
Monochromatic Colors of #FA8BFE
Black with #FA8BFE
Text Example
Text Example
White with #FA8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BFE; }
p { color: rgb(250,139,254); }
H1.HeaderClassName
{
color: #FA8BFE;
}
.AnyTagClassName
{
color: #FA8BFE;
}
</style>
background-color css
<style>
a { background-color: #FA8BFE; }
a { background-color: rgb(250,139,254); }
div.DivClassName
{
background-color: #FA8BFE;
}
.BgClassName
{
background-color: #FA8BFE;
}
</style>
border-color css
<style>
span { border-color: #FA8BFE; }
span { border-color: rgb(250,139,254); }
td.TdClassName
{
border-color: #FA8BFE;
}
.TagClassName
{
border-color: #FA8BFE;
}
</style>