Shades of Carissma #F08590
Tints of Carissma #F08590
RGB
CMYK
RGB Variations
Color information
#F08590 (or 0xF08590) is known color: Carissma. HEX triplet: F0, 85 and 90. RGB value is (240,133,144). Sum of RGB (Red+Green+Blue) = 240+133+144=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F08590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08590 is #0F7A6F. Grayscale: #A6A6A6. Windows color (decimal): -1014384 or 9471472. OLE color: 9471472.
HSL color Cylindrical-coordinate representation of color #F08590: hue angle of 353.83º 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 #F08590 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 144 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.06 |
| HSL | 353.83º | 0.78% | 0.73% | - |
| HSV(B) | 353.83º | 0.45% | 0.94% | - |
| XYZ | 49.36 | 37.31 | 30.99 | - |
| YUV | 166.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 144 | 0 | 0.45 | 0.4 | 0.06 | 353.83 | 0.78 | 0.73 |
| Hex | F0 | 85 | 90 | 0 | 2D | 28 | 6 | 162 | 4E | 49 |
| Octal | 360 | 205 | 220 | 0 | 55 | 50 | 6 | 542 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10010000 | 0 | 101101 | 101000 | 110 | 101100010 | 1001110 | 1001001 |
Color Harmonies of #F08590
Complementary color
Monochromatic Colors of #F08590
Black with #F08590
Text Example
Text Example
White with #F08590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08590; }
p { color: rgb(240,133,144); }
H1.HeaderClassName
{
color: #F08590;
}
.AnyTagClassName
{
color: #F08590;
}
</style>
background-color css
<style>
a { background-color: #F08590; }
a { background-color: rgb(240,133,144); }
div.DivClassName
{
background-color: #F08590;
}
.BgClassName
{
background-color: #F08590;
}
</style>
border-color css
<style>
span { border-color: #F08590; }
span { border-color: rgb(240,133,144); }
td.TdClassName
{
border-color: #F08590;
}
.TagClassName
{
border-color: #F08590;
}
</style>