Shades of Froly #F67B7E
Tints of Froly #F67B7E
RGB
CMYK
RGB Variations
Color information
#F67B7E (or 0xF67B7E) is known color: Froly. HEX triplet: F6, 7B and 7E. RGB value is (246,123,126). Sum of RGB (Red+Green+Blue) = 246+123+126=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B7E is #098481. Grayscale: #A0A0A0. Windows color (decimal): -623746 or 8289270. OLE color: 8289270.
HSL color Cylindrical-coordinate representation of color #F67B7E: hue angle of 358.54º 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 #F67B7E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 126 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.04 |
| HSL | 358.54º | 0.87% | 0.72% | - |
| HSV(B) | 358.54º | 0.5% | 0.96% | - |
| XYZ | 48.85 | 35.27 | 23.97 | - |
| YUV | 160.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 126 | 0 | 0.50 | 0.49 | 0.04 | 358.54 | 0.87 | 0.72 |
| Hex | F6 | 7B | 7E | 0 | 32 | 31 | 4 | 167 | 57 | 48 |
| Octal | 366 | 173 | 176 | 0 | 62 | 61 | 4 | 547 | 127 | 110 |
| Binary | 11110110 | 1111011 | 1111110 | 0 | 110010 | 110001 | 100 | 101100111 | 1010111 | 1001000 |
Color Harmonies of #F67B7E
Complementary color
Monochromatic Colors of #F67B7E
Black with #F67B7E
Text Example
Text Example
White with #F67B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B7E; }
p { color: rgb(246,123,126); }
H1.HeaderClassName
{
color: #F67B7E;
}
.AnyTagClassName
{
color: #F67B7E;
}
</style>
background-color css
<style>
a { background-color: #F67B7E; }
a { background-color: rgb(246,123,126); }
div.DivClassName
{
background-color: #F67B7E;
}
.BgClassName
{
background-color: #F67B7E;
}
</style>
border-color css
<style>
span { border-color: #F67B7E; }
span { border-color: rgb(246,123,126); }
td.TdClassName
{
border-color: #F67B7E;
}
.TagClassName
{
border-color: #F67B7E;
}
</style>