Shades of Froly #F37D7F
Tints of Froly #F37D7F
RGB
CMYK
RGB Variations
Color information
#F37D7F (or 0xF37D7F) is known color: Froly. HEX triplet: F3, 7D and 7F. RGB value is (243,125,127). Sum of RGB (Red+Green+Blue) = 243+125+127=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D7F is #0C8280. Grayscale: #A0A0A0. Windows color (decimal): -819841 or 8355315. OLE color: 8355315.
HSL color Cylindrical-coordinate representation of color #F37D7F: hue angle of 358.98º 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 #F37D7F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 127 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358.98º | 0.83% | 0.72% | - |
| HSV(B) | 358.98º | 0.49% | 0.95% | - |
| XYZ | 48.13 | 35.25 | 24.35 | - |
| YUV | 160.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 127 | 0 | 0.49 | 0.48 | 0.05 | 358.98 | 0.83 | 0.72 |
| Hex | F3 | 7D | 7F | 0 | 31 | 30 | 5 | 167 | 53 | 48 |
| Octal | 363 | 175 | 177 | 0 | 61 | 60 | 5 | 547 | 123 | 110 |
| Binary | 11110011 | 1111101 | 1111111 | 0 | 110001 | 110000 | 101 | 101100111 | 1010011 | 1001000 |
Color Harmonies of #F37D7F
Complementary color
Monochromatic Colors of #F37D7F
Black with #F37D7F
Text Example
Text Example
White with #F37D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D7F; }
p { color: rgb(243,125,127); }
H1.HeaderClassName
{
color: #F37D7F;
}
.AnyTagClassName
{
color: #F37D7F;
}
</style>
background-color css
<style>
a { background-color: #F37D7F; }
a { background-color: rgb(243,125,127); }
div.DivClassName
{
background-color: #F37D7F;
}
.BgClassName
{
background-color: #F37D7F;
}
</style>
border-color css
<style>
span { border-color: #F37D7F; }
span { border-color: rgb(243,125,127); }
td.TdClassName
{
border-color: #F37D7F;
}
.TagClassName
{
border-color: #F37D7F;
}
</style>