Shades of Froly #F27377
Tints of Froly #F27377
RGB
CMYK
RGB Variations
Color information
#F27377 (or 0xF27377) is known color: Froly. HEX triplet: F2, 73 and 77. RGB value is (242,115,119). Sum of RGB (Red+Green+Blue) = 242+115+119=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F27377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27377 is #0D8C88. Grayscale: #999999. Windows color (decimal): -887945 or 7828466. OLE color: 7828466.
HSL color Cylindrical-coordinate representation of color #F27377: hue angle of 358.11º 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 #F27377 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 119 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.05 |
| HSL | 358.11º | 0.83% | 0.7% | - |
| HSV(B) | 358.11º | 0.52% | 0.95% | - |
| XYZ | 46.08 | 32.47 | 21.29 | - |
| YUV | 153.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 119 | 0 | 0.52 | 0.51 | 0.05 | 358.11 | 0.83 | 0.7 |
| Hex | F2 | 73 | 77 | 0 | 34 | 33 | 5 | 166 | 53 | 46 |
| Octal | 362 | 163 | 167 | 0 | 64 | 63 | 5 | 546 | 123 | 106 |
| Binary | 11110010 | 1110011 | 1110111 | 0 | 110100 | 110011 | 101 | 101100110 | 1010011 | 1000110 |
Color Harmonies of #F27377
Complementary color
Monochromatic Colors of #F27377
Black with #F27377
Text Example
Text Example
White with #F27377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27377; }
p { color: rgb(242,115,119); }
H1.HeaderClassName
{
color: #F27377;
}
.AnyTagClassName
{
color: #F27377;
}
</style>
background-color css
<style>
a { background-color: #F27377; }
a { background-color: rgb(242,115,119); }
div.DivClassName
{
background-color: #F27377;
}
.BgClassName
{
background-color: #F27377;
}
</style>
border-color css
<style>
span { border-color: #F27377; }
span { border-color: rgb(242,115,119); }
td.TdClassName
{
border-color: #F27377;
}
.TagClassName
{
border-color: #F27377;
}
</style>