Shades of Carissma #F57995
Tints of Carissma #F57995
RGB
CMYK
RGB Variations
Color information
#F57995 (or 0xF57995) is known color: Carissma. HEX triplet: F5, 79 and 95. RGB value is (245,121,149). Sum of RGB (Red+Green+Blue) = 245+121+149=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F57995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57995 is #0A866A. Grayscale: #A1A1A1. Windows color (decimal): -689771 or 9796085. OLE color: 9796085.
HSL color Cylindrical-coordinate representation of color #F57995: hue angle of 346.45º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57995 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 149 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.04 |
| HSL | 346.45º | 0.86% | 0.72% | - |
| HSV(B) | 346.45º | 0.51% | 0.96% | - |
| XYZ | 49.92 | 35.26 | 32.61 | - |
| YUV | 161.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 149 | 0 | 0.51 | 0.39 | 0.04 | 346.45 | 0.86 | 0.72 |
| Hex | F5 | 79 | 95 | 0 | 33 | 27 | 4 | 15A | 56 | 48 |
| Octal | 365 | 171 | 225 | 0 | 63 | 47 | 4 | 532 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10010101 | 0 | 110011 | 100111 | 100 | 101011010 | 1010110 | 1001000 |
Color Harmonies of #F57995
Complementary color
Monochromatic Colors of #F57995
Black with #F57995
Text Example
Text Example
White with #F57995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57995; }
p { color: rgb(245,121,149); }
H1.HeaderClassName
{
color: #F57995;
}
.AnyTagClassName
{
color: #F57995;
}
</style>
background-color css
<style>
a { background-color: #F57995; }
a { background-color: rgb(245,121,149); }
div.DivClassName
{
background-color: #F57995;
}
.BgClassName
{
background-color: #F57995;
}
</style>
border-color css
<style>
span { border-color: #F57995; }
span { border-color: rgb(245,121,149); }
td.TdClassName
{
border-color: #F57995;
}
.TagClassName
{
border-color: #F57995;
}
</style>