Shades of Fuchsia Pink #FF7AF7
Tints of Fuchsia Pink #FF7AF7
RGB
CMYK
RGB Variations
Color information
#FF7AF7 (or 0xFF7AF7) is known color: Fuchsia Pink. HEX triplet: FF, 7A and F7. RGB value is (255,122,247). Sum of RGB (Red+Green+Blue) = 255+122+247=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 122 (48.05% from 255 or 19.55% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF7 is #008508. Grayscale: #AFAFAF. Windows color (decimal): -34057 or 16218879. OLE color: 16218879.
HSL color Cylindrical-coordinate representation of color #FF7AF7: hue angle of 303.61º 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 #FF7AF7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 247 | - |
| CMYK | 0 | 0.52 | 0.03 | 0 |
| HSL | 303.61º | 1% | 0.74% | - |
| HSV(B) | 303.61º | 0.52% | 1% | - |
| XYZ | 64.99 | 41.89 | 92.66 | - |
| YUV | 176.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 247 | 0 | 0.52 | 0.03 | 0 | 303.61 | 1 | 0.74 |
| Hex | FF | 7A | F7 | 0 | 34 | 3 | 0 | 130 | 64 | 4A |
| Octal | 377 | 172 | 367 | 0 | 64 | 3 | 0 | 460 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11110111 | 0 | 110100 | 11 | 0 | 100110000 | 1100100 | 1001010 |
Color Harmonies of #FF7AF7
Complementary color
Monochromatic Colors of #FF7AF7
Black with #FF7AF7
Text Example
Text Example
White with #FF7AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AF7; }
p { color: rgb(255,122,247); }
H1.HeaderClassName
{
color: #FF7AF7;
}
.AnyTagClassName
{
color: #FF7AF7;
}
</style>
background-color css
<style>
a { background-color: #FF7AF7; }
a { background-color: rgb(255,122,247); }
div.DivClassName
{
background-color: #FF7AF7;
}
.BgClassName
{
background-color: #FF7AF7;
}
</style>
border-color css
<style>
span { border-color: #FF7AF7; }
span { border-color: rgb(255,122,247); }
td.TdClassName
{
border-color: #FF7AF7;
}
.TagClassName
{
border-color: #FF7AF7;
}
</style>