Shades of Froly #F37275
Tints of Froly #F37275
RGB
CMYK
RGB Variations
Color information
#F37275 (or 0xF37275) is known color: Froly. HEX triplet: F3, 72 and 75. RGB value is (243,114,117). Sum of RGB (Red+Green+Blue) = 243+114+117=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F37275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37275 is #0C8D8A. Grayscale: #999999. Windows color (decimal): -822667 or 7697139. OLE color: 7697139.
HSL color Cylindrical-coordinate representation of color #F37275: hue angle of 358.6º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F37275 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 117 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.05 |
| HSL | 358.6º | 0.84% | 0.7% | - |
| HSV(B) | 358.6º | 0.53% | 0.95% | - |
| XYZ | 46.19 | 32.37 | 20.64 | - |
| YUV | 152.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 117 | 0 | 0.53 | 0.52 | 0.05 | 358.6 | 0.84 | 0.7 |
| Hex | F3 | 72 | 75 | 0 | 35 | 34 | 5 | 167 | 54 | 46 |
| Octal | 363 | 162 | 165 | 0 | 65 | 64 | 5 | 547 | 124 | 106 |
| Binary | 11110011 | 1110010 | 1110101 | 0 | 110101 | 110100 | 101 | 101100111 | 1010100 | 1000110 |
Color Harmonies of #F37275
Complementary color
Monochromatic Colors of #F37275
Black with #F37275
Text Example
Text Example
White with #F37275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37275; }
p { color: rgb(243,114,117); }
H1.HeaderClassName
{
color: #F37275;
}
.AnyTagClassName
{
color: #F37275;
}
</style>
background-color css
<style>
a { background-color: #F37275; }
a { background-color: rgb(243,114,117); }
div.DivClassName
{
background-color: #F37275;
}
.BgClassName
{
background-color: #F37275;
}
</style>
border-color css
<style>
span { border-color: #F37275; }
span { border-color: rgb(243,114,117); }
td.TdClassName
{
border-color: #F37275;
}
.TagClassName
{
border-color: #F37275;
}
</style>