Shades of Carissma #F67A86
Tints of Carissma #F67A86
RGB
CMYK
RGB Variations
Color information
#F67A86 (or 0xF67A86) is known color: Carissma. HEX triplet: F6, 7A and 86. RGB value is (246,122,134). Sum of RGB (Red+Green+Blue) = 246+122+134=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67A86 is #098579. Grayscale: #A0A0A0. Windows color (decimal): -623994 or 8813302. OLE color: 8813302.
HSL color Cylindrical-coordinate representation of color #F67A86: hue angle of 354.19º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67A86 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 134 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.04 |
| HSL | 354.19º | 0.87% | 0.72% | - |
| HSV(B) | 354.19º | 0.5% | 0.96% | - |
| XYZ | 49.27 | 35.23 | 26.76 | - |
| YUV | 160.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 134 | 0 | 0.50 | 0.46 | 0.04 | 354.19 | 0.87 | 0.72 |
| Hex | F6 | 7A | 86 | 0 | 32 | 2E | 4 | 162 | 57 | 48 |
| Octal | 366 | 172 | 206 | 0 | 62 | 56 | 4 | 542 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10000110 | 0 | 110010 | 101110 | 100 | 101100010 | 1010111 | 1001000 |
Color Harmonies of #F67A86
Complementary color
Monochromatic Colors of #F67A86
Black with #F67A86
Text Example
Text Example
White with #F67A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A86; }
p { color: rgb(246,122,134); }
H1.HeaderClassName
{
color: #F67A86;
}
.AnyTagClassName
{
color: #F67A86;
}
</style>
background-color css
<style>
a { background-color: #F67A86; }
a { background-color: rgb(246,122,134); }
div.DivClassName
{
background-color: #F67A86;
}
.BgClassName
{
background-color: #F67A86;
}
</style>
border-color css
<style>
span { border-color: #F67A86; }
span { border-color: rgb(246,122,134); }
td.TdClassName
{
border-color: #F67A86;
}
.TagClassName
{
border-color: #F67A86;
}
</style>