Shades of Carissma #F58090
Tints of Carissma #F58090
RGB
CMYK
RGB Variations
Color information
#F58090 (or 0xF58090) is known color: Carissma. HEX triplet: F5, 80 and 90. RGB value is (245,128,144). Sum of RGB (Red+Green+Blue) = 245+128+144=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F58090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58090 is #0A7F6F. Grayscale: #A4A4A4. Windows color (decimal): -687984 or 9470197. OLE color: 9470197.
HSL color Cylindrical-coordinate representation of color #F58090: hue angle of 351.79º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58090 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 144 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.04 |
| HSL | 351.79º | 0.85% | 0.73% | - |
| HSV(B) | 351.79º | 0.48% | 0.96% | - |
| XYZ | 50.41 | 36.86 | 30.84 | - |
| YUV | 164.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 144 | 0 | 0.48 | 0.41 | 0.04 | 351.79 | 0.85 | 0.73 |
| Hex | F5 | 80 | 90 | 0 | 30 | 29 | 4 | 160 | 55 | 49 |
| Octal | 365 | 200 | 220 | 0 | 60 | 51 | 4 | 540 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10010000 | 0 | 110000 | 101001 | 100 | 101100000 | 1010101 | 1001001 |
Color Harmonies of #F58090
Complementary color
Monochromatic Colors of #F58090
Black with #F58090
Text Example
Text Example
White with #F58090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58090; }
p { color: rgb(245,128,144); }
H1.HeaderClassName
{
color: #F58090;
}
.AnyTagClassName
{
color: #F58090;
}
</style>
background-color css
<style>
a { background-color: #F58090; }
a { background-color: rgb(245,128,144); }
div.DivClassName
{
background-color: #F58090;
}
.BgClassName
{
background-color: #F58090;
}
</style>
border-color css
<style>
span { border-color: #F58090; }
span { border-color: rgb(245,128,144); }
td.TdClassName
{
border-color: #F58090;
}
.TagClassName
{
border-color: #F58090;
}
</style>