Shades of Froly #FE7374
Tints of Froly #FE7374
RGB
CMYK
RGB Variations
Color information
#FE7374 (or 0xFE7374) is known color: Froly. HEX triplet: FE, 73 and 74. RGB value is (254,115,116). Sum of RGB (Red+Green+Blue) = 254+115+116=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7374 is #018C8B. Grayscale: #9C9C9C. Windows color (decimal): -101516 or 7631870. OLE color: 7631870.
HSL color Cylindrical-coordinate representation of color #FE7374: hue angle of 359.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7374 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 116 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.00 |
| HSL | 359.57º | 0.99% | 0.72% | - |
| HSV(B) | 359.57º | 0.55% | 1% | - |
| XYZ | 50.16 | 34.59 | 20.56 | - |
| YUV | 156.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 116 | 0 | 0.55 | 0.54 | 0.00 | 359.57 | 0.99 | 0.72 |
| Hex | FE | 73 | 74 | 0 | 37 | 36 | 0 | 168 | 63 | 48 |
| Octal | 376 | 163 | 164 | 0 | 67 | 66 | 0 | 550 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1110100 | 0 | 110111 | 110110 | 0 | 101101000 | 1100011 | 1001000 |
Color Harmonies of #FE7374
Complementary color
Monochromatic Colors of #FE7374
Black with #FE7374
Text Example
Text Example
White with #FE7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7374; }
p { color: rgb(254,115,116); }
H1.HeaderClassName
{
color: #FE7374;
}
.AnyTagClassName
{
color: #FE7374;
}
</style>
background-color css
<style>
a { background-color: #FE7374; }
a { background-color: rgb(254,115,116); }
div.DivClassName
{
background-color: #FE7374;
}
.BgClassName
{
background-color: #FE7374;
}
</style>
border-color css
<style>
span { border-color: #FE7374; }
span { border-color: rgb(254,115,116); }
td.TdClassName
{
border-color: #FE7374;
}
.TagClassName
{
border-color: #FE7374;
}
</style>