Shades of Carissma #F58186
Tints of Carissma #F58186
RGB
CMYK
RGB Variations
Color information
#F58186 (or 0xF58186) is known color: Carissma. HEX triplet: F5, 81 and 86. RGB value is (245,129,134). Sum of RGB (Red+Green+Blue) = 245+129+134=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F58186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58186 is #0A7E79. Grayscale: #A4A4A4. Windows color (decimal): -687738 or 8815093. OLE color: 8815093.
HSL color Cylindrical-coordinate representation of color #F58186: hue angle of 357.41º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58186 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 134 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.04 |
| HSL | 357.41º | 0.85% | 0.73% | - |
| HSV(B) | 357.41º | 0.47% | 0.96% | - |
| XYZ | 49.81 | 36.83 | 27.04 | - |
| YUV | 164.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 134 | 0 | 0.47 | 0.45 | 0.04 | 357.41 | 0.85 | 0.73 |
| Hex | F5 | 81 | 86 | 0 | 2F | 2D | 4 | 165 | 55 | 49 |
| Octal | 365 | 201 | 206 | 0 | 57 | 55 | 4 | 545 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10000110 | 0 | 101111 | 101101 | 100 | 101100101 | 1010101 | 1001001 |
Color Harmonies of #F58186
Complementary color
Monochromatic Colors of #F58186
Black with #F58186
Text Example
Text Example
White with #F58186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58186; }
p { color: rgb(245,129,134); }
H1.HeaderClassName
{
color: #F58186;
}
.AnyTagClassName
{
color: #F58186;
}
</style>
background-color css
<style>
a { background-color: #F58186; }
a { background-color: rgb(245,129,134); }
div.DivClassName
{
background-color: #F58186;
}
.BgClassName
{
background-color: #F58186;
}
</style>
border-color css
<style>
span { border-color: #F58186; }
span { border-color: rgb(245,129,134); }
td.TdClassName
{
border-color: #F58186;
}
.TagClassName
{
border-color: #F58186;
}
</style>