Shades of Carissma #F67891
Tints of Carissma #F67891
RGB
CMYK
RGB Variations
Color information
#F67891 (or 0xF67891) is known color: Carissma. HEX triplet: F6, 78 and 91. RGB value is (246,120,145). Sum of RGB (Red+Green+Blue) = 246+120+145=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F67891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67891 is #09876E. Grayscale: #A0A0A0. Windows color (decimal): -624495 or 9533686. OLE color: 9533686.
HSL color Cylindrical-coordinate representation of color #F67891: hue angle of 348.1º 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 #F67891 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 145 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.04 |
| HSL | 348.1º | 0.88% | 0.72% | - |
| HSV(B) | 348.1º | 0.51% | 0.96% | - |
| XYZ | 49.83 | 35.07 | 30.93 | - |
| YUV | 160.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 145 | 0 | 0.51 | 0.41 | 0.04 | 348.1 | 0.88 | 0.72 |
| Hex | F6 | 78 | 91 | 0 | 33 | 29 | 4 | 15C | 58 | 48 |
| Octal | 366 | 170 | 221 | 0 | 63 | 51 | 4 | 534 | 130 | 110 |
| Binary | 11110110 | 1111000 | 10010001 | 0 | 110011 | 101001 | 100 | 101011100 | 1011000 | 1001000 |
Color Harmonies of #F67891
Complementary color
Monochromatic Colors of #F67891
Black with #F67891
Text Example
Text Example
White with #F67891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67891; }
p { color: rgb(246,120,145); }
H1.HeaderClassName
{
color: #F67891;
}
.AnyTagClassName
{
color: #F67891;
}
</style>
background-color css
<style>
a { background-color: #F67891; }
a { background-color: rgb(246,120,145); }
div.DivClassName
{
background-color: #F67891;
}
.BgClassName
{
background-color: #F67891;
}
</style>
border-color css
<style>
span { border-color: #F67891; }
span { border-color: rgb(246,120,145); }
td.TdClassName
{
border-color: #F67891;
}
.TagClassName
{
border-color: #F67891;
}
</style>