Shades of Froly #FE7576
Tints of Froly #FE7576
RGB
CMYK
RGB Variations
Color information
#FE7576 (or 0xFE7576) is known color: Froly. HEX triplet: FE, 75 and 76. RGB value is (254,117,118). Sum of RGB (Red+Green+Blue) = 254+117+118=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7576 is #018A89. Grayscale: #9E9E9E. Windows color (decimal): -101002 or 7763454. OLE color: 7763454.
HSL color Cylindrical-coordinate representation of color #FE7576: hue angle of 359.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE7576 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 118 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.00 |
| HSL | 359.56º | 0.99% | 0.73% | - |
| HSV(B) | 359.56º | 0.54% | 1% | - |
| XYZ | 50.5 | 35.1 | 21.25 | - |
| YUV | 158.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 118 | 0 | 0.54 | 0.54 | 0.00 | 359.56 | 0.99 | 0.73 |
| Hex | FE | 75 | 76 | 0 | 36 | 36 | 0 | 168 | 63 | 49 |
| Octal | 376 | 165 | 166 | 0 | 66 | 66 | 0 | 550 | 143 | 111 |
| Binary | 11111110 | 1110101 | 1110110 | 0 | 110110 | 110110 | 0 | 101101000 | 1100011 | 1001001 |
Color Harmonies of #FE7576
Complementary color
Monochromatic Colors of #FE7576
Black with #FE7576
Text Example
Text Example
White with #FE7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7576; }
p { color: rgb(254,117,118); }
H1.HeaderClassName
{
color: #FE7576;
}
.AnyTagClassName
{
color: #FE7576;
}
</style>
background-color css
<style>
a { background-color: #FE7576; }
a { background-color: rgb(254,117,118); }
div.DivClassName
{
background-color: #FE7576;
}
.BgClassName
{
background-color: #FE7576;
}
</style>
border-color css
<style>
span { border-color: #FE7576; }
span { border-color: rgb(254,117,118); }
td.TdClassName
{
border-color: #FE7576;
}
.TagClassName
{
border-color: #FE7576;
}
</style>