Shades of Carissma #F78193
Tints of Carissma #F78193
RGB
CMYK
RGB Variations
Color information
#F78193 (or 0xF78193) is known color: Carissma. HEX triplet: F7, 81 and 93. RGB value is (247,129,147). Sum of RGB (Red+Green+Blue) = 247+129+147=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F78193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78193 is #087E6C. Grayscale: #A6A6A6. Windows color (decimal): -556653 or 9667063. OLE color: 9667063.
HSL color Cylindrical-coordinate representation of color #F78193: hue angle of 350.85º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78193 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 147 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.03 |
| HSL | 350.85º | 0.88% | 0.74% | - |
| HSV(B) | 350.85º | 0.48% | 0.97% | - |
| XYZ | 51.47 | 37.58 | 32.14 | - |
| YUV | 166.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 147 | 0 | 0.48 | 0.40 | 0.03 | 350.85 | 0.88 | 0.74 |
| Hex | F7 | 81 | 93 | 0 | 30 | 28 | 3 | 15F | 58 | 4A |
| Octal | 367 | 201 | 223 | 0 | 60 | 50 | 3 | 537 | 130 | 112 |
| Binary | 11110111 | 10000001 | 10010011 | 0 | 110000 | 101000 | 11 | 101011111 | 1011000 | 1001010 |
Color Harmonies of #F78193
Complementary color
Monochromatic Colors of #F78193
Black with #F78193
Text Example
Text Example
White with #F78193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78193; }
p { color: rgb(247,129,147); }
H1.HeaderClassName
{
color: #F78193;
}
.AnyTagClassName
{
color: #F78193;
}
</style>
background-color css
<style>
a { background-color: #F78193; }
a { background-color: rgb(247,129,147); }
div.DivClassName
{
background-color: #F78193;
}
.BgClassName
{
background-color: #F78193;
}
</style>
border-color css
<style>
span { border-color: #F78193; }
span { border-color: rgb(247,129,147); }
td.TdClassName
{
border-color: #F78193;
}
.TagClassName
{
border-color: #F78193;
}
</style>