Shades of Froly #F37C7D
Tints of Froly #F37C7D
RGB
CMYK
RGB Variations
Color information
#F37C7D (or 0xF37C7D) is known color: Froly. HEX triplet: F3, 7C and 7D. RGB value is (243,124,125). Sum of RGB (Red+Green+Blue) = 243+124+125=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C7D is #0C8382. Grayscale: #9F9F9F. Windows color (decimal): -820099 or 8223987. OLE color: 8223987.
HSL color Cylindrical-coordinate representation of color #F37C7D: hue angle of 359.5º 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 #F37C7D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 125 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.05 |
| HSL | 359.5º | 0.83% | 0.72% | - |
| HSV(B) | 359.5º | 0.49% | 0.95% | - |
| XYZ | 47.87 | 34.95 | 23.63 | - |
| YUV | 159.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 125 | 0 | 0.49 | 0.49 | 0.05 | 359.5 | 0.83 | 0.72 |
| Hex | F3 | 7C | 7D | 0 | 31 | 31 | 5 | 167 | 53 | 48 |
| Octal | 363 | 174 | 175 | 0 | 61 | 61 | 5 | 547 | 123 | 110 |
| Binary | 11110011 | 1111100 | 1111101 | 0 | 110001 | 110001 | 101 | 101100111 | 1010011 | 1001000 |
Color Harmonies of #F37C7D
Complementary color
Monochromatic Colors of #F37C7D
Black with #F37C7D
Text Example
Text Example
White with #F37C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C7D; }
p { color: rgb(243,124,125); }
H1.HeaderClassName
{
color: #F37C7D;
}
.AnyTagClassName
{
color: #F37C7D;
}
</style>
background-color css
<style>
a { background-color: #F37C7D; }
a { background-color: rgb(243,124,125); }
div.DivClassName
{
background-color: #F37C7D;
}
.BgClassName
{
background-color: #F37C7D;
}
</style>
border-color css
<style>
span { border-color: #F37C7D; }
span { border-color: rgb(243,124,125); }
td.TdClassName
{
border-color: #F37C7D;
}
.TagClassName
{
border-color: #F37C7D;
}
</style>