Shades of Froly #F37C7E
Tints of Froly #F37C7E
RGB
CMYK
RGB Variations
Color information
#F37C7E (or 0xF37C7E) is known color: Froly. HEX triplet: F3, 7C and 7E. RGB value is (243,124,126). Sum of RGB (Red+Green+Blue) = 243+124+126=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C7E is #0C8381. Grayscale: #9F9F9F. Windows color (decimal): -820098 or 8289523. OLE color: 8289523.
HSL color Cylindrical-coordinate representation of color #F37C7E: hue angle of 358.99º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37C7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 126 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358.99º | 0.83% | 0.72% | - |
| HSV(B) | 358.99º | 0.49% | 0.95% | - |
| XYZ | 47.94 | 34.98 | 23.96 | - |
| YUV | 159.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 126 | 0 | 0.49 | 0.48 | 0.05 | 358.99 | 0.83 | 0.72 |
| Hex | F3 | 7C | 7E | 0 | 31 | 30 | 5 | 167 | 53 | 48 |
| Octal | 363 | 174 | 176 | 0 | 61 | 60 | 5 | 547 | 123 | 110 |
| Binary | 11110011 | 1111100 | 1111110 | 0 | 110001 | 110000 | 101 | 101100111 | 1010011 | 1001000 |
Color Harmonies of #F37C7E
Complementary color
Monochromatic Colors of #F37C7E
Black with #F37C7E
Text Example
Text Example
White with #F37C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C7E; }
p { color: rgb(243,124,126); }
H1.HeaderClassName
{
color: #F37C7E;
}
.AnyTagClassName
{
color: #F37C7E;
}
</style>
background-color css
<style>
a { background-color: #F37C7E; }
a { background-color: rgb(243,124,126); }
div.DivClassName
{
background-color: #F37C7E;
}
.BgClassName
{
background-color: #F37C7E;
}
</style>
border-color css
<style>
span { border-color: #F37C7E; }
span { border-color: rgb(243,124,126); }
td.TdClassName
{
border-color: #F37C7E;
}
.TagClassName
{
border-color: #F37C7E;
}
</style>