Shades of Froly #FE7779
Tints of Froly #FE7779
RGB
CMYK
RGB Variations
Color information
#FE7779 (or 0xFE7779) is known color: Froly. HEX triplet: FE, 77 and 79. RGB value is (254,119,121). Sum of RGB (Red+Green+Blue) = 254+119+121=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7779 is #018886. Grayscale: #9F9F9F. Windows color (decimal): -100487 or 7960574. OLE color: 7960574.
HSL color Cylindrical-coordinate representation of color #FE7779: hue angle of 359.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE7779 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 121 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.00 |
| HSL | 359.11º | 0.99% | 0.73% | - |
| HSV(B) | 359.11º | 0.53% | 1% | - |
| XYZ | 50.92 | 35.64 | 22.29 | - |
| YUV | 159.59 | 106.23 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 121 | 0 | 0.53 | 0.52 | 0.00 | 359.11 | 0.99 | 0.73 |
| Hex | FE | 77 | 79 | 0 | 35 | 34 | 0 | 167 | 63 | 49 |
| Octal | 376 | 167 | 171 | 0 | 65 | 64 | 0 | 547 | 143 | 111 |
| Binary | 11111110 | 1110111 | 1111001 | 0 | 110101 | 110100 | 0 | 101100111 | 1100011 | 1001001 |
Color Harmonies of #FE7779
Complementary color
Monochromatic Colors of #FE7779
Black with #FE7779
Text Example
Text Example
White with #FE7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7779; }
p { color: rgb(254,119,121); }
H1.HeaderClassName
{
color: #FE7779;
}
.AnyTagClassName
{
color: #FE7779;
}
</style>
background-color css
<style>
a { background-color: #FE7779; }
a { background-color: rgb(254,119,121); }
div.DivClassName
{
background-color: #FE7779;
}
.BgClassName
{
background-color: #FE7779;
}
</style>
border-color css
<style>
span { border-color: #FE7779; }
span { border-color: rgb(254,119,121); }
td.TdClassName
{
border-color: #FE7779;
}
.TagClassName
{
border-color: #FE7779;
}
</style>