Shades of Carissma #F0869D
Tints of Carissma #F0869D
RGB
CMYK
RGB Variations
Color information
#F0869D (or 0xF0869D) is known color: Carissma. HEX triplet: F0, 86 and 9D. RGB value is (240,134,157). Sum of RGB (Red+Green+Blue) = 240+134+157=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0869D is #0F7962. Grayscale: #A8A8A8. Windows color (decimal): -1014115 or 10323696. OLE color: 10323696.
HSL color Cylindrical-coordinate representation of color #F0869D: hue angle of 346.98º 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 #F0869D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 157 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.06 |
| HSL | 346.98º | 0.78% | 0.73% | - |
| HSV(B) | 346.98º | 0.44% | 0.94% | - |
| XYZ | 50.55 | 38.01 | 36.57 | - |
| YUV | 168.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 157 | 0 | 0.44 | 0.35 | 0.06 | 346.98 | 0.78 | 0.73 |
| Hex | F0 | 86 | 9D | 0 | 2C | 23 | 6 | 15B | 4E | 49 |
| Octal | 360 | 206 | 235 | 0 | 54 | 43 | 6 | 533 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10011101 | 0 | 101100 | 100011 | 110 | 101011011 | 1001110 | 1001001 |
Color Harmonies of #F0869D
Complementary color
Monochromatic Colors of #F0869D
Black with #F0869D
Text Example
Text Example
White with #F0869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0869D; }
p { color: rgb(240,134,157); }
H1.HeaderClassName
{
color: #F0869D;
}
.AnyTagClassName
{
color: #F0869D;
}
</style>
background-color css
<style>
a { background-color: #F0869D; }
a { background-color: rgb(240,134,157); }
div.DivClassName
{
background-color: #F0869D;
}
.BgClassName
{
background-color: #F0869D;
}
</style>
border-color css
<style>
span { border-color: #F0869D; }
span { border-color: rgb(240,134,157); }
td.TdClassName
{
border-color: #F0869D;
}
.TagClassName
{
border-color: #F0869D;
}
</style>