Shades of Froly #F68082
Tints of Froly #F68082
RGB
CMYK
RGB Variations
Color information
#F68082 (or 0xF68082) is known color: Froly. HEX triplet: F6, 80 and 82. RGB value is (246,128,130). Sum of RGB (Red+Green+Blue) = 246+128+130=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F68082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68082 is #097F7D. Grayscale: #A3A3A3. Windows color (decimal): -622462 or 8552694. OLE color: 8552694.
HSL color Cylindrical-coordinate representation of color #F68082: hue angle of 358.98º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68082 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 130 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.04 |
| HSL | 358.98º | 0.87% | 0.73% | - |
| HSV(B) | 358.98º | 0.48% | 0.96% | - |
| XYZ | 49.75 | 36.64 | 25.57 | - |
| YUV | 163.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 130 | 0 | 0.48 | 0.47 | 0.04 | 358.98 | 0.87 | 0.73 |
| Hex | F6 | 80 | 82 | 0 | 30 | 2F | 4 | 167 | 57 | 49 |
| Octal | 366 | 200 | 202 | 0 | 60 | 57 | 4 | 547 | 127 | 111 |
| Binary | 11110110 | 10000000 | 10000010 | 0 | 110000 | 101111 | 100 | 101100111 | 1010111 | 1001001 |
Color Harmonies of #F68082
Complementary color
Monochromatic Colors of #F68082
Black with #F68082
Text Example
Text Example
White with #F68082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68082; }
p { color: rgb(246,128,130); }
H1.HeaderClassName
{
color: #F68082;
}
.AnyTagClassName
{
color: #F68082;
}
</style>
background-color css
<style>
a { background-color: #F68082; }
a { background-color: rgb(246,128,130); }
div.DivClassName
{
background-color: #F68082;
}
.BgClassName
{
background-color: #F68082;
}
</style>
border-color css
<style>
span { border-color: #F68082; }
span { border-color: rgb(246,128,130); }
td.TdClassName
{
border-color: #F68082;
}
.TagClassName
{
border-color: #F68082;
}
</style>