Shades of Carissma #F0799A
Tints of Carissma #F0799A
RGB
CMYK
RGB Variations
Color information
#F0799A (or 0xF0799A) is known color: Carissma. HEX triplet: F0, 79 and 9A. RGB value is (240,121,154). Sum of RGB (Red+Green+Blue) = 240+121+154=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0799A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0799A is #0F8665. Grayscale: #A0A0A0. Windows color (decimal): -1017446 or 10123760. OLE color: 10123760.
HSL color Cylindrical-coordinate representation of color #F0799A: hue angle of 343.36º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0799A is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 154 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.06 |
| HSL | 343.36º | 0.8% | 0.71% | - |
| HSV(B) | 343.36º | 0.5% | 0.94% | - |
| XYZ | 48.61 | 34.53 | 34.68 | - |
| YUV | 160.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 154 | 0 | 0.50 | 0.36 | 0.06 | 343.36 | 0.8 | 0.71 |
| Hex | F0 | 79 | 9A | 0 | 32 | 24 | 6 | 157 | 50 | 47 |
| Octal | 360 | 171 | 232 | 0 | 62 | 44 | 6 | 527 | 120 | 107 |
| Binary | 11110000 | 1111001 | 10011010 | 0 | 110010 | 100100 | 110 | 101010111 | 1010000 | 1000111 |
Color Harmonies of #F0799A
Complementary color
Monochromatic Colors of #F0799A
Black with #F0799A
Text Example
Text Example
White with #F0799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0799A; }
p { color: rgb(240,121,154); }
H1.HeaderClassName
{
color: #F0799A;
}
.AnyTagClassName
{
color: #F0799A;
}
</style>
background-color css
<style>
a { background-color: #F0799A; }
a { background-color: rgb(240,121,154); }
div.DivClassName
{
background-color: #F0799A;
}
.BgClassName
{
background-color: #F0799A;
}
</style>
border-color css
<style>
span { border-color: #F0799A; }
span { border-color: rgb(240,121,154); }
td.TdClassName
{
border-color: #F0799A;
}
.TagClassName
{
border-color: #F0799A;
}
</style>