Shades of Carissma #F0839D
Tints of Carissma #F0839D
RGB
CMYK
RGB Variations
Color information
#F0839D (or 0xF0839D) is known color: Carissma. HEX triplet: F0, 83 and 9D. RGB value is (240,131,157). Sum of RGB (Red+Green+Blue) = 240+131+157=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0839D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0839D is #0F7C62. Grayscale: #A6A6A6. Windows color (decimal): -1014883 or 10322928. OLE color: 10322928.
HSL color Cylindrical-coordinate representation of color #F0839D: hue angle of 345.69º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0839D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 157 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.06 |
| HSL | 345.69º | 0.78% | 0.73% | - |
| HSV(B) | 345.69º | 0.45% | 0.94% | - |
| XYZ | 50.14 | 37.19 | 36.43 | - |
| YUV | 166.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 157 | 0 | 0.45 | 0.35 | 0.06 | 345.69 | 0.78 | 0.73 |
| Hex | F0 | 83 | 9D | 0 | 2D | 23 | 6 | 15A | 4E | 49 |
| Octal | 360 | 203 | 235 | 0 | 55 | 43 | 6 | 532 | 116 | 111 |
| Binary | 11110000 | 10000011 | 10011101 | 0 | 101101 | 100011 | 110 | 101011010 | 1001110 | 1001001 |
Color Harmonies of #F0839D
Complementary color
Monochromatic Colors of #F0839D
Black with #F0839D
Text Example
Text Example
White with #F0839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0839D; }
p { color: rgb(240,131,157); }
H1.HeaderClassName
{
color: #F0839D;
}
.AnyTagClassName
{
color: #F0839D;
}
</style>
background-color css
<style>
a { background-color: #F0839D; }
a { background-color: rgb(240,131,157); }
div.DivClassName
{
background-color: #F0839D;
}
.BgClassName
{
background-color: #F0839D;
}
</style>
border-color css
<style>
span { border-color: #F0839D; }
span { border-color: rgb(240,131,157); }
td.TdClassName
{
border-color: #F0839D;
}
.TagClassName
{
border-color: #F0839D;
}
</style>