Shades of Fuchsia Pink #FA76F2
Tints of Fuchsia Pink #FA76F2
RGB
CMYK
RGB Variations
Color information
#FA76F2 (or 0xFA76F2) is known color: Fuchsia Pink. HEX triplet: FA, 76 and F2. RGB value is (250,118,242). Sum of RGB (Red+Green+Blue) = 250+118+242=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 118 (46.48% from 255 or 19.34% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA76F2 is #05890D. Grayscale: #ABABAB. Windows color (decimal): -362766 or 15890170. OLE color: 15890170.
HSL color Cylindrical-coordinate representation of color #FA76F2: hue angle of 303.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76F2 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 242 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.02 |
| HSL | 303.64º | 0.93% | 0.72% | - |
| HSV(B) | 303.64º | 0.53% | 0.98% | - |
| XYZ | 61.93 | 39.69 | 88.4 | - |
| YUV | 171.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 242 | 0 | 0.53 | 0.03 | 0.02 | 303.64 | 0.93 | 0.72 |
| Hex | FA | 76 | F2 | 0 | 35 | 3 | 2 | 130 | 5D | 48 |
| Octal | 372 | 166 | 362 | 0 | 65 | 3 | 2 | 460 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11110010 | 0 | 110101 | 11 | 10 | 100110000 | 1011101 | 1001000 |
Color Harmonies of #FA76F2
Complementary color
Monochromatic Colors of #FA76F2
Black with #FA76F2
Text Example
Text Example
White with #FA76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76F2; }
p { color: rgb(250,118,242); }
H1.HeaderClassName
{
color: #FA76F2;
}
.AnyTagClassName
{
color: #FA76F2;
}
</style>
background-color css
<style>
a { background-color: #FA76F2; }
a { background-color: rgb(250,118,242); }
div.DivClassName
{
background-color: #FA76F2;
}
.BgClassName
{
background-color: #FA76F2;
}
</style>
border-color css
<style>
span { border-color: #FA76F2; }
span { border-color: rgb(250,118,242); }
td.TdClassName
{
border-color: #FA76F2;
}
.TagClassName
{
border-color: #FA76F2;
}
</style>