Shades of Carissma #F07C87
Tints of Carissma #F07C87
RGB
CMYK
RGB Variations
Color information
#F07C87 (or 0xF07C87) is known color: Carissma. HEX triplet: F0, 7C and 87. RGB value is (240,124,135). Sum of RGB (Red+Green+Blue) = 240+124+135=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C87 is #0F8378. Grayscale: #A0A0A0. Windows color (decimal): -1016697 or 8879344. OLE color: 8879344.
HSL color Cylindrical-coordinate representation of color #F07C87: hue angle of 354.31º 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 #F07C87 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 135 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.06 |
| HSL | 354.31º | 0.79% | 0.71% | - |
| HSV(B) | 354.31º | 0.48% | 0.94% | - |
| XYZ | 47.52 | 34.69 | 27.11 | - |
| YUV | 159.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 135 | 0 | 0.48 | 0.44 | 0.06 | 354.31 | 0.79 | 0.71 |
| Hex | F0 | 7C | 87 | 0 | 30 | 2C | 6 | 162 | 4F | 47 |
| Octal | 360 | 174 | 207 | 0 | 60 | 54 | 6 | 542 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10000111 | 0 | 110000 | 101100 | 110 | 101100010 | 1001111 | 1000111 |
Color Harmonies of #F07C87
Complementary color
Monochromatic Colors of #F07C87
Black with #F07C87
Text Example
Text Example
White with #F07C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C87; }
p { color: rgb(240,124,135); }
H1.HeaderClassName
{
color: #F07C87;
}
.AnyTagClassName
{
color: #F07C87;
}
</style>
background-color css
<style>
a { background-color: #F07C87; }
a { background-color: rgb(240,124,135); }
div.DivClassName
{
background-color: #F07C87;
}
.BgClassName
{
background-color: #F07C87;
}
</style>
border-color css
<style>
span { border-color: #F07C87; }
span { border-color: rgb(240,124,135); }
td.TdClassName
{
border-color: #F07C87;
}
.TagClassName
{
border-color: #F07C87;
}
</style>