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