Shades of Crusta #F2935B
Tints of Crusta #F2935B
RGB
CMYK
RGB Variations
Color information
#F2935B (or 0xF2935B) is known color: Crusta. HEX triplet: F2, 93 and 5B. RGB value is (242,147,91). Sum of RGB (Red+Green+Blue) = 242+147+91=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2935B is #0D6CA4. Grayscale: #A9A9A9. Windows color (decimal): -879781 or 6001650. OLE color: 6001650.
HSL color Cylindrical-coordinate representation of color #F2935B: hue angle of 22.25º 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 #F2935B is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 91 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.05 |
| HSL | 22.25º | 0.85% | 0.65% | - |
| HSV(B) | 22.25º | 0.62% | 0.95% | - |
| XYZ | 48.94 | 40.5 | 15.14 | - |
| YUV | 169.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 91 | 0 | 0.39 | 0.62 | 0.05 | 22.25 | 0.85 | 0.65 |
| Hex | F2 | 93 | 5B | 0 | 27 | 3E | 5 | 16 | 55 | 41 |
| Octal | 362 | 223 | 133 | 0 | 47 | 76 | 5 | 26 | 125 | 101 |
| Binary | 11110010 | 10010011 | 1011011 | 0 | 100111 | 111110 | 101 | 10110 | 1010101 | 1000001 |
Color Harmonies of #F2935B
Complementary color
Monochromatic Colors of #F2935B
Black with #F2935B
Text Example
Text Example
White with #F2935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2935B; }
p { color: rgb(242,147,91); }
H1.HeaderClassName
{
color: #F2935B;
}
.AnyTagClassName
{
color: #F2935B;
}
</style>
background-color css
<style>
a { background-color: #F2935B; }
a { background-color: rgb(242,147,91); }
div.DivClassName
{
background-color: #F2935B;
}
.BgClassName
{
background-color: #F2935B;
}
</style>
border-color css
<style>
span { border-color: #F2935B; }
span { border-color: rgb(242,147,91); }
td.TdClassName
{
border-color: #F2935B;
}
.TagClassName
{
border-color: #F2935B;
}
</style>