Shades of Carissma #F57495
Tints of Carissma #F57495
RGB
CMYK
RGB Variations
Color information
#F57495 (or 0xF57495) is known color: Carissma. HEX triplet: F5, 74 and 95. RGB value is (245,116,149). Sum of RGB (Red+Green+Blue) = 245+116+149=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57495 is #0A8B6A. Grayscale: #9E9E9E. Windows color (decimal): -691051 or 9794805. OLE color: 9794805.
HSL color Cylindrical-coordinate representation of color #F57495: hue angle of 344.65º 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 #F57495 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 149 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.04 |
| HSL | 344.65º | 0.87% | 0.71% | - |
| HSV(B) | 344.65º | 0.53% | 0.96% | - |
| XYZ | 49.33 | 34.07 | 32.41 | - |
| YUV | 158.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 149 | 0 | 0.53 | 0.39 | 0.04 | 344.65 | 0.87 | 0.71 |
| Hex | F5 | 74 | 95 | 0 | 35 | 27 | 4 | 159 | 57 | 47 |
| Octal | 365 | 164 | 225 | 0 | 65 | 47 | 4 | 531 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10010101 | 0 | 110101 | 100111 | 100 | 101011001 | 1010111 | 1000111 |
Color Harmonies of #F57495
Complementary color
Monochromatic Colors of #F57495
Black with #F57495
Text Example
Text Example
White with #F57495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57495; }
p { color: rgb(245,116,149); }
H1.HeaderClassName
{
color: #F57495;
}
.AnyTagClassName
{
color: #F57495;
}
</style>
background-color css
<style>
a { background-color: #F57495; }
a { background-color: rgb(245,116,149); }
div.DivClassName
{
background-color: #F57495;
}
.BgClassName
{
background-color: #F57495;
}
</style>
border-color css
<style>
span { border-color: #F57495; }
span { border-color: rgb(245,116,149); }
td.TdClassName
{
border-color: #F57495;
}
.TagClassName
{
border-color: #F57495;
}
</style>