Shades of Froly #F27173
Tints of Froly #F27173
RGB
CMYK
RGB Variations
Color information
#F27173 (or 0xF27173) is known color: Froly. HEX triplet: F2, 71 and 73. RGB value is (242,113,115). Sum of RGB (Red+Green+Blue) = 242+113+115=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F27173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27173 is #0D8E8C. Grayscale: #979797. Windows color (decimal): -888461 or 7565810. OLE color: 7565810.
HSL color Cylindrical-coordinate representation of color #F27173: hue angle of 359.07º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F27173 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 115 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.05 |
| HSL | 359.07º | 0.83% | 0.7% | - |
| HSV(B) | 359.07º | 0.53% | 0.95% | - |
| XYZ | 45.62 | 31.93 | 19.98 | - |
| YUV | 151.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 115 | 0 | 0.53 | 0.52 | 0.05 | 359.07 | 0.83 | 0.7 |
| Hex | F2 | 71 | 73 | 0 | 35 | 34 | 5 | 167 | 53 | 46 |
| Octal | 362 | 161 | 163 | 0 | 65 | 64 | 5 | 547 | 123 | 106 |
| Binary | 11110010 | 1110001 | 1110011 | 0 | 110101 | 110100 | 101 | 101100111 | 1010011 | 1000110 |
Color Harmonies of #F27173
Complementary color
Monochromatic Colors of #F27173
Black with #F27173
Text Example
Text Example
White with #F27173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27173; }
p { color: rgb(242,113,115); }
H1.HeaderClassName
{
color: #F27173;
}
.AnyTagClassName
{
color: #F27173;
}
</style>
background-color css
<style>
a { background-color: #F27173; }
a { background-color: rgb(242,113,115); }
div.DivClassName
{
background-color: #F27173;
}
.BgClassName
{
background-color: #F27173;
}
</style>
border-color css
<style>
span { border-color: #F27173; }
span { border-color: rgb(242,113,115); }
td.TdClassName
{
border-color: #F27173;
}
.TagClassName
{
border-color: #F27173;
}
</style>