Shades of Carissma #F0829D
Tints of Carissma #F0829D
RGB
CMYK
RGB Variations
Color information
#F0829D (or 0xF0829D) is known color: Carissma. HEX triplet: F0, 82 and 9D. RGB value is (240,130,157). Sum of RGB (Red+Green+Blue) = 240+130+157=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0829D is #0F7D62. Grayscale: #A5A5A5. Windows color (decimal): -1015139 or 10322672. OLE color: 10322672.
HSL color Cylindrical-coordinate representation of color #F0829D: hue angle of 345.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0829D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 157 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.06 |
| HSL | 345.27º | 0.79% | 0.73% | - |
| HSV(B) | 345.27º | 0.46% | 0.94% | - |
| XYZ | 50 | 36.92 | 36.39 | - |
| YUV | 165.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 157 | 0 | 0.46 | 0.35 | 0.06 | 345.27 | 0.79 | 0.73 |
| Hex | F0 | 82 | 9D | 0 | 2E | 23 | 6 | 159 | 4F | 49 |
| Octal | 360 | 202 | 235 | 0 | 56 | 43 | 6 | 531 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10011101 | 0 | 101110 | 100011 | 110 | 101011001 | 1001111 | 1001001 |
Color Harmonies of #F0829D
Complementary color
Monochromatic Colors of #F0829D
Black with #F0829D
Text Example
Text Example
White with #F0829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0829D; }
p { color: rgb(240,130,157); }
H1.HeaderClassName
{
color: #F0829D;
}
.AnyTagClassName
{
color: #F0829D;
}
</style>
background-color css
<style>
a { background-color: #F0829D; }
a { background-color: rgb(240,130,157); }
div.DivClassName
{
background-color: #F0829D;
}
.BgClassName
{
background-color: #F0829D;
}
</style>
border-color css
<style>
span { border-color: #F0829D; }
span { border-color: rgb(240,130,157); }
td.TdClassName
{
border-color: #F0829D;
}
.TagClassName
{
border-color: #F0829D;
}
</style>