Shades of Froly #F67B7C
Tints of Froly #F67B7C
RGB
CMYK
RGB Variations
Color information
#F67B7C (or 0xF67B7C) is known color: Froly. HEX triplet: F6, 7B and 7C. RGB value is (246,123,124). Sum of RGB (Red+Green+Blue) = 246+123+124=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B7C is #098483. Grayscale: #A0A0A0. Windows color (decimal): -623748 or 8158198. OLE color: 8158198.
HSL color Cylindrical-coordinate representation of color #F67B7C: hue angle of 359.51º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67B7C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 124 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.04 |
| HSL | 359.51º | 0.87% | 0.72% | - |
| HSV(B) | 359.51º | 0.5% | 0.96% | - |
| XYZ | 48.73 | 35.21 | 23.3 | - |
| YUV | 159.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 124 | 0 | 0.50 | 0.50 | 0.04 | 359.51 | 0.87 | 0.72 |
| Hex | F6 | 7B | 7C | 0 | 32 | 32 | 4 | 168 | 57 | 48 |
| Octal | 366 | 173 | 174 | 0 | 62 | 62 | 4 | 550 | 127 | 110 |
| Binary | 11110110 | 1111011 | 1111100 | 0 | 110010 | 110010 | 100 | 101101000 | 1010111 | 1001000 |
Color Harmonies of #F67B7C
Complementary color
Monochromatic Colors of #F67B7C
Black with #F67B7C
Text Example
Text Example
White with #F67B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B7C; }
p { color: rgb(246,123,124); }
H1.HeaderClassName
{
color: #F67B7C;
}
.AnyTagClassName
{
color: #F67B7C;
}
</style>
background-color css
<style>
a { background-color: #F67B7C; }
a { background-color: rgb(246,123,124); }
div.DivClassName
{
background-color: #F67B7C;
}
.BgClassName
{
background-color: #F67B7C;
}
</style>
border-color css
<style>
span { border-color: #F67B7C; }
span { border-color: rgb(246,123,124); }
td.TdClassName
{
border-color: #F67B7C;
}
.TagClassName
{
border-color: #F67B7C;
}
</style>