Shades of Froly #F37B7D
Tints of Froly #F37B7D
RGB
CMYK
RGB Variations
Color information
#F37B7D (or 0xF37B7D) is known color: Froly. HEX triplet: F3, 7B and 7D. RGB value is (243,123,125). Sum of RGB (Red+Green+Blue) = 243+123+125=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B7D is #0C8482. Grayscale: #9F9F9F. Windows color (decimal): -820355 or 8223731. OLE color: 8223731.
HSL color Cylindrical-coordinate representation of color #F37B7D: hue angle of 359º 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 #F37B7D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 125 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.05 |
| HSL | 359º | 0.83% | 0.72% | - |
| HSV(B) | 359º | 0.49% | 0.95% | - |
| XYZ | 47.75 | 34.7 | 23.58 | - |
| YUV | 159.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 125 | 0 | 0.49 | 0.49 | 0.05 | 359 | 0.83 | 0.72 |
| Hex | F3 | 7B | 7D | 0 | 31 | 31 | 5 | 167 | 53 | 48 |
| Octal | 363 | 173 | 175 | 0 | 61 | 61 | 5 | 547 | 123 | 110 |
| Binary | 11110011 | 1111011 | 1111101 | 0 | 110001 | 110001 | 101 | 101100111 | 1010011 | 1001000 |
Color Harmonies of #F37B7D
Complementary color
Monochromatic Colors of #F37B7D
Black with #F37B7D
Text Example
Text Example
White with #F37B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B7D; }
p { color: rgb(243,123,125); }
H1.HeaderClassName
{
color: #F37B7D;
}
.AnyTagClassName
{
color: #F37B7D;
}
</style>
background-color css
<style>
a { background-color: #F37B7D; }
a { background-color: rgb(243,123,125); }
div.DivClassName
{
background-color: #F37B7D;
}
.BgClassName
{
background-color: #F37B7D;
}
</style>
border-color css
<style>
span { border-color: #F37B7D; }
span { border-color: rgb(243,123,125); }
td.TdClassName
{
border-color: #F37B7D;
}
.TagClassName
{
border-color: #F37B7D;
}
</style>