Shades of Carissma #F58086
Tints of Carissma #F58086
RGB
CMYK
RGB Variations
Color information
#F58086 (or 0xF58086) is known color: Carissma. HEX triplet: F5, 80 and 86. RGB value is (245,128,134). Sum of RGB (Red+Green+Blue) = 245+128+134=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58086 is #0A7F79. Grayscale: #A3A3A3. Windows color (decimal): -687994 or 8814837. OLE color: 8814837.
HSL color Cylindrical-coordinate representation of color #F58086: hue angle of 356.92º 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 #F58086 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 134 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.04 |
| HSL | 356.92º | 0.85% | 0.73% | - |
| HSV(B) | 356.92º | 0.48% | 0.96% | - |
| XYZ | 49.68 | 36.57 | 27 | - |
| YUV | 163.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 134 | 0 | 0.48 | 0.45 | 0.04 | 356.92 | 0.85 | 0.73 |
| Hex | F5 | 80 | 86 | 0 | 30 | 2D | 4 | 165 | 55 | 49 |
| Octal | 365 | 200 | 206 | 0 | 60 | 55 | 4 | 545 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10000110 | 0 | 110000 | 101101 | 100 | 101100101 | 1010101 | 1001001 |
Color Harmonies of #F58086
Complementary color
Monochromatic Colors of #F58086
Black with #F58086
Text Example
Text Example
White with #F58086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58086; }
p { color: rgb(245,128,134); }
H1.HeaderClassName
{
color: #F58086;
}
.AnyTagClassName
{
color: #F58086;
}
</style>
background-color css
<style>
a { background-color: #F58086; }
a { background-color: rgb(245,128,134); }
div.DivClassName
{
background-color: #F58086;
}
.BgClassName
{
background-color: #F58086;
}
</style>
border-color css
<style>
span { border-color: #F58086; }
span { border-color: rgb(245,128,134); }
td.TdClassName
{
border-color: #F58086;
}
.TagClassName
{
border-color: #F58086;
}
</style>