Shades of Fuchsia Pink #FF7AF5
Tints of Fuchsia Pink #FF7AF5
RGB
CMYK
RGB Variations
Color information
#FF7AF5 (or 0xFF7AF5) is known color: Fuchsia Pink. HEX triplet: FF, 7A and F5. RGB value is (255,122,245). Sum of RGB (Red+Green+Blue) = 255+122+245=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 122 (48.05% from 255 or 19.61% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF5 is #00850A. Grayscale: #AFAFAF. Windows color (decimal): -34059 or 16087807. OLE color: 16087807.
HSL color Cylindrical-coordinate representation of color #FF7AF5: hue angle of 304.51º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AF5 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 245 | - |
| CMYK | 0 | 0.52 | 0.04 | 0 |
| HSL | 304.51º | 1% | 0.74% | - |
| HSV(B) | 304.51º | 0.52% | 1% | - |
| XYZ | 64.68 | 41.77 | 91.04 | - |
| YUV | 175.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 245 | 0 | 0.52 | 0.04 | 0 | 304.51 | 1 | 0.74 |
| Hex | FF | 7A | F5 | 0 | 34 | 4 | 0 | 131 | 64 | 4A |
| Octal | 377 | 172 | 365 | 0 | 64 | 4 | 0 | 461 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11110101 | 0 | 110100 | 100 | 0 | 100110001 | 1100100 | 1001010 |
Color Harmonies of #FF7AF5
Complementary color
Monochromatic Colors of #FF7AF5
Black with #FF7AF5
Text Example
Text Example
White with #FF7AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AF5; }
p { color: rgb(255,122,245); }
H1.HeaderClassName
{
color: #FF7AF5;
}
.AnyTagClassName
{
color: #FF7AF5;
}
</style>
background-color css
<style>
a { background-color: #FF7AF5; }
a { background-color: rgb(255,122,245); }
div.DivClassName
{
background-color: #FF7AF5;
}
.BgClassName
{
background-color: #FF7AF5;
}
</style>
border-color css
<style>
span { border-color: #FF7AF5; }
span { border-color: rgb(255,122,245); }
td.TdClassName
{
border-color: #FF7AF5;
}
.TagClassName
{
border-color: #FF7AF5;
}
</style>