Shades of Carissma #F6828D
Tints of Carissma #F6828D
RGB
CMYK
RGB Variations
Color information
#F6828D (or 0xF6828D) is known color: Carissma. HEX triplet: F6, 82 and 8D. RGB value is (246,130,141). Sum of RGB (Red+Green+Blue) = 246+130+141=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6828D is #097D72. Grayscale: #A6A6A6. Windows color (decimal): -621939 or 9274102. OLE color: 9274102.
HSL color Cylindrical-coordinate representation of color #F6828D: hue angle of 354.31º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6828D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 141 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.04 |
| HSL | 354.31º | 0.87% | 0.74% | - |
| HSV(B) | 354.31º | 0.47% | 0.96% | - |
| XYZ | 50.8 | 37.48 | 29.76 | - |
| YUV | 165.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 141 | 0 | 0.47 | 0.43 | 0.04 | 354.31 | 0.87 | 0.74 |
| Hex | F6 | 82 | 8D | 0 | 2F | 2B | 4 | 162 | 57 | 4A |
| Octal | 366 | 202 | 215 | 0 | 57 | 53 | 4 | 542 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10001101 | 0 | 101111 | 101011 | 100 | 101100010 | 1010111 | 1001010 |
Color Harmonies of #F6828D
Complementary color
Monochromatic Colors of #F6828D
Black with #F6828D
Text Example
Text Example
White with #F6828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6828D; }
p { color: rgb(246,130,141); }
H1.HeaderClassName
{
color: #F6828D;
}
.AnyTagClassName
{
color: #F6828D;
}
</style>
background-color css
<style>
a { background-color: #F6828D; }
a { background-color: rgb(246,130,141); }
div.DivClassName
{
background-color: #F6828D;
}
.BgClassName
{
background-color: #F6828D;
}
</style>
border-color css
<style>
span { border-color: #F6828D; }
span { border-color: rgb(246,130,141); }
td.TdClassName
{
border-color: #F6828D;
}
.TagClassName
{
border-color: #F6828D;
}
</style>