Shades of Violet #FE8AF7
Tints of Violet #FE8AF7
RGB
CMYK
RGB Variations
Color information
#FE8AF7 (or 0xFE8AF7) is known color: Violet. HEX triplet: FE, 8A and F7. RGB value is (254,138,247). Sum of RGB (Red+Green+Blue) = 254+138+247=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 138 (54.30% from 255 or 21.60% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AF7 is #017508. Grayscale: #B8B8B8. Windows color (decimal): -95497 or 16222974. OLE color: 16222974.
HSL color Cylindrical-coordinate representation of color #FE8AF7: hue angle of 303.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AF7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 247 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.00 |
| HSL | 303.62º | 0.98% | 0.77% | - |
| HSV(B) | 303.62º | 0.46% | 1% | - |
| XYZ | 66.75 | 45.96 | 93.35 | - |
| YUV | 185.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 247 | 0 | 0.46 | 0.03 | 0.00 | 303.62 | 0.98 | 0.77 |
| Hex | FE | 8A | F7 | 0 | 2E | 3 | 0 | 130 | 62 | 4D |
| Octal | 376 | 212 | 367 | 0 | 56 | 3 | 0 | 460 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11110111 | 0 | 101110 | 11 | 0 | 100110000 | 1100010 | 1001101 |
Color Harmonies of #FE8AF7
Complementary color
Monochromatic Colors of #FE8AF7
Black with #FE8AF7
Text Example
Text Example
White with #FE8AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AF7; }
p { color: rgb(254,138,247); }
H1.HeaderClassName
{
color: #FE8AF7;
}
.AnyTagClassName
{
color: #FE8AF7;
}
</style>
background-color css
<style>
a { background-color: #FE8AF7; }
a { background-color: rgb(254,138,247); }
div.DivClassName
{
background-color: #FE8AF7;
}
.BgClassName
{
background-color: #FE8AF7;
}
</style>
border-color css
<style>
span { border-color: #FE8AF7; }
span { border-color: rgb(254,138,247); }
td.TdClassName
{
border-color: #FE8AF7;
}
.TagClassName
{
border-color: #FE8AF7;
}
</style>