Shades of Froly #F67B7D
Tints of Froly #F67B7D
RGB
CMYK
RGB Variations
Color information
#F67B7D (or 0xF67B7D) is known color: Froly. HEX triplet: F6, 7B and 7D. RGB value is (246,123,125). Sum of RGB (Red+Green+Blue) = 246+123+125=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B7D is #098482. Grayscale: #A0A0A0. Windows color (decimal): -623747 or 8223734. OLE color: 8223734.
HSL color Cylindrical-coordinate representation of color #F67B7D: hue angle of 359.02º 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 #F67B7D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 125 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.04 |
| HSL | 359.02º | 0.87% | 0.72% | - |
| HSV(B) | 359.02º | 0.5% | 0.96% | - |
| XYZ | 48.79 | 35.24 | 23.63 | - |
| YUV | 160.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 125 | 0 | 0.50 | 0.49 | 0.04 | 359.02 | 0.87 | 0.72 |
| Hex | F6 | 7B | 7D | 0 | 32 | 31 | 4 | 167 | 57 | 48 |
| Octal | 366 | 173 | 175 | 0 | 62 | 61 | 4 | 547 | 127 | 110 |
| Binary | 11110110 | 1111011 | 1111101 | 0 | 110010 | 110001 | 100 | 101100111 | 1010111 | 1001000 |
Color Harmonies of #F67B7D
Complementary color
Monochromatic Colors of #F67B7D
Black with #F67B7D
Text Example
Text Example
White with #F67B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B7D; }
p { color: rgb(246,123,125); }
H1.HeaderClassName
{
color: #F67B7D;
}
.AnyTagClassName
{
color: #F67B7D;
}
</style>
background-color css
<style>
a { background-color: #F67B7D; }
a { background-color: rgb(246,123,125); }
div.DivClassName
{
background-color: #F67B7D;
}
.BgClassName
{
background-color: #F67B7D;
}
</style>
border-color css
<style>
span { border-color: #F67B7D; }
span { border-color: rgb(246,123,125); }
td.TdClassName
{
border-color: #F67B7D;
}
.TagClassName
{
border-color: #F67B7D;
}
</style>