Shades of Carissma #F07E90
Tints of Carissma #F07E90
RGB
CMYK
RGB Variations
Color information
#F07E90 (or 0xF07E90) is known color: Carissma. HEX triplet: F0, 7E and 90. RGB value is (240,126,144). Sum of RGB (Red+Green+Blue) = 240+126+144=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E90 is #0F816F. Grayscale: #A2A2A2. Windows color (decimal): -1016176 or 9469680. OLE color: 9469680.
HSL color Cylindrical-coordinate representation of color #F07E90: hue angle of 350.53º 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 #F07E90 is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 144 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.06 |
| HSL | 350.53º | 0.79% | 0.72% | - |
| HSV(B) | 350.53º | 0.48% | 0.94% | - |
| XYZ | 48.43 | 35.46 | 30.68 | - |
| YUV | 162.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 144 | 0 | 0.48 | 0.4 | 0.06 | 350.53 | 0.79 | 0.72 |
| Hex | F0 | 7E | 90 | 0 | 30 | 28 | 6 | 15F | 4F | 48 |
| Octal | 360 | 176 | 220 | 0 | 60 | 50 | 6 | 537 | 117 | 110 |
| Binary | 11110000 | 1111110 | 10010000 | 0 | 110000 | 101000 | 110 | 101011111 | 1001111 | 1001000 |
Color Harmonies of #F07E90
Complementary color
Monochromatic Colors of #F07E90
Black with #F07E90
Text Example
Text Example
White with #F07E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E90; }
p { color: rgb(240,126,144); }
H1.HeaderClassName
{
color: #F07E90;
}
.AnyTagClassName
{
color: #F07E90;
}
</style>
background-color css
<style>
a { background-color: #F07E90; }
a { background-color: rgb(240,126,144); }
div.DivClassName
{
background-color: #F07E90;
}
.BgClassName
{
background-color: #F07E90;
}
</style>
border-color css
<style>
span { border-color: #F07E90; }
span { border-color: rgb(240,126,144); }
td.TdClassName
{
border-color: #F07E90;
}
.TagClassName
{
border-color: #F07E90;
}
</style>