Shades of Carissma #F57396
Tints of Carissma #F57396
RGB
CMYK
RGB Variations
Color information
#F57396 (or 0xF57396) is known color: Carissma. HEX triplet: F5, 73 and 96. RGB value is (245,115,150). Sum of RGB (Red+Green+Blue) = 245+115+150=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57396 is #0A8C69. Grayscale: #9D9D9D. Windows color (decimal): -691306 or 9860085. OLE color: 9860085.
HSL color Cylindrical-coordinate representation of color #F57396: hue angle of 343.85º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57396 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 150 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.04 |
| HSL | 343.85º | 0.87% | 0.71% | - |
| HSV(B) | 343.85º | 0.53% | 0.96% | - |
| XYZ | 49.29 | 33.88 | 32.79 | - |
| YUV | 157.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 150 | 0 | 0.53 | 0.39 | 0.04 | 343.85 | 0.87 | 0.71 |
| Hex | F5 | 73 | 96 | 0 | 35 | 27 | 4 | 158 | 57 | 47 |
| Octal | 365 | 163 | 226 | 0 | 65 | 47 | 4 | 530 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10010110 | 0 | 110101 | 100111 | 100 | 101011000 | 1010111 | 1000111 |
Color Harmonies of #F57396
Complementary color
Monochromatic Colors of #F57396
Black with #F57396
Text Example
Text Example
White with #F57396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57396; }
p { color: rgb(245,115,150); }
H1.HeaderClassName
{
color: #F57396;
}
.AnyTagClassName
{
color: #F57396;
}
</style>
background-color css
<style>
a { background-color: #F57396; }
a { background-color: rgb(245,115,150); }
div.DivClassName
{
background-color: #F57396;
}
.BgClassName
{
background-color: #F57396;
}
</style>
border-color css
<style>
span { border-color: #F57396; }
span { border-color: rgb(245,115,150); }
td.TdClassName
{
border-color: #F57396;
}
.TagClassName
{
border-color: #F57396;
}
</style>