Shades of Froly #F27576
Tints of Froly #F27576
RGB
CMYK
RGB Variations
Color information
#F27576 (or 0xF27576) is known color: Froly. HEX triplet: F2, 75 and 76. RGB value is (242,117,118). Sum of RGB (Red+Green+Blue) = 242+117+118=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27576 is #0D8A89. Grayscale: #9A9A9A. Windows color (decimal): -887434 or 7763442. OLE color: 7763442.
HSL color Cylindrical-coordinate representation of color #F27576: hue angle of 359.52º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27576 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 118 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.05 |
| HSL | 359.52º | 0.83% | 0.7% | - |
| HSV(B) | 359.52º | 0.52% | 0.95% | - |
| XYZ | 46.25 | 32.91 | 21.05 | - |
| YUV | 154.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 118 | 0 | 0.52 | 0.51 | 0.05 | 359.52 | 0.83 | 0.7 |
| Hex | F2 | 75 | 76 | 0 | 34 | 33 | 5 | 168 | 53 | 46 |
| Octal | 362 | 165 | 166 | 0 | 64 | 63 | 5 | 550 | 123 | 106 |
| Binary | 11110010 | 1110101 | 1110110 | 0 | 110100 | 110011 | 101 | 101101000 | 1010011 | 1000110 |
Color Harmonies of #F27576
Complementary color
Monochromatic Colors of #F27576
Black with #F27576
Text Example
Text Example
White with #F27576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27576; }
p { color: rgb(242,117,118); }
H1.HeaderClassName
{
color: #F27576;
}
.AnyTagClassName
{
color: #F27576;
}
</style>
background-color css
<style>
a { background-color: #F27576; }
a { background-color: rgb(242,117,118); }
div.DivClassName
{
background-color: #F27576;
}
.BgClassName
{
background-color: #F27576;
}
</style>
border-color css
<style>
span { border-color: #F27576; }
span { border-color: rgb(242,117,118); }
td.TdClassName
{
border-color: #F27576;
}
.TagClassName
{
border-color: #F27576;
}
</style>