Shades of Carissma #F57794
Tints of Carissma #F57794
RGB
CMYK
RGB Variations
Color information
#F57794 (or 0xF57794) is known color: Carissma. HEX triplet: F5, 77 and 94. RGB value is (245,119,148). Sum of RGB (Red+Green+Blue) = 245+119+148=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F57794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57794 is #0A886B. Grayscale: #9F9F9F. Windows color (decimal): -690284 or 9730037. OLE color: 9730037.
HSL color Cylindrical-coordinate representation of color #F57794: hue angle of 346.19º 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 #F57794 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 148 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.04 |
| HSL | 346.19º | 0.86% | 0.71% | - |
| HSV(B) | 346.19º | 0.51% | 0.96% | - |
| XYZ | 49.6 | 34.74 | 32.11 | - |
| YUV | 159.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 148 | 0 | 0.51 | 0.40 | 0.04 | 346.19 | 0.86 | 0.71 |
| Hex | F5 | 77 | 94 | 0 | 33 | 28 | 4 | 15A | 56 | 47 |
| Octal | 365 | 167 | 224 | 0 | 63 | 50 | 4 | 532 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10010100 | 0 | 110011 | 101000 | 100 | 101011010 | 1010110 | 1000111 |
Color Harmonies of #F57794
Complementary color
Monochromatic Colors of #F57794
Black with #F57794
Text Example
Text Example
White with #F57794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57794; }
p { color: rgb(245,119,148); }
H1.HeaderClassName
{
color: #F57794;
}
.AnyTagClassName
{
color: #F57794;
}
</style>
background-color css
<style>
a { background-color: #F57794; }
a { background-color: rgb(245,119,148); }
div.DivClassName
{
background-color: #F57794;
}
.BgClassName
{
background-color: #F57794;
}
</style>
border-color css
<style>
span { border-color: #F57794; }
span { border-color: rgb(245,119,148); }
td.TdClassName
{
border-color: #F57794;
}
.TagClassName
{
border-color: #F57794;
}
</style>