Shades of Fuchsia Pink #FA7FF5
Tints of Fuchsia Pink #FA7FF5
RGB
CMYK
RGB Variations
Color information
#FA7FF5 (or 0xFA7FF5) is known color: Fuchsia Pink. HEX triplet: FA, 7F and F5. RGB value is (250,127,245). Sum of RGB (Red+Green+Blue) = 250+127+245=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 127 (50% from 255 or 20.42% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FF5 is #05800A. Grayscale: #B0B0B0. Windows color (decimal): -360459 or 16089082. OLE color: 16089082.
HSL color Cylindrical-coordinate representation of color #FA7FF5: hue angle of 302.44º degrees, saturation: 0.92, 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 #FA7FF5 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 245 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.02 |
| HSL | 302.44º | 0.92% | 0.74% | - |
| HSV(B) | 302.44º | 0.49% | 0.98% | - |
| XYZ | 63.5 | 42.1 | 91.16 | - |
| YUV | 177.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 245 | 0 | 0.49 | 0.02 | 0.02 | 302.44 | 0.92 | 0.74 |
| Hex | FA | 7F | F5 | 0 | 31 | 2 | 2 | 12E | 5C | 4A |
| Octal | 372 | 177 | 365 | 0 | 61 | 2 | 2 | 456 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11110101 | 0 | 110001 | 10 | 10 | 100101110 | 1011100 | 1001010 |
Color Harmonies of #FA7FF5
Complementary color
Monochromatic Colors of #FA7FF5
Black with #FA7FF5
Text Example
Text Example
White with #FA7FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FF5; }
p { color: rgb(250,127,245); }
H1.HeaderClassName
{
color: #FA7FF5;
}
.AnyTagClassName
{
color: #FA7FF5;
}
</style>
background-color css
<style>
a { background-color: #FA7FF5; }
a { background-color: rgb(250,127,245); }
div.DivClassName
{
background-color: #FA7FF5;
}
.BgClassName
{
background-color: #FA7FF5;
}
</style>
border-color css
<style>
span { border-color: #FA7FF5; }
span { border-color: rgb(250,127,245); }
td.TdClassName
{
border-color: #FA7FF5;
}
.TagClassName
{
border-color: #FA7FF5;
}
</style>