Shades of Fuchsia Pink #FA7BFE
Tints of Fuchsia Pink #FA7BFE
RGB
CMYK
RGB Variations
Color information
#FA7BFE (or 0xFA7BFE) is known color: Fuchsia Pink. HEX triplet: FA, 7B and FE. RGB value is (250,123,254). Sum of RGB (Red+Green+Blue) = 250+123+254=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 123 (48.44% from 255 or 19.62% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA7BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BFE is #058401. Grayscale: #AFAFAF. Windows color (decimal): -361474 or 16677882. OLE color: 16677882.
HSL color Cylindrical-coordinate representation of color #FA7BFE: hue angle of 298.17º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7BFE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 123 | 254 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.00 |
| HSL | 298.17º | 0.98% | 0.74% | - |
| HSV(B) | 298.17º | 0.52% | 1% | - |
| XYZ | 64.4 | 41.65 | 98.41 | - |
| YUV | 175.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 254 | 0.02 | 0.52 | 0 | 0.00 | 298.17 | 0.98 | 0.74 |
| Hex | FA | 7B | FE | 2 | 34 | 0 | 0 | 12A | 62 | 4A |
| Octal | 372 | 173 | 376 | 2 | 64 | 0 | 0 | 452 | 142 | 112 |
| Binary | 11111010 | 1111011 | 11111110 | 10 | 110100 | 0 | 0 | 100101010 | 1100010 | 1001010 |
Color Harmonies of #FA7BFE
Complementary color
Monochromatic Colors of #FA7BFE
Black with #FA7BFE
Text Example
Text Example
White with #FA7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BFE; }
p { color: rgb(250,123,254); }
H1.HeaderClassName
{
color: #FA7BFE;
}
.AnyTagClassName
{
color: #FA7BFE;
}
</style>
background-color css
<style>
a { background-color: #FA7BFE; }
a { background-color: rgb(250,123,254); }
div.DivClassName
{
background-color: #FA7BFE;
}
.BgClassName
{
background-color: #FA7BFE;
}
</style>
border-color css
<style>
span { border-color: #FA7BFE; }
span { border-color: rgb(250,123,254); }
td.TdClassName
{
border-color: #FA7BFE;
}
.TagClassName
{
border-color: #FA7BFE;
}
</style>