Shades of Carissma #F57690
Tints of Carissma #F57690
RGB
CMYK
RGB Variations
Color information
#F57690 (or 0xF57690) is known color: Carissma. HEX triplet: F5, 76 and 90. RGB value is (245,118,144). Sum of RGB (Red+Green+Blue) = 245+118+144=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57690 is #0A896F. Grayscale: #9E9E9E. Windows color (decimal): -690544 or 9467637. OLE color: 9467637.
HSL color Cylindrical-coordinate representation of color #F57690: hue angle of 347.72º 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 #F57690 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 144 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.04 |
| HSL | 347.72º | 0.86% | 0.71% | - |
| HSV(B) | 347.72º | 0.52% | 0.96% | - |
| XYZ | 49.17 | 34.38 | 30.43 | - |
| YUV | 158.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 144 | 0 | 0.52 | 0.41 | 0.04 | 347.72 | 0.86 | 0.71 |
| Hex | F5 | 76 | 90 | 0 | 34 | 29 | 4 | 15C | 56 | 47 |
| Octal | 365 | 166 | 220 | 0 | 64 | 51 | 4 | 534 | 126 | 107 |
| Binary | 11110101 | 1110110 | 10010000 | 0 | 110100 | 101001 | 100 | 101011100 | 1010110 | 1000111 |
Color Harmonies of #F57690
Complementary color
Monochromatic Colors of #F57690
Black with #F57690
Text Example
Text Example
White with #F57690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57690; }
p { color: rgb(245,118,144); }
H1.HeaderClassName
{
color: #F57690;
}
.AnyTagClassName
{
color: #F57690;
}
</style>
background-color css
<style>
a { background-color: #F57690; }
a { background-color: rgb(245,118,144); }
div.DivClassName
{
background-color: #F57690;
}
.BgClassName
{
background-color: #F57690;
}
</style>
border-color css
<style>
span { border-color: #F57690; }
span { border-color: rgb(245,118,144); }
td.TdClassName
{
border-color: #F57690;
}
.TagClassName
{
border-color: #F57690;
}
</style>