Shades of Fuchsia Pink #FF7AFC
Tints of Fuchsia Pink #FF7AFC
RGB
CMYK
RGB Variations
Color information
#FF7AFC (or 0xFF7AFC) is known color: Fuchsia Pink. HEX triplet: FF, 7A and FC. RGB value is (255,122,252). Sum of RGB (Red+Green+Blue) = 255+122+252=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 122 (48.05% from 255 or 19.40% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AFC is #008503. Grayscale: #B0B0B0. Windows color (decimal): -34052 or 16546559. OLE color: 16546559.
HSL color Cylindrical-coordinate representation of color #FF7AFC: hue angle of 301.35º 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 #FF7AFC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 252 | - |
| CMYK | 0 | 0.52 | 0.01 | 0 |
| HSL | 301.35º | 1% | 0.74% | - |
| HSV(B) | 301.35º | 0.52% | 1% | - |
| XYZ | 65.77 | 42.21 | 96.78 | - |
| YUV | 176.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 252 | 0 | 0.52 | 0.01 | 0 | 301.35 | 1 | 0.74 |
| Hex | FF | 7A | FC | 0 | 34 | 1 | 0 | 12D | 64 | 4A |
| Octal | 377 | 172 | 374 | 0 | 64 | 1 | 0 | 455 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11111100 | 0 | 110100 | 1 | 0 | 100101101 | 1100100 | 1001010 |
Color Harmonies of #FF7AFC
Complementary color
Monochromatic Colors of #FF7AFC
Black with #FF7AFC
Text Example
Text Example
White with #FF7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AFC; }
p { color: rgb(255,122,252); }
H1.HeaderClassName
{
color: #FF7AFC;
}
.AnyTagClassName
{
color: #FF7AFC;
}
</style>
background-color css
<style>
a { background-color: #FF7AFC; }
a { background-color: rgb(255,122,252); }
div.DivClassName
{
background-color: #FF7AFC;
}
.BgClassName
{
background-color: #FF7AFC;
}
</style>
border-color css
<style>
span { border-color: #FF7AFC; }
span { border-color: rgb(255,122,252); }
td.TdClassName
{
border-color: #FF7AFC;
}
.TagClassName
{
border-color: #FF7AFC;
}
</style>