Shades of Carissma #F57897
Tints of Carissma #F57897
RGB
CMYK
RGB Variations
Color information
#F57897 (or 0xF57897) is known color: Carissma. HEX triplet: F5, 78 and 97. RGB value is (245,120,151). Sum of RGB (Red+Green+Blue) = 245+120+151=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F57897 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57897 is #0A8768. Grayscale: #A0A0A0. Windows color (decimal): -690025 or 9926901. OLE color: 9926901.
HSL color Cylindrical-coordinate representation of color #F57897: hue angle of 345.12º 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 #F57897 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 151 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.04 |
| HSL | 345.12º | 0.86% | 0.72% | - |
| HSV(B) | 345.12º | 0.51% | 0.96% | - |
| XYZ | 49.96 | 35.08 | 33.42 | - |
| YUV | 160.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 151 | 0 | 0.51 | 0.38 | 0.04 | 345.12 | 0.86 | 0.72 |
| Hex | F5 | 78 | 97 | 0 | 33 | 26 | 4 | 159 | 56 | 48 |
| Octal | 365 | 170 | 227 | 0 | 63 | 46 | 4 | 531 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10010111 | 0 | 110011 | 100110 | 100 | 101011001 | 1010110 | 1001000 |
Color Harmonies of #F57897
Complementary color
Monochromatic Colors of #F57897
Black with #F57897
Text Example
Text Example
White with #F57897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57897; }
p { color: rgb(245,120,151); }
H1.HeaderClassName
{
color: #F57897;
}
.AnyTagClassName
{
color: #F57897;
}
</style>
background-color css
<style>
a { background-color: #F57897; }
a { background-color: rgb(245,120,151); }
div.DivClassName
{
background-color: #F57897;
}
.BgClassName
{
background-color: #F57897;
}
</style>
border-color css
<style>
span { border-color: #F57897; }
span { border-color: rgb(245,120,151); }
td.TdClassName
{
border-color: #F57897;
}
.TagClassName
{
border-color: #F57897;
}
</style>