Shades of Fuchsia Pink #FA80FB
Tints of Fuchsia Pink #FA80FB
RGB
CMYK
RGB Variations
Color information
#FA80FB (or 0xFA80FB) is known color: Fuchsia Pink. HEX triplet: FA, 80 and FB. RGB value is (250,128,251). Sum of RGB (Red+Green+Blue) = 250+128+251=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 128 (50.39% from 255 or 20.35% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80FB is #057F04. Grayscale: #B2B2B2. Windows color (decimal): -360197 or 16482554. OLE color: 16482554.
HSL color Cylindrical-coordinate representation of color #FA80FB: hue angle of 299.51º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80FB is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 251 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.02 |
| HSL | 299.51º | 0.94% | 0.74% | - |
| HSV(B) | 299.51º | 0.49% | 0.98% | - |
| XYZ | 64.56 | 42.73 | 96.11 | - |
| YUV | 178.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 251 | 0.00 | 0.49 | 0 | 0.02 | 299.51 | 0.94 | 0.74 |
| Hex | FA | 80 | FB | 0 | 31 | 0 | 2 | 12C | 5E | 4A |
| Octal | 372 | 200 | 373 | 0 | 61 | 0 | 2 | 454 | 136 | 112 |
| Binary | 11111010 | 10000000 | 11111011 | 0 | 110001 | 0 | 10 | 100101100 | 1011110 | 1001010 |
Color Harmonies of #FA80FB
Complementary color
Monochromatic Colors of #FA80FB
Black with #FA80FB
Text Example
Text Example
White with #FA80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80FB; }
p { color: rgb(250,128,251); }
H1.HeaderClassName
{
color: #FA80FB;
}
.AnyTagClassName
{
color: #FA80FB;
}
</style>
background-color css
<style>
a { background-color: #FA80FB; }
a { background-color: rgb(250,128,251); }
div.DivClassName
{
background-color: #FA80FB;
}
.BgClassName
{
background-color: #FA80FB;
}
</style>
border-color css
<style>
span { border-color: #FA80FB; }
span { border-color: rgb(250,128,251); }
td.TdClassName
{
border-color: #FA80FB;
}
.TagClassName
{
border-color: #FA80FB;
}
</style>