Shades of Carissma #F07D86
Tints of Carissma #F07D86
RGB
CMYK
RGB Variations
Color information
#F07D86 (or 0xF07D86) is known color: Carissma. HEX triplet: F0, 7D and 86. RGB value is (240,125,134). Sum of RGB (Red+Green+Blue) = 240+125+134=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D86 is #0F8279. Grayscale: #A0A0A0. Windows color (decimal): -1016442 or 8814064. OLE color: 8814064.
HSL color Cylindrical-coordinate representation of color #F07D86: hue angle of 355.3º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07D86 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 134 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.06 |
| HSL | 355.3º | 0.79% | 0.72% | - |
| HSV(B) | 355.3º | 0.48% | 0.94% | - |
| XYZ | 47.57 | 34.91 | 26.79 | - |
| YUV | 160.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 134 | 0 | 0.48 | 0.44 | 0.06 | 355.3 | 0.79 | 0.72 |
| Hex | F0 | 7D | 86 | 0 | 30 | 2C | 6 | 163 | 4F | 48 |
| Octal | 360 | 175 | 206 | 0 | 60 | 54 | 6 | 543 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10000110 | 0 | 110000 | 101100 | 110 | 101100011 | 1001111 | 1001000 |
Color Harmonies of #F07D86
Complementary color
Monochromatic Colors of #F07D86
Black with #F07D86
Text Example
Text Example
White with #F07D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D86; }
p { color: rgb(240,125,134); }
H1.HeaderClassName
{
color: #F07D86;
}
.AnyTagClassName
{
color: #F07D86;
}
</style>
background-color css
<style>
a { background-color: #F07D86; }
a { background-color: rgb(240,125,134); }
div.DivClassName
{
background-color: #F07D86;
}
.BgClassName
{
background-color: #F07D86;
}
</style>
border-color css
<style>
span { border-color: #F07D86; }
span { border-color: rgb(240,125,134); }
td.TdClassName
{
border-color: #F07D86;
}
.TagClassName
{
border-color: #F07D86;
}
</style>