Shades of Froly #F37B7F
Tints of Froly #F37B7F
RGB
CMYK
RGB Variations
Color information
#F37B7F (or 0xF37B7F) is known color: Froly. HEX triplet: F3, 7B and 7F. RGB value is (243,123,127). Sum of RGB (Red+Green+Blue) = 243+123+127=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B7F is #0C8480. Grayscale: #9F9F9F. Windows color (decimal): -820353 or 8354803. OLE color: 8354803.
HSL color Cylindrical-coordinate representation of color #F37B7F: hue angle of 358º 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 #F37B7F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 127 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358º | 0.83% | 0.72% | - |
| HSV(B) | 358º | 0.49% | 0.95% | - |
| XYZ | 47.88 | 34.75 | 24.26 | - |
| YUV | 159.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 127 | 0 | 0.49 | 0.48 | 0.05 | 358 | 0.83 | 0.72 |
| Hex | F3 | 7B | 7F | 0 | 31 | 30 | 5 | 166 | 53 | 48 |
| Octal | 363 | 173 | 177 | 0 | 61 | 60 | 5 | 546 | 123 | 110 |
| Binary | 11110011 | 1111011 | 1111111 | 0 | 110001 | 110000 | 101 | 101100110 | 1010011 | 1001000 |
Color Harmonies of #F37B7F
Complementary color
Monochromatic Colors of #F37B7F
Black with #F37B7F
Text Example
Text Example
White with #F37B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B7F; }
p { color: rgb(243,123,127); }
H1.HeaderClassName
{
color: #F37B7F;
}
.AnyTagClassName
{
color: #F37B7F;
}
</style>
background-color css
<style>
a { background-color: #F37B7F; }
a { background-color: rgb(243,123,127); }
div.DivClassName
{
background-color: #F37B7F;
}
.BgClassName
{
background-color: #F37B7F;
}
</style>
border-color css
<style>
span { border-color: #F37B7F; }
span { border-color: rgb(243,123,127); }
td.TdClassName
{
border-color: #F37B7F;
}
.TagClassName
{
border-color: #F37B7F;
}
</style>