Shades of Crusta #F1935D
Tints of Crusta #F1935D
RGB
CMYK
RGB Variations
Color information
#F1935D (or 0xF1935D) is known color: Crusta. HEX triplet: F1, 93 and 5D. RGB value is (241,147,93). Sum of RGB (Red+Green+Blue) = 241+147+93=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1935D is #0E6CA2. Grayscale: #A9A9A9. Windows color (decimal): -945315 or 6132721. OLE color: 6132721.
HSL color Cylindrical-coordinate representation of color #F1935D: hue angle of 21.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1935D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 93 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.05 |
| HSL | 21.89º | 0.84% | 0.65% | - |
| HSV(B) | 21.89º | 0.61% | 0.95% | - |
| XYZ | 48.69 | 40.36 | 15.58 | - |
| YUV | 168.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 93 | 0 | 0.39 | 0.61 | 0.05 | 21.89 | 0.84 | 0.65 |
| Hex | F1 | 93 | 5D | 0 | 27 | 3D | 5 | 16 | 54 | 41 |
| Octal | 361 | 223 | 135 | 0 | 47 | 75 | 5 | 26 | 124 | 101 |
| Binary | 11110001 | 10010011 | 1011101 | 0 | 100111 | 111101 | 101 | 10110 | 1010100 | 1000001 |
Color Harmonies of #F1935D
Complementary color
Monochromatic Colors of #F1935D
Black with #F1935D
Text Example
Text Example
White with #F1935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1935D; }
p { color: rgb(241,147,93); }
H1.HeaderClassName
{
color: #F1935D;
}
.AnyTagClassName
{
color: #F1935D;
}
</style>
background-color css
<style>
a { background-color: #F1935D; }
a { background-color: rgb(241,147,93); }
div.DivClassName
{
background-color: #F1935D;
}
.BgClassName
{
background-color: #F1935D;
}
</style>
border-color css
<style>
span { border-color: #F1935D; }
span { border-color: rgb(241,147,93); }
td.TdClassName
{
border-color: #F1935D;
}
.TagClassName
{
border-color: #F1935D;
}
</style>