Shades of Carissma #F6828C
Tints of Carissma #F6828C
RGB
CMYK
RGB Variations
Color information
#F6828C (or 0xF6828C) is known color: Carissma. HEX triplet: F6, 82 and 8C. RGB value is (246,130,140). Sum of RGB (Red+Green+Blue) = 246+130+140=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F6828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6828C is #097D73. Grayscale: #A5A5A5. Windows color (decimal): -621940 or 9208566. OLE color: 9208566.
HSL color Cylindrical-coordinate representation of color #F6828C: hue angle of 354.83º 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 #F6828C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 140 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.04 |
| HSL | 354.83º | 0.87% | 0.74% | - |
| HSV(B) | 354.83º | 0.47% | 0.96% | - |
| XYZ | 50.72 | 37.45 | 29.37 | - |
| YUV | 165.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 140 | 0 | 0.47 | 0.43 | 0.04 | 354.83 | 0.87 | 0.74 |
| Hex | F6 | 82 | 8C | 0 | 2F | 2B | 4 | 163 | 57 | 4A |
| Octal | 366 | 202 | 214 | 0 | 57 | 53 | 4 | 543 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10001100 | 0 | 101111 | 101011 | 100 | 101100011 | 1010111 | 1001010 |
Color Harmonies of #F6828C
Complementary color
Monochromatic Colors of #F6828C
Black with #F6828C
Text Example
Text Example
White with #F6828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6828C; }
p { color: rgb(246,130,140); }
H1.HeaderClassName
{
color: #F6828C;
}
.AnyTagClassName
{
color: #F6828C;
}
</style>
background-color css
<style>
a { background-color: #F6828C; }
a { background-color: rgb(246,130,140); }
div.DivClassName
{
background-color: #F6828C;
}
.BgClassName
{
background-color: #F6828C;
}
</style>
border-color css
<style>
span { border-color: #F6828C; }
span { border-color: rgb(246,130,140); }
td.TdClassName
{
border-color: #F6828C;
}
.TagClassName
{
border-color: #F6828C;
}
</style>