Shades of Froly #FE797B
Tints of Froly #FE797B
RGB
CMYK
RGB Variations
Color information
#FE797B (or 0xFE797B) is known color: Froly. HEX triplet: FE, 79 and 7B. RGB value is (254,121,123). Sum of RGB (Red+Green+Blue) = 254+121+123=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE797B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE797B is #018684. Grayscale: #A1A1A1. Windows color (decimal): -99973 or 8092158. OLE color: 8092158.
HSL color Cylindrical-coordinate representation of color #FE797B: hue angle of 359.1º 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 #FE797B is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 123 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.00 |
| HSL | 359.1º | 0.99% | 0.74% | - |
| HSV(B) | 359.1º | 0.52% | 1% | - |
| XYZ | 51.29 | 36.18 | 23.02 | - |
| YUV | 161 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 123 | 0 | 0.52 | 0.52 | 0.00 | 359.1 | 0.99 | 0.74 |
| Hex | FE | 79 | 7B | 0 | 34 | 34 | 0 | 167 | 63 | 4A |
| Octal | 376 | 171 | 173 | 0 | 64 | 64 | 0 | 547 | 143 | 112 |
| Binary | 11111110 | 1111001 | 1111011 | 0 | 110100 | 110100 | 0 | 101100111 | 1100011 | 1001010 |
Color Harmonies of #FE797B
Complementary color
Monochromatic Colors of #FE797B
Black with #FE797B
Text Example
Text Example
White with #FE797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE797B; }
p { color: rgb(254,121,123); }
H1.HeaderClassName
{
color: #FE797B;
}
.AnyTagClassName
{
color: #FE797B;
}
</style>
background-color css
<style>
a { background-color: #FE797B; }
a { background-color: rgb(254,121,123); }
div.DivClassName
{
background-color: #FE797B;
}
.BgClassName
{
background-color: #FE797B;
}
</style>
border-color css
<style>
span { border-color: #FE797B; }
span { border-color: rgb(254,121,123); }
td.TdClassName
{
border-color: #FE797B;
}
.TagClassName
{
border-color: #FE797B;
}
</style>