Shades of Crusta #F2935D
Tints of Crusta #F2935D
RGB
CMYK
RGB Variations
Color information
#F2935D (or 0xF2935D) is known color: Crusta. HEX triplet: F2, 93 and 5D. RGB value is (242,147,93). Sum of RGB (Red+Green+Blue) = 242+147+93=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2935D is #0D6CA2. Grayscale: #A9A9A9. Windows color (decimal): -879779 or 6132722. OLE color: 6132722.
HSL color Cylindrical-coordinate representation of color #F2935D: hue angle of 21.74º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2935D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 93 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.05 |
| HSL | 21.74º | 0.85% | 0.66% | - |
| HSV(B) | 21.74º | 0.62% | 0.95% | - |
| XYZ | 49.03 | 40.54 | 15.6 | - |
| YUV | 169.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 93 | 0 | 0.39 | 0.62 | 0.05 | 21.74 | 0.85 | 0.66 |
| Hex | F2 | 93 | 5D | 0 | 27 | 3E | 5 | 16 | 55 | 42 |
| Octal | 362 | 223 | 135 | 0 | 47 | 76 | 5 | 26 | 125 | 102 |
| Binary | 11110010 | 10010011 | 1011101 | 0 | 100111 | 111110 | 101 | 10110 | 1010101 | 1000010 |
Color Harmonies of #F2935D
Complementary color
Monochromatic Colors of #F2935D
Black with #F2935D
Text Example
Text Example
White with #F2935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2935D; }
p { color: rgb(242,147,93); }
H1.HeaderClassName
{
color: #F2935D;
}
.AnyTagClassName
{
color: #F2935D;
}
</style>
background-color css
<style>
a { background-color: #F2935D; }
a { background-color: rgb(242,147,93); }
div.DivClassName
{
background-color: #F2935D;
}
.BgClassName
{
background-color: #F2935D;
}
</style>
border-color css
<style>
span { border-color: #F2935D; }
span { border-color: rgb(242,147,93); }
td.TdClassName
{
border-color: #F2935D;
}
.TagClassName
{
border-color: #F2935D;
}
</style>