Shades of Carissma #F0839A
Tints of Carissma #F0839A
RGB
CMYK
RGB Variations
Color information
#F0839A (or 0xF0839A) is known color: Carissma. HEX triplet: F0, 83 and 9A. RGB value is (240,131,154). Sum of RGB (Red+Green+Blue) = 240+131+154=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0839A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0839A is #0F7C65. Grayscale: #A6A6A6. Windows color (decimal): -1014886 or 10126320. OLE color: 10126320.
HSL color Cylindrical-coordinate representation of color #F0839A: hue angle of 347.34º 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 #F0839A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 154 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.06 |
| HSL | 347.34º | 0.78% | 0.73% | - |
| HSV(B) | 347.34º | 0.45% | 0.94% | - |
| XYZ | 49.88 | 37.09 | 35.1 | - |
| YUV | 166.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 154 | 0 | 0.45 | 0.36 | 0.06 | 347.34 | 0.78 | 0.73 |
| Hex | F0 | 83 | 9A | 0 | 2D | 24 | 6 | 15B | 4E | 49 |
| Octal | 360 | 203 | 232 | 0 | 55 | 44 | 6 | 533 | 116 | 111 |
| Binary | 11110000 | 10000011 | 10011010 | 0 | 101101 | 100100 | 110 | 101011011 | 1001110 | 1001001 |
Color Harmonies of #F0839A
Complementary color
Monochromatic Colors of #F0839A
Black with #F0839A
Text Example
Text Example
White with #F0839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0839A; }
p { color: rgb(240,131,154); }
H1.HeaderClassName
{
color: #F0839A;
}
.AnyTagClassName
{
color: #F0839A;
}
</style>
background-color css
<style>
a { background-color: #F0839A; }
a { background-color: rgb(240,131,154); }
div.DivClassName
{
background-color: #F0839A;
}
.BgClassName
{
background-color: #F0839A;
}
</style>
border-color css
<style>
span { border-color: #F0839A; }
span { border-color: rgb(240,131,154); }
td.TdClassName
{
border-color: #F0839A;
}
.TagClassName
{
border-color: #F0839A;
}
</style>