Shades of Carissma #F8798F
Tints of Carissma #F8798F
RGB
CMYK
RGB Variations
Color information
#F8798F (or 0xF8798F) is known color: Carissma. HEX triplet: F8, 79 and 8F. RGB value is (248,121,143). Sum of RGB (Red+Green+Blue) = 248+121+143=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8798F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8798F is #078670. Grayscale: #A1A1A1. Windows color (decimal): -493169 or 9402872. OLE color: 9402872.
HSL color Cylindrical-coordinate representation of color #F8798F: hue angle of 349.61º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8798F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 143 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.03 |
| HSL | 349.61º | 0.9% | 0.72% | - |
| HSV(B) | 349.61º | 0.51% | 0.97% | - |
| XYZ | 50.51 | 35.61 | 30.2 | - |
| YUV | 161.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 143 | 0 | 0.51 | 0.42 | 0.03 | 349.61 | 0.9 | 0.72 |
| Hex | F8 | 79 | 8F | 0 | 33 | 2A | 3 | 15E | 5A | 48 |
| Octal | 370 | 171 | 217 | 0 | 63 | 52 | 3 | 536 | 132 | 110 |
| Binary | 11111000 | 1111001 | 10001111 | 0 | 110011 | 101010 | 11 | 101011110 | 1011010 | 1001000 |
Color Harmonies of #F8798F
Complementary color
Monochromatic Colors of #F8798F
Black with #F8798F
Text Example
Text Example
White with #F8798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8798F; }
p { color: rgb(248,121,143); }
H1.HeaderClassName
{
color: #F8798F;
}
.AnyTagClassName
{
color: #F8798F;
}
</style>
background-color css
<style>
a { background-color: #F8798F; }
a { background-color: rgb(248,121,143); }
div.DivClassName
{
background-color: #F8798F;
}
.BgClassName
{
background-color: #F8798F;
}
</style>
border-color css
<style>
span { border-color: #F8798F; }
span { border-color: rgb(248,121,143); }
td.TdClassName
{
border-color: #F8798F;
}
.TagClassName
{
border-color: #F8798F;
}
</style>