Shades of Froly #F27174
Tints of Froly #F27174
RGB
CMYK
RGB Variations
Color information
#F27174 (or 0xF27174) is known color: Froly. HEX triplet: F2, 71 and 74. RGB value is (242,113,116). Sum of RGB (Red+Green+Blue) = 242+113+116=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F27174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27174 is #0D8E8B. Grayscale: #989898. Windows color (decimal): -888460 or 7631346. OLE color: 7631346.
HSL color Cylindrical-coordinate representation of color #F27174: hue angle of 358.6º 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 #F27174 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 116 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.05 |
| HSL | 358.6º | 0.83% | 0.7% | - |
| HSV(B) | 358.6º | 0.53% | 0.95% | - |
| XYZ | 45.68 | 31.95 | 20.28 | - |
| YUV | 151.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 116 | 0 | 0.53 | 0.52 | 0.05 | 358.6 | 0.83 | 0.7 |
| Hex | F2 | 71 | 74 | 0 | 35 | 34 | 5 | 167 | 53 | 46 |
| Octal | 362 | 161 | 164 | 0 | 65 | 64 | 5 | 547 | 123 | 106 |
| Binary | 11110010 | 1110001 | 1110100 | 0 | 110101 | 110100 | 101 | 101100111 | 1010011 | 1000110 |
Color Harmonies of #F27174
Complementary color
Monochromatic Colors of #F27174
Black with #F27174
Text Example
Text Example
White with #F27174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27174; }
p { color: rgb(242,113,116); }
H1.HeaderClassName
{
color: #F27174;
}
.AnyTagClassName
{
color: #F27174;
}
</style>
background-color css
<style>
a { background-color: #F27174; }
a { background-color: rgb(242,113,116); }
div.DivClassName
{
background-color: #F27174;
}
.BgClassName
{
background-color: #F27174;
}
</style>
border-color css
<style>
span { border-color: #F27174; }
span { border-color: rgb(242,113,116); }
td.TdClassName
{
border-color: #F27174;
}
.TagClassName
{
border-color: #F27174;
}
</style>