Shades of Fuchsia Pink #FE7AFC
Tints of Fuchsia Pink #FE7AFC
RGB
CMYK
RGB Variations
Color information
#FE7AFC (or 0xFE7AFC) is known color: Fuchsia Pink. HEX triplet: FE, 7A and FC. RGB value is (254,122,252). Sum of RGB (Red+Green+Blue) = 254+122+252=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 122 (48.05% from 255 or 19.43% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7AFC is #018503. Grayscale: #AFAFAF. Windows color (decimal): -99588 or 16546558. OLE color: 16546558.
HSL color Cylindrical-coordinate representation of color #FE7AFC: hue angle of 300.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AFC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 252 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.00 |
| HSL | 300.91º | 0.99% | 0.74% | - |
| HSV(B) | 300.91º | 0.52% | 1% | - |
| XYZ | 65.4 | 42.02 | 96.76 | - |
| YUV | 176.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 252 | 0 | 0.52 | 0.01 | 0.00 | 300.91 | 0.99 | 0.74 |
| Hex | FE | 7A | FC | 0 | 34 | 1 | 0 | 12D | 63 | 4A |
| Octal | 376 | 172 | 374 | 0 | 64 | 1 | 0 | 455 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11111100 | 0 | 110100 | 1 | 0 | 100101101 | 1100011 | 1001010 |
Color Harmonies of #FE7AFC
Complementary color
Monochromatic Colors of #FE7AFC
Black with #FE7AFC
Text Example
Text Example
White with #FE7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7AFC; }
p { color: rgb(254,122,252); }
H1.HeaderClassName
{
color: #FE7AFC;
}
.AnyTagClassName
{
color: #FE7AFC;
}
</style>
background-color css
<style>
a { background-color: #FE7AFC; }
a { background-color: rgb(254,122,252); }
div.DivClassName
{
background-color: #FE7AFC;
}
.BgClassName
{
background-color: #FE7AFC;
}
</style>
border-color css
<style>
span { border-color: #FE7AFC; }
span { border-color: rgb(254,122,252); }
td.TdClassName
{
border-color: #FE7AFC;
}
.TagClassName
{
border-color: #FE7AFC;
}
</style>