Shades of Froly #F37A7F
Tints of Froly #F37A7F
RGB
CMYK
RGB Variations
Color information
#F37A7F (or 0xF37A7F) is known color: Froly. HEX triplet: F3, 7A and 7F. RGB value is (243,122,127). Sum of RGB (Red+Green+Blue) = 243+122+127=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37A7F is #0C8580. Grayscale: #9E9E9E. Windows color (decimal): -820609 or 8354547. OLE color: 8354547.
HSL color Cylindrical-coordinate representation of color #F37A7F: hue angle of 357.52º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37A7F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 127 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.05 |
| HSL | 357.52º | 0.83% | 0.72% | - |
| HSV(B) | 357.52º | 0.5% | 0.95% | - |
| XYZ | 47.75 | 34.51 | 24.22 | - |
| YUV | 158.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 127 | 0 | 0.50 | 0.48 | 0.05 | 357.52 | 0.83 | 0.72 |
| Hex | F3 | 7A | 7F | 0 | 32 | 30 | 5 | 166 | 53 | 48 |
| Octal | 363 | 172 | 177 | 0 | 62 | 60 | 5 | 546 | 123 | 110 |
| Binary | 11110011 | 1111010 | 1111111 | 0 | 110010 | 110000 | 101 | 101100110 | 1010011 | 1001000 |
Color Harmonies of #F37A7F
Complementary color
Monochromatic Colors of #F37A7F
Black with #F37A7F
Text Example
Text Example
White with #F37A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A7F; }
p { color: rgb(243,122,127); }
H1.HeaderClassName
{
color: #F37A7F;
}
.AnyTagClassName
{
color: #F37A7F;
}
</style>
background-color css
<style>
a { background-color: #F37A7F; }
a { background-color: rgb(243,122,127); }
div.DivClassName
{
background-color: #F37A7F;
}
.BgClassName
{
background-color: #F37A7F;
}
</style>
border-color css
<style>
span { border-color: #F37A7F; }
span { border-color: rgb(243,122,127); }
td.TdClassName
{
border-color: #F37A7F;
}
.TagClassName
{
border-color: #F37A7F;
}
</style>