Shades of Carissma #F07A91
Tints of Carissma #F07A91
RGB
CMYK
RGB Variations
Color information
#F07A91 (or 0xF07A91) is known color: Carissma. HEX triplet: F0, 7A and 91. RGB value is (240,122,145). Sum of RGB (Red+Green+Blue) = 240+122+145=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07A91 is #0F856E. Grayscale: #9F9F9F. Windows color (decimal): -1017199 or 9534192. OLE color: 9534192.
HSL color Cylindrical-coordinate representation of color #F07A91: hue angle of 348.31º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07A91 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 145 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.06 |
| HSL | 348.31º | 0.8% | 0.71% | - |
| HSV(B) | 348.31º | 0.49% | 0.94% | - |
| XYZ | 48.01 | 34.49 | 30.91 | - |
| YUV | 159.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 145 | 0 | 0.49 | 0.40 | 0.06 | 348.31 | 0.8 | 0.71 |
| Hex | F0 | 7A | 91 | 0 | 31 | 28 | 6 | 15C | 50 | 47 |
| Octal | 360 | 172 | 221 | 0 | 61 | 50 | 6 | 534 | 120 | 107 |
| Binary | 11110000 | 1111010 | 10010001 | 0 | 110001 | 101000 | 110 | 101011100 | 1010000 | 1000111 |
Color Harmonies of #F07A91
Complementary color
Monochromatic Colors of #F07A91
Black with #F07A91
Text Example
Text Example
White with #F07A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A91; }
p { color: rgb(240,122,145); }
H1.HeaderClassName
{
color: #F07A91;
}
.AnyTagClassName
{
color: #F07A91;
}
</style>
background-color css
<style>
a { background-color: #F07A91; }
a { background-color: rgb(240,122,145); }
div.DivClassName
{
background-color: #F07A91;
}
.BgClassName
{
background-color: #F07A91;
}
</style>
border-color css
<style>
span { border-color: #F07A91; }
span { border-color: rgb(240,122,145); }
td.TdClassName
{
border-color: #F07A91;
}
.TagClassName
{
border-color: #F07A91;
}
</style>