Shades of Carissma #F67C8D
Tints of Carissma #F67C8D
RGB
CMYK
RGB Variations
Color information
#F67C8D (or 0xF67C8D) is known color: Carissma. HEX triplet: F6, 7C and 8D. RGB value is (246,124,141). Sum of RGB (Red+Green+Blue) = 246+124+141=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67C8D is #098372. Grayscale: #A2A2A2. Windows color (decimal): -623475 or 9272566. OLE color: 9272566.
HSL color Cylindrical-coordinate representation of color #F67C8D: hue angle of 351.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67C8D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 141 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.04 |
| HSL | 351.64º | 0.87% | 0.73% | - |
| HSV(B) | 351.64º | 0.5% | 0.96% | - |
| XYZ | 50.02 | 35.93 | 29.5 | - |
| YUV | 162.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 141 | 0 | 0.50 | 0.43 | 0.04 | 351.64 | 0.87 | 0.73 |
| Hex | F6 | 7C | 8D | 0 | 32 | 2B | 4 | 160 | 57 | 49 |
| Octal | 366 | 174 | 215 | 0 | 62 | 53 | 4 | 540 | 127 | 111 |
| Binary | 11110110 | 1111100 | 10001101 | 0 | 110010 | 101011 | 100 | 101100000 | 1010111 | 1001001 |
Color Harmonies of #F67C8D
Complementary color
Monochromatic Colors of #F67C8D
Black with #F67C8D
Text Example
Text Example
White with #F67C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C8D; }
p { color: rgb(246,124,141); }
H1.HeaderClassName
{
color: #F67C8D;
}
.AnyTagClassName
{
color: #F67C8D;
}
</style>
background-color css
<style>
a { background-color: #F67C8D; }
a { background-color: rgb(246,124,141); }
div.DivClassName
{
background-color: #F67C8D;
}
.BgClassName
{
background-color: #F67C8D;
}
</style>
border-color css
<style>
span { border-color: #F67C8D; }
span { border-color: rgb(246,124,141); }
td.TdClassName
{
border-color: #F67C8D;
}
.TagClassName
{
border-color: #F67C8D;
}
</style>