Shades of Froly #FE797C
Tints of Froly #FE797C
RGB
CMYK
RGB Variations
Color information
#FE797C (or 0xFE797C) is known color: Froly. HEX triplet: FE, 79 and 7C. RGB value is (254,121,124). Sum of RGB (Red+Green+Blue) = 254+121+124=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE797C is #018683. Grayscale: #A1A1A1. Windows color (decimal): -99972 or 8157694. OLE color: 8157694.
HSL color Cylindrical-coordinate representation of color #FE797C: hue angle of 358.65º 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 #FE797C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 124 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.00 |
| HSL | 358.65º | 0.99% | 0.74% | - |
| HSV(B) | 358.65º | 0.52% | 1% | - |
| XYZ | 51.35 | 36.2 | 23.35 | - |
| YUV | 161.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 124 | 0 | 0.52 | 0.51 | 0.00 | 358.65 | 0.99 | 0.74 |
| Hex | FE | 79 | 7C | 0 | 34 | 33 | 0 | 167 | 63 | 4A |
| Octal | 376 | 171 | 174 | 0 | 64 | 63 | 0 | 547 | 143 | 112 |
| Binary | 11111110 | 1111001 | 1111100 | 0 | 110100 | 110011 | 0 | 101100111 | 1100011 | 1001010 |
Color Harmonies of #FE797C
Complementary color
Monochromatic Colors of #FE797C
Black with #FE797C
Text Example
Text Example
White with #FE797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE797C; }
p { color: rgb(254,121,124); }
H1.HeaderClassName
{
color: #FE797C;
}
.AnyTagClassName
{
color: #FE797C;
}
</style>
background-color css
<style>
a { background-color: #FE797C; }
a { background-color: rgb(254,121,124); }
div.DivClassName
{
background-color: #FE797C;
}
.BgClassName
{
background-color: #FE797C;
}
</style>
border-color css
<style>
span { border-color: #FE797C; }
span { border-color: rgb(254,121,124); }
td.TdClassName
{
border-color: #FE797C;
}
.TagClassName
{
border-color: #FE797C;
}
</style>