Shades of Carissma #F0869A
Tints of Carissma #F0869A
RGB
CMYK
RGB Variations
Color information
#F0869A (or 0xF0869A) is known color: Carissma. HEX triplet: F0, 86 and 9A. RGB value is (240,134,154). Sum of RGB (Red+Green+Blue) = 240+134+154=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0869A is #0F7965. Grayscale: #A8A8A8. Windows color (decimal): -1014118 or 10127088. OLE color: 10127088.
HSL color Cylindrical-coordinate representation of color #F0869A: hue angle of 348.68º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0869A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 154 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.06 |
| HSL | 348.68º | 0.78% | 0.73% | - |
| HSV(B) | 348.68º | 0.44% | 0.94% | - |
| XYZ | 50.29 | 37.91 | 35.24 | - |
| YUV | 167.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 154 | 0 | 0.44 | 0.36 | 0.06 | 348.68 | 0.78 | 0.73 |
| Hex | F0 | 86 | 9A | 0 | 2C | 24 | 6 | 15D | 4E | 49 |
| Octal | 360 | 206 | 232 | 0 | 54 | 44 | 6 | 535 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10011010 | 0 | 101100 | 100100 | 110 | 101011101 | 1001110 | 1001001 |
Color Harmonies of #F0869A
Complementary color
Monochromatic Colors of #F0869A
Black with #F0869A
Text Example
Text Example
White with #F0869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0869A; }
p { color: rgb(240,134,154); }
H1.HeaderClassName
{
color: #F0869A;
}
.AnyTagClassName
{
color: #F0869A;
}
</style>
background-color css
<style>
a { background-color: #F0869A; }
a { background-color: rgb(240,134,154); }
div.DivClassName
{
background-color: #F0869A;
}
.BgClassName
{
background-color: #F0869A;
}
</style>
border-color css
<style>
span { border-color: #F0869A; }
span { border-color: rgb(240,134,154); }
td.TdClassName
{
border-color: #F0869A;
}
.TagClassName
{
border-color: #F0869A;
}
</style>