Shades of Carissma #F8798C
Tints of Carissma #F8798C
RGB
CMYK
RGB Variations
Color information
#F8798C (or 0xF8798C) is known color: Carissma. HEX triplet: F8, 79 and 8C. RGB value is (248,121,140). Sum of RGB (Red+Green+Blue) = 248+121+140=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8798C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8798C is #078673. Grayscale: #A1A1A1. Windows color (decimal): -493172 or 9206264. OLE color: 9206264.
HSL color Cylindrical-coordinate representation of color #F8798C: hue angle of 351.02º 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 #F8798C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 140 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.03 |
| HSL | 351.02º | 0.9% | 0.72% | - |
| HSV(B) | 351.02º | 0.51% | 0.97% | - |
| XYZ | 50.28 | 35.52 | 29.02 | - |
| YUV | 161.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 140 | 0 | 0.51 | 0.44 | 0.03 | 351.02 | 0.9 | 0.72 |
| Hex | F8 | 79 | 8C | 0 | 33 | 2C | 3 | 15F | 5A | 48 |
| Octal | 370 | 171 | 214 | 0 | 63 | 54 | 3 | 537 | 132 | 110 |
| Binary | 11111000 | 1111001 | 10001100 | 0 | 110011 | 101100 | 11 | 101011111 | 1011010 | 1001000 |
Color Harmonies of #F8798C
Complementary color
Monochromatic Colors of #F8798C
Black with #F8798C
Text Example
Text Example
White with #F8798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8798C; }
p { color: rgb(248,121,140); }
H1.HeaderClassName
{
color: #F8798C;
}
.AnyTagClassName
{
color: #F8798C;
}
</style>
background-color css
<style>
a { background-color: #F8798C; }
a { background-color: rgb(248,121,140); }
div.DivClassName
{
background-color: #F8798C;
}
.BgClassName
{
background-color: #F8798C;
}
</style>
border-color css
<style>
span { border-color: #F8798C; }
span { border-color: rgb(248,121,140); }
td.TdClassName
{
border-color: #F8798C;
}
.TagClassName
{
border-color: #F8798C;
}
</style>