Shades of Carissma #F07D85
Tints of Carissma #F07D85
RGB
CMYK
RGB Variations
Color information
#F07D85 (or 0xF07D85) is known color: Carissma. HEX triplet: F0, 7D and 85. RGB value is (240,125,133). Sum of RGB (Red+Green+Blue) = 240+125+133=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D85 is #0F827A. Grayscale: #A0A0A0. Windows color (decimal): -1016443 or 8748528. OLE color: 8748528.
HSL color Cylindrical-coordinate representation of color #F07D85: hue angle of 355.83º 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 #F07D85 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 133 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.06 |
| HSL | 355.83º | 0.79% | 0.72% | - |
| HSV(B) | 355.83º | 0.48% | 0.94% | - |
| XYZ | 47.5 | 34.89 | 26.42 | - |
| YUV | 160.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 133 | 0 | 0.48 | 0.45 | 0.06 | 355.83 | 0.79 | 0.72 |
| Hex | F0 | 7D | 85 | 0 | 30 | 2D | 6 | 164 | 4F | 48 |
| Octal | 360 | 175 | 205 | 0 | 60 | 55 | 6 | 544 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10000101 | 0 | 110000 | 101101 | 110 | 101100100 | 1001111 | 1001000 |
Color Harmonies of #F07D85
Complementary color
Monochromatic Colors of #F07D85
Black with #F07D85
Text Example
Text Example
White with #F07D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D85; }
p { color: rgb(240,125,133); }
H1.HeaderClassName
{
color: #F07D85;
}
.AnyTagClassName
{
color: #F07D85;
}
</style>
background-color css
<style>
a { background-color: #F07D85; }
a { background-color: rgb(240,125,133); }
div.DivClassName
{
background-color: #F07D85;
}
.BgClassName
{
background-color: #F07D85;
}
</style>
border-color css
<style>
span { border-color: #F07D85; }
span { border-color: rgb(240,125,133); }
td.TdClassName
{
border-color: #F07D85;
}
.TagClassName
{
border-color: #F07D85;
}
</style>