Shades of Froly #FE797D
Tints of Froly #FE797D
RGB
CMYK
RGB Variations
Color information
#FE797D (or 0xFE797D) is known color: Froly. HEX triplet: FE, 79 and 7D. RGB value is (254,121,125). Sum of RGB (Red+Green+Blue) = 254+121+125=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE797D is #018682. Grayscale: #A1A1A1. Windows color (decimal): -99971 or 8223230. OLE color: 8223230.
HSL color Cylindrical-coordinate representation of color #FE797D: hue angle of 358.2º 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 #FE797D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 125 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.00 |
| HSL | 358.2º | 0.99% | 0.74% | - |
| HSV(B) | 358.2º | 0.52% | 1% | - |
| XYZ | 51.41 | 36.23 | 23.68 | - |
| YUV | 161.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 125 | 0 | 0.52 | 0.51 | 0.00 | 358.2 | 0.99 | 0.74 |
| Hex | FE | 79 | 7D | 0 | 34 | 33 | 0 | 166 | 63 | 4A |
| Octal | 376 | 171 | 175 | 0 | 64 | 63 | 0 | 546 | 143 | 112 |
| Binary | 11111110 | 1111001 | 1111101 | 0 | 110100 | 110011 | 0 | 101100110 | 1100011 | 1001010 |
Color Harmonies of #FE797D
Complementary color
Monochromatic Colors of #FE797D
Black with #FE797D
Text Example
Text Example
White with #FE797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE797D; }
p { color: rgb(254,121,125); }
H1.HeaderClassName
{
color: #FE797D;
}
.AnyTagClassName
{
color: #FE797D;
}
</style>
background-color css
<style>
a { background-color: #FE797D; }
a { background-color: rgb(254,121,125); }
div.DivClassName
{
background-color: #FE797D;
}
.BgClassName
{
background-color: #FE797D;
}
</style>
border-color css
<style>
span { border-color: #FE797D; }
span { border-color: rgb(254,121,125); }
td.TdClassName
{
border-color: #FE797D;
}
.TagClassName
{
border-color: #FE797D;
}
</style>