Shades of Froly #F37A7C
Tints of Froly #F37A7C
RGB
CMYK
RGB Variations
Color information
#F37A7C (or 0xF37A7C) is known color: Froly. HEX triplet: F3, 7A and 7C. RGB value is (243,122,124). Sum of RGB (Red+Green+Blue) = 243+122+124=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37A7C is #0C8583. Grayscale: #9E9E9E. Windows color (decimal): -820612 or 8157939. OLE color: 8157939.
HSL color Cylindrical-coordinate representation of color #F37A7C: hue angle of 359.01º 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 #F37A7C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 124 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.05 |
| HSL | 359.01º | 0.83% | 0.72% | - |
| HSV(B) | 359.01º | 0.5% | 0.95% | - |
| XYZ | 47.56 | 34.43 | 23.21 | - |
| YUV | 158.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 124 | 0 | 0.50 | 0.49 | 0.05 | 359.01 | 0.83 | 0.72 |
| Hex | F3 | 7A | 7C | 0 | 32 | 31 | 5 | 167 | 53 | 48 |
| Octal | 363 | 172 | 174 | 0 | 62 | 61 | 5 | 547 | 123 | 110 |
| Binary | 11110011 | 1111010 | 1111100 | 0 | 110010 | 110001 | 101 | 101100111 | 1010011 | 1001000 |
Color Harmonies of #F37A7C
Complementary color
Monochromatic Colors of #F37A7C
Black with #F37A7C
Text Example
Text Example
White with #F37A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A7C; }
p { color: rgb(243,122,124); }
H1.HeaderClassName
{
color: #F37A7C;
}
.AnyTagClassName
{
color: #F37A7C;
}
</style>
background-color css
<style>
a { background-color: #F37A7C; }
a { background-color: rgb(243,122,124); }
div.DivClassName
{
background-color: #F37A7C;
}
.BgClassName
{
background-color: #F37A7C;
}
</style>
border-color css
<style>
span { border-color: #F37A7C; }
span { border-color: rgb(243,122,124); }
td.TdClassName
{
border-color: #F37A7C;
}
.TagClassName
{
border-color: #F37A7C;
}
</style>