Shades of Froly #F37B7E
Tints of Froly #F37B7E
RGB
CMYK
RGB Variations
Color information
#F37B7E (or 0xF37B7E) is known color: Froly. HEX triplet: F3, 7B and 7E. RGB value is (243,123,126). Sum of RGB (Red+Green+Blue) = 243+123+126=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B7E is #0C8481. Grayscale: #9F9F9F. Windows color (decimal): -820354 or 8289267. OLE color: 8289267.
HSL color Cylindrical-coordinate representation of color #F37B7E: hue angle of 358.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 #F37B7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 126 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358.5º | 0.83% | 0.72% | - |
| HSV(B) | 358.5º | 0.49% | 0.95% | - |
| XYZ | 47.81 | 34.73 | 23.92 | - |
| YUV | 159.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 126 | 0 | 0.49 | 0.48 | 0.05 | 358.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | 7E | 0 | 31 | 30 | 5 | 166 | 53 | 48 |
| Octal | 363 | 173 | 176 | 0 | 61 | 60 | 5 | 546 | 123 | 110 |
| Binary | 11110011 | 1111011 | 1111110 | 0 | 110001 | 110000 | 101 | 101100110 | 1010011 | 1001000 |
Color Harmonies of #F37B7E
Complementary color
Monochromatic Colors of #F37B7E
Black with #F37B7E
Text Example
Text Example
White with #F37B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B7E; }
p { color: rgb(243,123,126); }
H1.HeaderClassName
{
color: #F37B7E;
}
.AnyTagClassName
{
color: #F37B7E;
}
</style>
background-color css
<style>
a { background-color: #F37B7E; }
a { background-color: rgb(243,123,126); }
div.DivClassName
{
background-color: #F37B7E;
}
.BgClassName
{
background-color: #F37B7E;
}
</style>
border-color css
<style>
span { border-color: #F37B7E; }
span { border-color: rgb(243,123,126); }
td.TdClassName
{
border-color: #F37B7E;
}
.TagClassName
{
border-color: #F37B7E;
}
</style>