Shades of Carissma #F57B85
Tints of Carissma #F57B85
RGB
CMYK
RGB Variations
Color information
#F57B85 (or 0xF57B85) is known color: Carissma. HEX triplet: F5, 7B and 85. RGB value is (245,123,133). Sum of RGB (Red+Green+Blue) = 245+123+133=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57B85 is #0A847A. Grayscale: #A0A0A0. Windows color (decimal): -689275 or 8748021. OLE color: 8748021.
HSL color Cylindrical-coordinate representation of color #F57B85: hue angle of 355.08º 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 #F57B85 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 133 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.04 |
| HSL | 355.08º | 0.86% | 0.72% | - |
| HSV(B) | 355.08º | 0.5% | 0.96% | - |
| XYZ | 48.97 | 35.27 | 26.42 | - |
| YUV | 160.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 133 | 0 | 0.50 | 0.46 | 0.04 | 355.08 | 0.86 | 0.72 |
| Hex | F5 | 7B | 85 | 0 | 32 | 2E | 4 | 163 | 56 | 48 |
| Octal | 365 | 173 | 205 | 0 | 62 | 56 | 4 | 543 | 126 | 110 |
| Binary | 11110101 | 1111011 | 10000101 | 0 | 110010 | 101110 | 100 | 101100011 | 1010110 | 1001000 |
Color Harmonies of #F57B85
Complementary color
Monochromatic Colors of #F57B85
Black with #F57B85
Text Example
Text Example
White with #F57B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B85; }
p { color: rgb(245,123,133); }
H1.HeaderClassName
{
color: #F57B85;
}
.AnyTagClassName
{
color: #F57B85;
}
</style>
background-color css
<style>
a { background-color: #F57B85; }
a { background-color: rgb(245,123,133); }
div.DivClassName
{
background-color: #F57B85;
}
.BgClassName
{
background-color: #F57B85;
}
</style>
border-color css
<style>
span { border-color: #F57B85; }
span { border-color: rgb(245,123,133); }
td.TdClassName
{
border-color: #F57B85;
}
.TagClassName
{
border-color: #F57B85;
}
</style>