Shades of Crusta #F3815E
Tints of Crusta #F3815E
RGB
CMYK
RGB Variations
Color information
#F3815E (or 0xF3815E) is known color: Crusta. HEX triplet: F3, 81 and 5E. RGB value is (243,129,94). Sum of RGB (Red+Green+Blue) = 243+129+94=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3815E is #0C7EA1. Grayscale: #9F9F9F. Windows color (decimal): -818850 or 6193651. OLE color: 6193651.
HSL color Cylindrical-coordinate representation of color #F3815E: hue angle of 14.09º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3815E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 94 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.05 |
| HSL | 14.09º | 0.86% | 0.66% | - |
| HSV(B) | 14.09º | 0.61% | 0.95% | - |
| XYZ | 46.83 | 35.56 | 14.99 | - |
| YUV | 159.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 94 | 0 | 0.47 | 0.61 | 0.05 | 14.09 | 0.86 | 0.66 |
| Hex | F3 | 81 | 5E | 0 | 2F | 3D | 5 | E | 56 | 42 |
| Octal | 363 | 201 | 136 | 0 | 57 | 75 | 5 | 16 | 126 | 102 |
| Binary | 11110011 | 10000001 | 1011110 | 0 | 101111 | 111101 | 101 | 1110 | 1010110 | 1000010 |
Color Harmonies of #F3815E
Complementary color
Monochromatic Colors of #F3815E
Black with #F3815E
Text Example
Text Example
White with #F3815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3815E; }
p { color: rgb(243,129,94); }
H1.HeaderClassName
{
color: #F3815E;
}
.AnyTagClassName
{
color: #F3815E;
}
</style>
background-color css
<style>
a { background-color: #F3815E; }
a { background-color: rgb(243,129,94); }
div.DivClassName
{
background-color: #F3815E;
}
.BgClassName
{
background-color: #F3815E;
}
</style>
border-color css
<style>
span { border-color: #F3815E; }
span { border-color: rgb(243,129,94); }
td.TdClassName
{
border-color: #F3815E;
}
.TagClassName
{
border-color: #F3815E;
}
</style>