Shades of Carissma #F57694
Tints of Carissma #F57694
RGB
CMYK
RGB Variations
Color information
#F57694 (or 0xF57694) is known color: Carissma. HEX triplet: F5, 76 and 94. RGB value is (245,118,148). Sum of RGB (Red+Green+Blue) = 245+118+148=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F57694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57694 is #0A896B. Grayscale: #9F9F9F. Windows color (decimal): -690540 or 9729781. OLE color: 9729781.
HSL color Cylindrical-coordinate representation of color #F57694: hue angle of 345.83º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57694 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 148 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.04 |
| HSL | 345.83º | 0.86% | 0.71% | - |
| HSV(B) | 345.83º | 0.52% | 0.96% | - |
| XYZ | 49.48 | 34.51 | 32.07 | - |
| YUV | 159.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 148 | 0 | 0.52 | 0.40 | 0.04 | 345.83 | 0.86 | 0.71 |
| Hex | F5 | 76 | 94 | 0 | 34 | 28 | 4 | 15A | 56 | 47 |
| Octal | 365 | 166 | 224 | 0 | 64 | 50 | 4 | 532 | 126 | 107 |
| Binary | 11110101 | 1110110 | 10010100 | 0 | 110100 | 101000 | 100 | 101011010 | 1010110 | 1000111 |
Color Harmonies of #F57694
Complementary color
Monochromatic Colors of #F57694
Black with #F57694
Text Example
Text Example
White with #F57694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57694; }
p { color: rgb(245,118,148); }
H1.HeaderClassName
{
color: #F57694;
}
.AnyTagClassName
{
color: #F57694;
}
</style>
background-color css
<style>
a { background-color: #F57694; }
a { background-color: rgb(245,118,148); }
div.DivClassName
{
background-color: #F57694;
}
.BgClassName
{
background-color: #F57694;
}
</style>
border-color css
<style>
span { border-color: #F57694; }
span { border-color: rgb(245,118,148); }
td.TdClassName
{
border-color: #F57694;
}
.TagClassName
{
border-color: #F57694;
}
</style>