Shades of Carissma #F07C85
Tints of Carissma #F07C85
RGB
CMYK
RGB Variations
Color information
#F07C85 (or 0xF07C85) is known color: Carissma. HEX triplet: F0, 7C and 85. RGB value is (240,124,133). Sum of RGB (Red+Green+Blue) = 240+124+133=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C85 is #0F837A. Grayscale: #9F9F9F. Windows color (decimal): -1016699 or 8748272. OLE color: 8748272.
HSL color Cylindrical-coordinate representation of color #F07C85: hue angle of 355.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07C85 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 133 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.06 |
| HSL | 355.34º | 0.79% | 0.71% | - |
| HSV(B) | 355.34º | 0.48% | 0.94% | - |
| XYZ | 47.38 | 34.63 | 26.38 | - |
| YUV | 159.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 133 | 0 | 0.48 | 0.45 | 0.06 | 355.34 | 0.79 | 0.71 |
| Hex | F0 | 7C | 85 | 0 | 30 | 2D | 6 | 163 | 4F | 47 |
| Octal | 360 | 174 | 205 | 0 | 60 | 55 | 6 | 543 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10000101 | 0 | 110000 | 101101 | 110 | 101100011 | 1001111 | 1000111 |
Color Harmonies of #F07C85
Complementary color
Monochromatic Colors of #F07C85
Black with #F07C85
Text Example
Text Example
White with #F07C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C85; }
p { color: rgb(240,124,133); }
H1.HeaderClassName
{
color: #F07C85;
}
.AnyTagClassName
{
color: #F07C85;
}
</style>
background-color css
<style>
a { background-color: #F07C85; }
a { background-color: rgb(240,124,133); }
div.DivClassName
{
background-color: #F07C85;
}
.BgClassName
{
background-color: #F07C85;
}
</style>
border-color css
<style>
span { border-color: #F07C85; }
span { border-color: rgb(240,124,133); }
td.TdClassName
{
border-color: #F07C85;
}
.TagClassName
{
border-color: #F07C85;
}
</style>