Shades of Carissma #F07C8B
Tints of Carissma #F07C8B
RGB
CMYK
RGB Variations
Color information
#F07C8B (or 0xF07C8B) is known color: Carissma. HEX triplet: F0, 7C and 8B. RGB value is (240,124,139). Sum of RGB (Red+Green+Blue) = 240+124+139=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C8B is #0F8374. Grayscale: #A0A0A0. Windows color (decimal): -1016693 or 9141488. OLE color: 9141488.
HSL color Cylindrical-coordinate representation of color #F07C8B: hue angle of 352.24º 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 #F07C8B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 139 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.06 |
| HSL | 352.24º | 0.79% | 0.71% | - |
| HSV(B) | 352.24º | 0.48% | 0.94% | - |
| XYZ | 47.8 | 34.8 | 28.62 | - |
| YUV | 160.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 139 | 0 | 0.48 | 0.42 | 0.06 | 352.24 | 0.79 | 0.71 |
| Hex | F0 | 7C | 8B | 0 | 30 | 2A | 6 | 160 | 4F | 47 |
| Octal | 360 | 174 | 213 | 0 | 60 | 52 | 6 | 540 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10001011 | 0 | 110000 | 101010 | 110 | 101100000 | 1001111 | 1000111 |
Color Harmonies of #F07C8B
Complementary color
Monochromatic Colors of #F07C8B
Black with #F07C8B
Text Example
Text Example
White with #F07C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C8B; }
p { color: rgb(240,124,139); }
H1.HeaderClassName
{
color: #F07C8B;
}
.AnyTagClassName
{
color: #F07C8B;
}
</style>
background-color css
<style>
a { background-color: #F07C8B; }
a { background-color: rgb(240,124,139); }
div.DivClassName
{
background-color: #F07C8B;
}
.BgClassName
{
background-color: #F07C8B;
}
</style>
border-color css
<style>
span { border-color: #F07C8B; }
span { border-color: rgb(240,124,139); }
td.TdClassName
{
border-color: #F07C8B;
}
.TagClassName
{
border-color: #F07C8B;
}
</style>