Shades of Carissma #F08085
Tints of Carissma #F08085
RGB
CMYK
RGB Variations
Color information
#F08085 (or 0xF08085) is known color: Carissma. HEX triplet: F0, 80 and 85. RGB value is (240,128,133). Sum of RGB (Red+Green+Blue) = 240+128+133=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08085 is #0F7F7A. Grayscale: #A2A2A2. Windows color (decimal): -1015675 or 8749296. OLE color: 8749296.
HSL color Cylindrical-coordinate representation of color #F08085: hue angle of 357.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08085 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 133 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.06 |
| HSL | 357.32º | 0.79% | 0.72% | - |
| HSV(B) | 357.32º | 0.47% | 0.94% | - |
| XYZ | 47.89 | 35.66 | 26.55 | - |
| YUV | 162.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 133 | 0 | 0.47 | 0.45 | 0.06 | 357.32 | 0.79 | 0.72 |
| Hex | F0 | 80 | 85 | 0 | 2F | 2D | 6 | 165 | 4F | 48 |
| Octal | 360 | 200 | 205 | 0 | 57 | 55 | 6 | 545 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10000101 | 0 | 101111 | 101101 | 110 | 101100101 | 1001111 | 1001000 |
Color Harmonies of #F08085
Complementary color
Monochromatic Colors of #F08085
Black with #F08085
Text Example
Text Example
White with #F08085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08085; }
p { color: rgb(240,128,133); }
H1.HeaderClassName
{
color: #F08085;
}
.AnyTagClassName
{
color: #F08085;
}
</style>
background-color css
<style>
a { background-color: #F08085; }
a { background-color: rgb(240,128,133); }
div.DivClassName
{
background-color: #F08085;
}
.BgClassName
{
background-color: #F08085;
}
</style>
border-color css
<style>
span { border-color: #F08085; }
span { border-color: rgb(240,128,133); }
td.TdClassName
{
border-color: #F08085;
}
.TagClassName
{
border-color: #F08085;
}
</style>