Shades of Crusta #F2935C
Tints of Crusta #F2935C
RGB
CMYK
RGB Variations
Color information
#F2935C (or 0xF2935C) is known color: Crusta. HEX triplet: F2, 93 and 5C. RGB value is (242,147,92). Sum of RGB (Red+Green+Blue) = 242+147+92=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2935C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2935C is #0D6CA3. Grayscale: #A9A9A9. Windows color (decimal): -879780 or 6067186. OLE color: 6067186.
HSL color Cylindrical-coordinate representation of color #F2935C: hue angle of 22º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2935C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 92 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.05 |
| HSL | 22º | 0.85% | 0.65% | - |
| HSV(B) | 22º | 0.62% | 0.95% | - |
| XYZ | 48.98 | 40.52 | 15.36 | - |
| YUV | 169.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 92 | 0 | 0.39 | 0.62 | 0.05 | 22 | 0.85 | 0.65 |
| Hex | F2 | 93 | 5C | 0 | 27 | 3E | 5 | 16 | 55 | 41 |
| Octal | 362 | 223 | 134 | 0 | 47 | 76 | 5 | 26 | 125 | 101 |
| Binary | 11110010 | 10010011 | 1011100 | 0 | 100111 | 111110 | 101 | 10110 | 1010101 | 1000001 |
Color Harmonies of #F2935C
Complementary color
Monochromatic Colors of #F2935C
Black with #F2935C
Text Example
Text Example
White with #F2935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2935C; }
p { color: rgb(242,147,92); }
H1.HeaderClassName
{
color: #F2935C;
}
.AnyTagClassName
{
color: #F2935C;
}
</style>
background-color css
<style>
a { background-color: #F2935C; }
a { background-color: rgb(242,147,92); }
div.DivClassName
{
background-color: #F2935C;
}
.BgClassName
{
background-color: #F2935C;
}
</style>
border-color css
<style>
span { border-color: #F2935C; }
span { border-color: rgb(242,147,92); }
td.TdClassName
{
border-color: #F2935C;
}
.TagClassName
{
border-color: #F2935C;
}
</style>