Shades of Fuchsia Pink #FA78FF
Tints of Fuchsia Pink #FA78FF
RGB
CMYK
RGB Variations
Color information
#FA78FF (or 0xFA78FF) is known color: Fuchsia Pink. HEX triplet: FA, 78 and FF. RGB value is (250,120,255). Sum of RGB (Red+Green+Blue) = 250+120+255=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 120 (47.27% from 255 or 19.2% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA78FF is #058700. Grayscale: #ADADAD. Windows color (decimal): -362241 or 16742650. OLE color: 16742650.
HSL color Cylindrical-coordinate representation of color #FA78FF: hue angle of 297.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA78FF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 120 | 255 | - |
| CMYK | 0.02 | 0.53 | 0 | 0 |
| HSL | 297.78º | 1% | 0.74% | - |
| HSV(B) | 297.78º | 0.53% | 1% | - |
| XYZ | 64.19 | 40.98 | 99.13 | - |
| YUV | 174.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 255 | 0.02 | 0.53 | 0 | 0 | 297.78 | 1 | 0.74 |
| Hex | FA | 78 | FF | 2 | 35 | 0 | 0 | 12A | 64 | 4A |
| Octal | 372 | 170 | 377 | 2 | 65 | 0 | 0 | 452 | 144 | 112 |
| Binary | 11111010 | 1111000 | 11111111 | 10 | 110101 | 0 | 0 | 100101010 | 1100100 | 1001010 |
Color Harmonies of #FA78FF
Complementary color
Monochromatic Colors of #FA78FF
Black with #FA78FF
Text Example
Text Example
White with #FA78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78FF; }
p { color: rgb(250,120,255); }
H1.HeaderClassName
{
color: #FA78FF;
}
.AnyTagClassName
{
color: #FA78FF;
}
</style>
background-color css
<style>
a { background-color: #FA78FF; }
a { background-color: rgb(250,120,255); }
div.DivClassName
{
background-color: #FA78FF;
}
.BgClassName
{
background-color: #FA78FF;
}
</style>
border-color css
<style>
span { border-color: #FA78FF; }
span { border-color: rgb(250,120,255); }
td.TdClassName
{
border-color: #FA78FF;
}
.TagClassName
{
border-color: #FA78FF;
}
</style>