Shades of Fuchsia Pink #FA78F2
Tints of Fuchsia Pink #FA78F2
RGB
CMYK
RGB Variations
Color information
#FA78F2 (or 0xFA78F2) is known color: Fuchsia Pink. HEX triplet: FA, 78 and F2. RGB value is (250,120,242). Sum of RGB (Red+Green+Blue) = 250+120+242=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 120 (47.27% from 255 or 19.61% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA78F2 is #05870D. Grayscale: #ACACAC. Windows color (decimal): -362254 or 15890682. OLE color: 15890682.
HSL color Cylindrical-coordinate representation of color #FA78F2: hue angle of 303.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78F2 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 242 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.02 |
| HSL | 303.69º | 0.93% | 0.73% | - |
| HSV(B) | 303.69º | 0.52% | 0.98% | - |
| XYZ | 62.17 | 40.17 | 88.48 | - |
| YUV | 172.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 242 | 0 | 0.52 | 0.03 | 0.02 | 303.69 | 0.93 | 0.73 |
| Hex | FA | 78 | F2 | 0 | 34 | 3 | 2 | 130 | 5D | 49 |
| Octal | 372 | 170 | 362 | 0 | 64 | 3 | 2 | 460 | 135 | 111 |
| Binary | 11111010 | 1111000 | 11110010 | 0 | 110100 | 11 | 10 | 100110000 | 1011101 | 1001001 |
Color Harmonies of #FA78F2
Complementary color
Monochromatic Colors of #FA78F2
Black with #FA78F2
Text Example
Text Example
White with #FA78F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78F2; }
p { color: rgb(250,120,242); }
H1.HeaderClassName
{
color: #FA78F2;
}
.AnyTagClassName
{
color: #FA78F2;
}
</style>
background-color css
<style>
a { background-color: #FA78F2; }
a { background-color: rgb(250,120,242); }
div.DivClassName
{
background-color: #FA78F2;
}
.BgClassName
{
background-color: #FA78F2;
}
</style>
border-color css
<style>
span { border-color: #FA78F2; }
span { border-color: rgb(250,120,242); }
td.TdClassName
{
border-color: #FA78F2;
}
.TagClassName
{
border-color: #FA78F2;
}
</style>