Shades of Froly #F67478
Tints of Froly #F67478
RGB
CMYK
RGB Variations
Color information
#F67478 (or 0xF67478) is known color: Froly. HEX triplet: F6, 74 and 78. RGB value is (246,116,120). Sum of RGB (Red+Green+Blue) = 246+116+120=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F67478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67478 is #098B87. Grayscale: #9B9B9B. Windows color (decimal): -625544 or 7894262. OLE color: 7894262.
HSL color Cylindrical-coordinate representation of color #F67478: hue angle of 358.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67478 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 120 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.04 |
| HSL | 358.15º | 0.88% | 0.71% | - |
| HSV(B) | 358.15º | 0.53% | 0.96% | - |
| XYZ | 47.64 | 33.44 | 21.71 | - |
| YUV | 155.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 120 | 0 | 0.53 | 0.51 | 0.04 | 358.15 | 0.88 | 0.71 |
| Hex | F6 | 74 | 78 | 0 | 35 | 33 | 4 | 166 | 58 | 47 |
| Octal | 366 | 164 | 170 | 0 | 65 | 63 | 4 | 546 | 130 | 107 |
| Binary | 11110110 | 1110100 | 1111000 | 0 | 110101 | 110011 | 100 | 101100110 | 1011000 | 1000111 |
Color Harmonies of #F67478
Complementary color
Monochromatic Colors of #F67478
Black with #F67478
Text Example
Text Example
White with #F67478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67478; }
p { color: rgb(246,116,120); }
H1.HeaderClassName
{
color: #F67478;
}
.AnyTagClassName
{
color: #F67478;
}
</style>
background-color css
<style>
a { background-color: #F67478; }
a { background-color: rgb(246,116,120); }
div.DivClassName
{
background-color: #F67478;
}
.BgClassName
{
background-color: #F67478;
}
</style>
border-color css
<style>
span { border-color: #F67478; }
span { border-color: rgb(246,116,120); }
td.TdClassName
{
border-color: #F67478;
}
.TagClassName
{
border-color: #F67478;
}
</style>