Shades of Froly #FE7375
Tints of Froly #FE7375
RGB
CMYK
RGB Variations
Color information
#FE7375 (or 0xFE7375) is known color: Froly. HEX triplet: FE, 73 and 75. RGB value is (254,115,117). Sum of RGB (Red+Green+Blue) = 254+115+117=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7375 is #018C8A. Grayscale: #9C9C9C. Windows color (decimal): -101515 or 7697406. OLE color: 7697406.
HSL color Cylindrical-coordinate representation of color #FE7375: hue angle of 359.14º 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 #FE7375 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 117 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.00 |
| HSL | 359.14º | 0.99% | 0.72% | - |
| HSV(B) | 359.14º | 0.55% | 1% | - |
| XYZ | 50.21 | 34.62 | 20.86 | - |
| YUV | 156.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 117 | 0 | 0.55 | 0.54 | 0.00 | 359.14 | 0.99 | 0.72 |
| Hex | FE | 73 | 75 | 0 | 37 | 36 | 0 | 167 | 63 | 48 |
| Octal | 376 | 163 | 165 | 0 | 67 | 66 | 0 | 547 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1110101 | 0 | 110111 | 110110 | 0 | 101100111 | 1100011 | 1001000 |
Color Harmonies of #FE7375
Complementary color
Monochromatic Colors of #FE7375
Black with #FE7375
Text Example
Text Example
White with #FE7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7375; }
p { color: rgb(254,115,117); }
H1.HeaderClassName
{
color: #FE7375;
}
.AnyTagClassName
{
color: #FE7375;
}
</style>
background-color css
<style>
a { background-color: #FE7375; }
a { background-color: rgb(254,115,117); }
div.DivClassName
{
background-color: #FE7375;
}
.BgClassName
{
background-color: #FE7375;
}
</style>
border-color css
<style>
span { border-color: #FE7375; }
span { border-color: rgb(254,115,117); }
td.TdClassName
{
border-color: #FE7375;
}
.TagClassName
{
border-color: #FE7375;
}
</style>