Shades of Fuchsia Pink #FF7AF1
Tints of Fuchsia Pink #FF7AF1
RGB
CMYK
RGB Variations
Color information
#FF7AF1 (or 0xFF7AF1) is known color: Fuchsia Pink. HEX triplet: FF, 7A and F1. RGB value is (255,122,241). Sum of RGB (Red+Green+Blue) = 255+122+241=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 122 (48.05% from 255 or 19.74% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF1 is #00850E. Grayscale: #AEAEAE. Windows color (decimal): -34063 or 15825663. OLE color: 15825663.
HSL color Cylindrical-coordinate representation of color #FF7AF1: hue angle of 306.32º 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 #FF7AF1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 241 | - |
| CMYK | 0 | 0.52 | 0.05 | 0 |
| HSL | 306.32º | 1% | 0.74% | - |
| HSV(B) | 306.32º | 0.52% | 1% | - |
| XYZ | 64.08 | 41.53 | 87.86 | - |
| YUV | 175.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 241 | 0 | 0.52 | 0.05 | 0 | 306.32 | 1 | 0.74 |
| Hex | FF | 7A | F1 | 0 | 34 | 5 | 0 | 132 | 64 | 4A |
| Octal | 377 | 172 | 361 | 0 | 64 | 5 | 0 | 462 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11110001 | 0 | 110100 | 101 | 0 | 100110010 | 1100100 | 1001010 |
Color Harmonies of #FF7AF1
Complementary color
Monochromatic Colors of #FF7AF1
Black with #FF7AF1
Text Example
Text Example
White with #FF7AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AF1; }
p { color: rgb(255,122,241); }
H1.HeaderClassName
{
color: #FF7AF1;
}
.AnyTagClassName
{
color: #FF7AF1;
}
</style>
background-color css
<style>
a { background-color: #FF7AF1; }
a { background-color: rgb(255,122,241); }
div.DivClassName
{
background-color: #FF7AF1;
}
.BgClassName
{
background-color: #FF7AF1;
}
</style>
border-color css
<style>
span { border-color: #FF7AF1; }
span { border-color: rgb(255,122,241); }
td.TdClassName
{
border-color: #FF7AF1;
}
.TagClassName
{
border-color: #FF7AF1;
}
</style>