Shades of Carissma #F57A85
Tints of Carissma #F57A85
RGB
CMYK
RGB Variations
Color information
#F57A85 (or 0xF57A85) is known color: Carissma. HEX triplet: F5, 7A and 85. RGB value is (245,122,133). Sum of RGB (Red+Green+Blue) = 245+122+133=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57A85 is #0A857A. Grayscale: #A0A0A0. Windows color (decimal): -689531 or 8747765. OLE color: 8747765.
HSL color Cylindrical-coordinate representation of color #F57A85: hue angle of 354.63º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57A85 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 133 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.04 |
| HSL | 354.63º | 0.86% | 0.72% | - |
| HSV(B) | 354.63º | 0.5% | 0.96% | - |
| XYZ | 48.85 | 35.03 | 26.38 | - |
| YUV | 160.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 133 | 0 | 0.50 | 0.46 | 0.04 | 354.63 | 0.86 | 0.72 |
| Hex | F5 | 7A | 85 | 0 | 32 | 2E | 4 | 163 | 56 | 48 |
| Octal | 365 | 172 | 205 | 0 | 62 | 56 | 4 | 543 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10000101 | 0 | 110010 | 101110 | 100 | 101100011 | 1010110 | 1001000 |
Color Harmonies of #F57A85
Complementary color
Monochromatic Colors of #F57A85
Black with #F57A85
Text Example
Text Example
White with #F57A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A85; }
p { color: rgb(245,122,133); }
H1.HeaderClassName
{
color: #F57A85;
}
.AnyTagClassName
{
color: #F57A85;
}
</style>
background-color css
<style>
a { background-color: #F57A85; }
a { background-color: rgb(245,122,133); }
div.DivClassName
{
background-color: #F57A85;
}
.BgClassName
{
background-color: #F57A85;
}
</style>
border-color css
<style>
span { border-color: #F57A85; }
span { border-color: rgb(245,122,133); }
td.TdClassName
{
border-color: #F57A85;
}
.TagClassName
{
border-color: #F57A85;
}
</style>