Shades of Carissma #F6828F
Tints of Carissma #F6828F
RGB
CMYK
RGB Variations
Color information
#F6828F (or 0xF6828F) is known color: Carissma. HEX triplet: F6, 82 and 8F. RGB value is (246,130,143). Sum of RGB (Red+Green+Blue) = 246+130+143=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6828F is #097D70. Grayscale: #A6A6A6. Windows color (decimal): -621937 or 9405174. OLE color: 9405174.
HSL color Cylindrical-coordinate representation of color #F6828F: hue angle of 353.28º 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 #F6828F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 143 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.04 |
| HSL | 353.28º | 0.87% | 0.74% | - |
| HSV(B) | 353.28º | 0.47% | 0.96% | - |
| XYZ | 50.95 | 37.54 | 30.55 | - |
| YUV | 166.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 143 | 0 | 0.47 | 0.42 | 0.04 | 353.28 | 0.87 | 0.74 |
| Hex | F6 | 82 | 8F | 0 | 2F | 2A | 4 | 161 | 57 | 4A |
| Octal | 366 | 202 | 217 | 0 | 57 | 52 | 4 | 541 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10001111 | 0 | 101111 | 101010 | 100 | 101100001 | 1010111 | 1001010 |
Color Harmonies of #F6828F
Complementary color
Monochromatic Colors of #F6828F
Black with #F6828F
Text Example
Text Example
White with #F6828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6828F; }
p { color: rgb(246,130,143); }
H1.HeaderClassName
{
color: #F6828F;
}
.AnyTagClassName
{
color: #F6828F;
}
</style>
background-color css
<style>
a { background-color: #F6828F; }
a { background-color: rgb(246,130,143); }
div.DivClassName
{
background-color: #F6828F;
}
.BgClassName
{
background-color: #F6828F;
}
</style>
border-color css
<style>
span { border-color: #F6828F; }
span { border-color: rgb(246,130,143); }
td.TdClassName
{
border-color: #F6828F;
}
.TagClassName
{
border-color: #F6828F;
}
</style>