Shades of Carissma #F07C91
Tints of Carissma #F07C91
RGB
CMYK
RGB Variations
Color information
#F07C91 (or 0xF07C91) is known color: Carissma. HEX triplet: F0, 7C and 91. RGB value is (240,124,145). Sum of RGB (Red+Green+Blue) = 240+124+145=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C91 is #0F836E. Grayscale: #A1A1A1. Windows color (decimal): -1016687 or 9534704. OLE color: 9534704.
HSL color Cylindrical-coordinate representation of color #F07C91: hue angle of 349.14º 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 #F07C91 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 145 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.06 |
| HSL | 349.14º | 0.79% | 0.71% | - |
| HSV(B) | 349.14º | 0.48% | 0.94% | - |
| XYZ | 48.25 | 34.98 | 31 | - |
| YUV | 161.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 145 | 0 | 0.48 | 0.40 | 0.06 | 349.14 | 0.79 | 0.71 |
| Hex | F0 | 7C | 91 | 0 | 30 | 28 | 6 | 15D | 4F | 47 |
| Octal | 360 | 174 | 221 | 0 | 60 | 50 | 6 | 535 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10010001 | 0 | 110000 | 101000 | 110 | 101011101 | 1001111 | 1000111 |
Color Harmonies of #F07C91
Complementary color
Monochromatic Colors of #F07C91
Black with #F07C91
Text Example
Text Example
White with #F07C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C91; }
p { color: rgb(240,124,145); }
H1.HeaderClassName
{
color: #F07C91;
}
.AnyTagClassName
{
color: #F07C91;
}
</style>
background-color css
<style>
a { background-color: #F07C91; }
a { background-color: rgb(240,124,145); }
div.DivClassName
{
background-color: #F07C91;
}
.BgClassName
{
background-color: #F07C91;
}
</style>
border-color css
<style>
span { border-color: #F07C91; }
span { border-color: rgb(240,124,145); }
td.TdClassName
{
border-color: #F07C91;
}
.TagClassName
{
border-color: #F07C91;
}
</style>