Shades of Carissma #F0779A
Tints of Carissma #F0779A
RGB
CMYK
RGB Variations
Color information
#F0779A (or 0xF0779A) is known color: Carissma. HEX triplet: F0, 77 and 9A. RGB value is (240,119,154). Sum of RGB (Red+Green+Blue) = 240+119+154=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0779A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0779A is #0F8865. Grayscale: #9F9F9F. Windows color (decimal): -1017958 or 10123248. OLE color: 10123248.
HSL color Cylindrical-coordinate representation of color #F0779A: hue angle of 342.64º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0779A is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 154 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.06 |
| HSL | 342.64º | 0.8% | 0.7% | - |
| HSV(B) | 342.64º | 0.5% | 0.94% | - |
| XYZ | 48.36 | 34.05 | 34.6 | - |
| YUV | 159.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 154 | 0 | 0.50 | 0.36 | 0.06 | 342.64 | 0.8 | 0.7 |
| Hex | F0 | 77 | 9A | 0 | 32 | 24 | 6 | 157 | 50 | 46 |
| Octal | 360 | 167 | 232 | 0 | 62 | 44 | 6 | 527 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10011010 | 0 | 110010 | 100100 | 110 | 101010111 | 1010000 | 1000110 |
Color Harmonies of #F0779A
Complementary color
Monochromatic Colors of #F0779A
Black with #F0779A
Text Example
Text Example
White with #F0779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0779A; }
p { color: rgb(240,119,154); }
H1.HeaderClassName
{
color: #F0779A;
}
.AnyTagClassName
{
color: #F0779A;
}
</style>
background-color css
<style>
a { background-color: #F0779A; }
a { background-color: rgb(240,119,154); }
div.DivClassName
{
background-color: #F0779A;
}
.BgClassName
{
background-color: #F0779A;
}
</style>
border-color css
<style>
span { border-color: #F0779A; }
span { border-color: rgb(240,119,154); }
td.TdClassName
{
border-color: #F0779A;
}
.TagClassName
{
border-color: #F0779A;
}
</style>