Shades of Fuchsia Pink #FF7AFE
Tints of Fuchsia Pink #FF7AFE
RGB
CMYK
RGB Variations
Color information
#FF7AFE (or 0xFF7AFE) is known color: Fuchsia Pink. HEX triplet: FF, 7A and FE. RGB value is (255,122,254). Sum of RGB (Red+Green+Blue) = 255+122+254=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 122 (48.05% from 255 or 19.33% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AFE is #008501. Grayscale: #B0B0B0. Windows color (decimal): -34050 or 16677631. OLE color: 16677631.
HSL color Cylindrical-coordinate representation of color #FF7AFE: hue angle of 300.45º 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 #FF7AFE is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 254 | - |
| CMYK | 0 | 0.52 | 0.00 | 0 |
| HSL | 300.45º | 1% | 0.74% | - |
| HSV(B) | 300.45º | 0.52% | 1% | - |
| XYZ | 66.09 | 42.33 | 98.45 | - |
| YUV | 176.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 254 | 0 | 0.52 | 0.00 | 0 | 300.45 | 1 | 0.74 |
| Hex | FF | 7A | FE | 0 | 34 | 0 | 0 | 12C | 64 | 4A |
| Octal | 377 | 172 | 376 | 0 | 64 | 0 | 0 | 454 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11111110 | 0 | 110100 | 0 | 0 | 100101100 | 1100100 | 1001010 |
Color Harmonies of #FF7AFE
Complementary color
Monochromatic Colors of #FF7AFE
Black with #FF7AFE
Text Example
Text Example
White with #FF7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AFE; }
p { color: rgb(255,122,254); }
H1.HeaderClassName
{
color: #FF7AFE;
}
.AnyTagClassName
{
color: #FF7AFE;
}
</style>
background-color css
<style>
a { background-color: #FF7AFE; }
a { background-color: rgb(255,122,254); }
div.DivClassName
{
background-color: #FF7AFE;
}
.BgClassName
{
background-color: #FF7AFE;
}
</style>
border-color css
<style>
span { border-color: #FF7AFE; }
span { border-color: rgb(255,122,254); }
td.TdClassName
{
border-color: #FF7AFE;
}
.TagClassName
{
border-color: #FF7AFE;
}
</style>