Shades of Carissma #F07C93
Tints of Carissma #F07C93
RGB
CMYK
RGB Variations
Color information
#F07C93 (or 0xF07C93) is known color: Carissma. HEX triplet: F0, 7C and 93. RGB value is (240,124,147). Sum of RGB (Red+Green+Blue) = 240+124+147=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C93 is #0F836C. Grayscale: #A1A1A1. Windows color (decimal): -1016685 or 9665776. OLE color: 9665776.
HSL color Cylindrical-coordinate representation of color #F07C93: hue angle of 348.1º 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 #F07C93 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 147 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.06 |
| HSL | 348.1º | 0.79% | 0.71% | - |
| HSV(B) | 348.1º | 0.48% | 0.94% | - |
| XYZ | 48.41 | 35.05 | 31.82 | - |
| YUV | 161.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 147 | 0 | 0.48 | 0.39 | 0.06 | 348.1 | 0.79 | 0.71 |
| Hex | F0 | 7C | 93 | 0 | 30 | 27 | 6 | 15C | 4F | 47 |
| Octal | 360 | 174 | 223 | 0 | 60 | 47 | 6 | 534 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10010011 | 0 | 110000 | 100111 | 110 | 101011100 | 1001111 | 1000111 |
Color Harmonies of #F07C93
Complementary color
Monochromatic Colors of #F07C93
Black with #F07C93
Text Example
Text Example
White with #F07C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C93; }
p { color: rgb(240,124,147); }
H1.HeaderClassName
{
color: #F07C93;
}
.AnyTagClassName
{
color: #F07C93;
}
</style>
background-color css
<style>
a { background-color: #F07C93; }
a { background-color: rgb(240,124,147); }
div.DivClassName
{
background-color: #F07C93;
}
.BgClassName
{
background-color: #F07C93;
}
</style>
border-color css
<style>
span { border-color: #F07C93; }
span { border-color: rgb(240,124,147); }
td.TdClassName
{
border-color: #F07C93;
}
.TagClassName
{
border-color: #F07C93;
}
</style>