Shades of Carissma #F67D8E
Tints of Carissma #F67D8E
RGB
CMYK
RGB Variations
Color information
#F67D8E (or 0xF67D8E) is known color: Carissma. HEX triplet: F6, 7D and 8E. RGB value is (246,125,142). Sum of RGB (Red+Green+Blue) = 246+125+142=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67D8E is #098271. Grayscale: #A3A3A3. Windows color (decimal): -623218 or 9338358. OLE color: 9338358.
HSL color Cylindrical-coordinate representation of color #F67D8E: hue angle of 351.57º 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 #F67D8E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 142 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.04 |
| HSL | 351.57º | 0.87% | 0.73% | - |
| HSV(B) | 351.57º | 0.49% | 0.96% | - |
| XYZ | 50.22 | 36.21 | 29.93 | - |
| YUV | 163.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 142 | 0 | 0.49 | 0.42 | 0.04 | 351.57 | 0.87 | 0.73 |
| Hex | F6 | 7D | 8E | 0 | 31 | 2A | 4 | 160 | 57 | 49 |
| Octal | 366 | 175 | 216 | 0 | 61 | 52 | 4 | 540 | 127 | 111 |
| Binary | 11110110 | 1111101 | 10001110 | 0 | 110001 | 101010 | 100 | 101100000 | 1010111 | 1001001 |
Color Harmonies of #F67D8E
Complementary color
Monochromatic Colors of #F67D8E
Black with #F67D8E
Text Example
Text Example
White with #F67D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D8E; }
p { color: rgb(246,125,142); }
H1.HeaderClassName
{
color: #F67D8E;
}
.AnyTagClassName
{
color: #F67D8E;
}
</style>
background-color css
<style>
a { background-color: #F67D8E; }
a { background-color: rgb(246,125,142); }
div.DivClassName
{
background-color: #F67D8E;
}
.BgClassName
{
background-color: #F67D8E;
}
</style>
border-color css
<style>
span { border-color: #F67D8E; }
span { border-color: rgb(246,125,142); }
td.TdClassName
{
border-color: #F67D8E;
}
.TagClassName
{
border-color: #F67D8E;
}
</style>