Shades of Carissma #F07E8D
Tints of Carissma #F07E8D
RGB
CMYK
RGB Variations
Color information
#F07E8D (or 0xF07E8D) is known color: Carissma. HEX triplet: F0, 7E and 8D. RGB value is (240,126,141). Sum of RGB (Red+Green+Blue) = 240+126+141=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E8D is #0F8172. Grayscale: #A1A1A1. Windows color (decimal): -1016179 or 9273072. OLE color: 9273072.
HSL color Cylindrical-coordinate representation of color #F07E8D: hue angle of 352.11º 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 #F07E8D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 141 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.06 |
| HSL | 352.11º | 0.79% | 0.72% | - |
| HSV(B) | 352.11º | 0.48% | 0.94% | - |
| XYZ | 48.2 | 35.37 | 29.49 | - |
| YUV | 161.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 141 | 0 | 0.48 | 0.41 | 0.06 | 352.11 | 0.79 | 0.72 |
| Hex | F0 | 7E | 8D | 0 | 30 | 29 | 6 | 160 | 4F | 48 |
| Octal | 360 | 176 | 215 | 0 | 60 | 51 | 6 | 540 | 117 | 110 |
| Binary | 11110000 | 1111110 | 10001101 | 0 | 110000 | 101001 | 110 | 101100000 | 1001111 | 1001000 |
Color Harmonies of #F07E8D
Complementary color
Monochromatic Colors of #F07E8D
Black with #F07E8D
Text Example
Text Example
White with #F07E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E8D; }
p { color: rgb(240,126,141); }
H1.HeaderClassName
{
color: #F07E8D;
}
.AnyTagClassName
{
color: #F07E8D;
}
</style>
background-color css
<style>
a { background-color: #F07E8D; }
a { background-color: rgb(240,126,141); }
div.DivClassName
{
background-color: #F07E8D;
}
.BgClassName
{
background-color: #F07E8D;
}
</style>
border-color css
<style>
span { border-color: #F07E8D; }
span { border-color: rgb(240,126,141); }
td.TdClassName
{
border-color: #F07E8D;
}
.TagClassName
{
border-color: #F07E8D;
}
</style>