Shades of Carissma #F57793
Tints of Carissma #F57793
RGB
CMYK
RGB Variations
Color information
#F57793 (or 0xF57793) is known color: Carissma. HEX triplet: F5, 77 and 93. RGB value is (245,119,147). Sum of RGB (Red+Green+Blue) = 245+119+147=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F57793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57793 is #0A886C. Grayscale: #9F9F9F. Windows color (decimal): -690285 or 9664501. OLE color: 9664501.
HSL color Cylindrical-coordinate representation of color #F57793: hue angle of 346.67º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57793 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 147 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.04 |
| HSL | 346.67º | 0.86% | 0.71% | - |
| HSV(B) | 346.67º | 0.51% | 0.96% | - |
| XYZ | 49.52 | 34.71 | 31.69 | - |
| YUV | 159.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 147 | 0 | 0.51 | 0.4 | 0.04 | 346.67 | 0.86 | 0.71 |
| Hex | F5 | 77 | 93 | 0 | 33 | 28 | 4 | 15B | 56 | 47 |
| Octal | 365 | 167 | 223 | 0 | 63 | 50 | 4 | 533 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10010011 | 0 | 110011 | 101000 | 100 | 101011011 | 1010110 | 1000111 |
Color Harmonies of #F57793
Complementary color
Monochromatic Colors of #F57793
Black with #F57793
Text Example
Text Example
White with #F57793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57793; }
p { color: rgb(245,119,147); }
H1.HeaderClassName
{
color: #F57793;
}
.AnyTagClassName
{
color: #F57793;
}
</style>
background-color css
<style>
a { background-color: #F57793; }
a { background-color: rgb(245,119,147); }
div.DivClassName
{
background-color: #F57793;
}
.BgClassName
{
background-color: #F57793;
}
</style>
border-color css
<style>
span { border-color: #F57793; }
span { border-color: rgb(245,119,147); }
td.TdClassName
{
border-color: #F57793;
}
.TagClassName
{
border-color: #F57793;
}
</style>