Shades of Carissma #F0859A
Tints of Carissma #F0859A
RGB
CMYK
RGB Variations
Color information
#F0859A (or 0xF0859A) is known color: Carissma. HEX triplet: F0, 85 and 9A. RGB value is (240,133,154). Sum of RGB (Red+Green+Blue) = 240+133+154=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0859A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0859A is #0F7A65. Grayscale: #A7A7A7. Windows color (decimal): -1014374 or 10126832. OLE color: 10126832.
HSL color Cylindrical-coordinate representation of color #F0859A: hue angle of 348.22º 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 #F0859A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 154 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.06 |
| HSL | 348.22º | 0.78% | 0.73% | - |
| HSV(B) | 348.22º | 0.45% | 0.94% | - |
| XYZ | 50.16 | 37.63 | 35.19 | - |
| YUV | 167.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 154 | 0 | 0.45 | 0.36 | 0.06 | 348.22 | 0.78 | 0.73 |
| Hex | F0 | 85 | 9A | 0 | 2D | 24 | 6 | 15C | 4E | 49 |
| Octal | 360 | 205 | 232 | 0 | 55 | 44 | 6 | 534 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10011010 | 0 | 101101 | 100100 | 110 | 101011100 | 1001110 | 1001001 |
Color Harmonies of #F0859A
Complementary color
Monochromatic Colors of #F0859A
Black with #F0859A
Text Example
Text Example
White with #F0859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0859A; }
p { color: rgb(240,133,154); }
H1.HeaderClassName
{
color: #F0859A;
}
.AnyTagClassName
{
color: #F0859A;
}
</style>
background-color css
<style>
a { background-color: #F0859A; }
a { background-color: rgb(240,133,154); }
div.DivClassName
{
background-color: #F0859A;
}
.BgClassName
{
background-color: #F0859A;
}
</style>
border-color css
<style>
span { border-color: #F0859A; }
span { border-color: rgb(240,133,154); }
td.TdClassName
{
border-color: #F0859A;
}
.TagClassName
{
border-color: #F0859A;
}
</style>