Shades of Carissma #F67895
Tints of Carissma #F67895
RGB
CMYK
RGB Variations
Color information
#F67895 (or 0xF67895) is known color: Carissma. HEX triplet: F6, 78 and 95. RGB value is (246,120,149). Sum of RGB (Red+Green+Blue) = 246+120+149=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F67895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67895 is #09876A. Grayscale: #A0A0A0. Windows color (decimal): -624491 or 9795830. OLE color: 9795830.
HSL color Cylindrical-coordinate representation of color #F67895: hue angle of 346.19º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67895 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 149 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.04 |
| HSL | 346.19º | 0.88% | 0.72% | - |
| HSV(B) | 346.19º | 0.51% | 0.96% | - |
| XYZ | 50.15 | 35.2 | 32.58 | - |
| YUV | 160.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 149 | 0 | 0.51 | 0.39 | 0.04 | 346.19 | 0.88 | 0.72 |
| Hex | F6 | 78 | 95 | 0 | 33 | 27 | 4 | 15A | 58 | 48 |
| Octal | 366 | 170 | 225 | 0 | 63 | 47 | 4 | 532 | 130 | 110 |
| Binary | 11110110 | 1111000 | 10010101 | 0 | 110011 | 100111 | 100 | 101011010 | 1011000 | 1001000 |
Color Harmonies of #F67895
Complementary color
Monochromatic Colors of #F67895
Black with #F67895
Text Example
Text Example
White with #F67895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67895; }
p { color: rgb(246,120,149); }
H1.HeaderClassName
{
color: #F67895;
}
.AnyTagClassName
{
color: #F67895;
}
</style>
background-color css
<style>
a { background-color: #F67895; }
a { background-color: rgb(246,120,149); }
div.DivClassName
{
background-color: #F67895;
}
.BgClassName
{
background-color: #F67895;
}
</style>
border-color css
<style>
span { border-color: #F67895; }
span { border-color: rgb(246,120,149); }
td.TdClassName
{
border-color: #F67895;
}
.TagClassName
{
border-color: #F67895;
}
</style>