Shades of Crusta #F68161
Tints of Crusta #F68161
RGB
CMYK
RGB Variations
Color information
#F68161 (or 0xF68161) is known color: Crusta. HEX triplet: F6, 81 and 61. RGB value is (246,129,97). Sum of RGB (Red+Green+Blue) = 246+129+97=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F68161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68161 is #097E9E. Grayscale: #A0A0A0. Windows color (decimal): -622239 or 6390262. OLE color: 6390262.
HSL color Cylindrical-coordinate representation of color #F68161: hue angle of 12.89º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F68161 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 97 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.04 |
| HSL | 12.89º | 0.89% | 0.67% | - |
| HSV(B) | 12.89º | 0.61% | 0.96% | - |
| XYZ | 48.01 | 36.16 | 15.76 | - |
| YUV | 160.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 97 | 0 | 0.48 | 0.61 | 0.04 | 12.89 | 0.89 | 0.67 |
| Hex | F6 | 81 | 61 | 0 | 30 | 3D | 4 | D | 59 | 43 |
| Octal | 366 | 201 | 141 | 0 | 60 | 75 | 4 | 15 | 131 | 103 |
| Binary | 11110110 | 10000001 | 1100001 | 0 | 110000 | 111101 | 100 | 1101 | 1011001 | 1000011 |
Color Harmonies of #F68161
Complementary color
Monochromatic Colors of #F68161
Black with #F68161
Text Example
Text Example
White with #F68161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68161; }
p { color: rgb(246,129,97); }
H1.HeaderClassName
{
color: #F68161;
}
.AnyTagClassName
{
color: #F68161;
}
</style>
background-color css
<style>
a { background-color: #F68161; }
a { background-color: rgb(246,129,97); }
div.DivClassName
{
background-color: #F68161;
}
.BgClassName
{
background-color: #F68161;
}
</style>
border-color css
<style>
span { border-color: #F68161; }
span { border-color: rgb(246,129,97); }
td.TdClassName
{
border-color: #F68161;
}
.TagClassName
{
border-color: #F68161;
}
</style>