Shades of Froly #F37B7C
Tints of Froly #F37B7C
RGB
CMYK
RGB Variations
Color information
#F37B7C (or 0xF37B7C) is known color: Froly. HEX triplet: F3, 7B and 7C. RGB value is (243,123,124). Sum of RGB (Red+Green+Blue) = 243+123+124=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B7C is #0C8483. Grayscale: #9F9F9F. Windows color (decimal): -820356 or 8158195. OLE color: 8158195.
HSL color Cylindrical-coordinate representation of color #F37B7C: 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 #F37B7C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 124 | - |
| 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.68 | 34.68 | 23.25 | - |
| YUV | 158.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 124 | 0 | 0.49 | 0.49 | 0.05 | 359.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | 7C | 0 | 31 | 31 | 5 | 168 | 53 | 48 |
| Octal | 363 | 173 | 174 | 0 | 61 | 61 | 5 | 550 | 123 | 110 |
| Binary | 11110011 | 1111011 | 1111100 | 0 | 110001 | 110001 | 101 | 101101000 | 1010011 | 1001000 |
Color Harmonies of #F37B7C
Complementary color
Monochromatic Colors of #F37B7C
Black with #F37B7C
Text Example
Text Example
White with #F37B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B7C; }
p { color: rgb(243,123,124); }
H1.HeaderClassName
{
color: #F37B7C;
}
.AnyTagClassName
{
color: #F37B7C;
}
</style>
background-color css
<style>
a { background-color: #F37B7C; }
a { background-color: rgb(243,123,124); }
div.DivClassName
{
background-color: #F37B7C;
}
.BgClassName
{
background-color: #F37B7C;
}
</style>
border-color css
<style>
span { border-color: #F37B7C; }
span { border-color: rgb(243,123,124); }
td.TdClassName
{
border-color: #F37B7C;
}
.TagClassName
{
border-color: #F37B7C;
}
</style>