Shades of Carissma #F57590
Tints of Carissma #F57590
RGB
CMYK
RGB Variations
Color information
#F57590 (or 0xF57590) is known color: Carissma. HEX triplet: F5, 75 and 90. RGB value is (245,117,144). Sum of RGB (Red+Green+Blue) = 245+117+144=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F57590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57590 is #0A8A6F. Grayscale: #9E9E9E. Windows color (decimal): -690800 or 9467381. OLE color: 9467381.
HSL color Cylindrical-coordinate representation of color #F57590: hue angle of 347.34º 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 #F57590 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 144 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.04 |
| HSL | 347.34º | 0.86% | 0.71% | - |
| HSV(B) | 347.34º | 0.52% | 0.96% | - |
| XYZ | 49.05 | 34.15 | 30.39 | - |
| YUV | 158.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 144 | 0 | 0.52 | 0.41 | 0.04 | 347.34 | 0.86 | 0.71 |
| Hex | F5 | 75 | 90 | 0 | 34 | 29 | 4 | 15B | 56 | 47 |
| Octal | 365 | 165 | 220 | 0 | 64 | 51 | 4 | 533 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10010000 | 0 | 110100 | 101001 | 100 | 101011011 | 1010110 | 1000111 |
Color Harmonies of #F57590
Complementary color
Monochromatic Colors of #F57590
Black with #F57590
Text Example
Text Example
White with #F57590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57590; }
p { color: rgb(245,117,144); }
H1.HeaderClassName
{
color: #F57590;
}
.AnyTagClassName
{
color: #F57590;
}
</style>
background-color css
<style>
a { background-color: #F57590; }
a { background-color: rgb(245,117,144); }
div.DivClassName
{
background-color: #F57590;
}
.BgClassName
{
background-color: #F57590;
}
</style>
border-color css
<style>
span { border-color: #F57590; }
span { border-color: rgb(245,117,144); }
td.TdClassName
{
border-color: #F57590;
}
.TagClassName
{
border-color: #F57590;
}
</style>