Shades of Froly #FE7273
Tints of Froly #FE7273
RGB
CMYK
RGB Variations
Color information
#FE7273 (or 0xFE7273) is known color: Froly. HEX triplet: FE, 72 and 73. RGB value is (254,114,115). Sum of RGB (Red+Green+Blue) = 254+114+115=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7273 is #018D8C. Grayscale: #9C9C9C. Windows color (decimal): -101773 or 7566078. OLE color: 7566078.
HSL color Cylindrical-coordinate representation of color #FE7273: 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 #FE7273 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 115 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.00 |
| HSL | 359.57º | 0.99% | 0.72% | - |
| HSV(B) | 359.57º | 0.55% | 1% | - |
| XYZ | 49.98 | 34.34 | 20.21 | - |
| YUV | 155.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 115 | 0 | 0.55 | 0.55 | 0.00 | 359.57 | 0.99 | 0.72 |
| Hex | FE | 72 | 73 | 0 | 37 | 37 | 0 | 168 | 63 | 48 |
| Octal | 376 | 162 | 163 | 0 | 67 | 67 | 0 | 550 | 143 | 110 |
| Binary | 11111110 | 1110010 | 1110011 | 0 | 110111 | 110111 | 0 | 101101000 | 1100011 | 1001000 |
Color Harmonies of #FE7273
Complementary color
Monochromatic Colors of #FE7273
Black with #FE7273
Text Example
Text Example
White with #FE7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7273; }
p { color: rgb(254,114,115); }
H1.HeaderClassName
{
color: #FE7273;
}
.AnyTagClassName
{
color: #FE7273;
}
</style>
background-color css
<style>
a { background-color: #FE7273; }
a { background-color: rgb(254,114,115); }
div.DivClassName
{
background-color: #FE7273;
}
.BgClassName
{
background-color: #FE7273;
}
</style>
border-color css
<style>
span { border-color: #FE7273; }
span { border-color: rgb(254,114,115); }
td.TdClassName
{
border-color: #FE7273;
}
.TagClassName
{
border-color: #FE7273;
}
</style>