Shades of Fuchsia Pink #FE7AF7
Tints of Fuchsia Pink #FE7AF7
RGB
CMYK
RGB Variations
Color information
#FE7AF7 (or 0xFE7AF7) is known color: Fuchsia Pink. HEX triplet: FE, 7A and F7. RGB value is (254,122,247). Sum of RGB (Red+Green+Blue) = 254+122+247=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 122 (48.05% from 255 or 19.58% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7AF7 is #018508. Grayscale: #AFAFAF. Windows color (decimal): -99593 or 16218878. OLE color: 16218878.
HSL color Cylindrical-coordinate representation of color #FE7AF7: hue angle of 303.18º 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 #FE7AF7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 247 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.00 |
| HSL | 303.18º | 0.99% | 0.74% | - |
| HSV(B) | 303.18º | 0.52% | 1% | - |
| XYZ | 64.62 | 41.71 | 92.64 | - |
| YUV | 175.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 247 | 0 | 0.52 | 0.03 | 0.00 | 303.18 | 0.99 | 0.74 |
| Hex | FE | 7A | F7 | 0 | 34 | 3 | 0 | 12F | 63 | 4A |
| Octal | 376 | 172 | 367 | 0 | 64 | 3 | 0 | 457 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11110111 | 0 | 110100 | 11 | 0 | 100101111 | 1100011 | 1001010 |
Color Harmonies of #FE7AF7
Complementary color
Monochromatic Colors of #FE7AF7
Black with #FE7AF7
Text Example
Text Example
White with #FE7AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7AF7; }
p { color: rgb(254,122,247); }
H1.HeaderClassName
{
color: #FE7AF7;
}
.AnyTagClassName
{
color: #FE7AF7;
}
</style>
background-color css
<style>
a { background-color: #FE7AF7; }
a { background-color: rgb(254,122,247); }
div.DivClassName
{
background-color: #FE7AF7;
}
.BgClassName
{
background-color: #FE7AF7;
}
</style>
border-color css
<style>
span { border-color: #FE7AF7; }
span { border-color: rgb(254,122,247); }
td.TdClassName
{
border-color: #FE7AF7;
}
.TagClassName
{
border-color: #FE7AF7;
}
</style>