Shades of Carissma #F67D95
Tints of Carissma #F67D95
RGB
CMYK
RGB Variations
Color information
#F67D95 (or 0xF67D95) is known color: Carissma. HEX triplet: F6, 7D and 95. RGB value is (246,125,149). Sum of RGB (Red+Green+Blue) = 246+125+149=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67D95 is #09826A. Grayscale: #A3A3A3. Windows color (decimal): -623211 or 9797110. OLE color: 9797110.
HSL color Cylindrical-coordinate representation of color #F67D95: hue angle of 348.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67D95 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 149 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.04 |
| HSL | 348.1º | 0.87% | 0.73% | - |
| HSV(B) | 348.1º | 0.49% | 0.96% | - |
| XYZ | 50.76 | 36.43 | 32.79 | - |
| YUV | 163.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 149 | 0 | 0.49 | 0.39 | 0.04 | 348.1 | 0.87 | 0.73 |
| Hex | F6 | 7D | 95 | 0 | 31 | 27 | 4 | 15C | 57 | 49 |
| Octal | 366 | 175 | 225 | 0 | 61 | 47 | 4 | 534 | 127 | 111 |
| Binary | 11110110 | 1111101 | 10010101 | 0 | 110001 | 100111 | 100 | 101011100 | 1010111 | 1001001 |
Color Harmonies of #F67D95
Complementary color
Monochromatic Colors of #F67D95
Black with #F67D95
Text Example
Text Example
White with #F67D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D95; }
p { color: rgb(246,125,149); }
H1.HeaderClassName
{
color: #F67D95;
}
.AnyTagClassName
{
color: #F67D95;
}
</style>
background-color css
<style>
a { background-color: #F67D95; }
a { background-color: rgb(246,125,149); }
div.DivClassName
{
background-color: #F67D95;
}
.BgClassName
{
background-color: #F67D95;
}
</style>
border-color css
<style>
span { border-color: #F67D95; }
span { border-color: rgb(246,125,149); }
td.TdClassName
{
border-color: #F67D95;
}
.TagClassName
{
border-color: #F67D95;
}
</style>