Shades of Carissma #F0789A
Tints of Carissma #F0789A
RGB
CMYK
RGB Variations
Color information
#F0789A (or 0xF0789A) is known color: Carissma. HEX triplet: F0, 78 and 9A. RGB value is (240,120,154). Sum of RGB (Red+Green+Blue) = 240+120+154=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0789A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0789A is #0F8765. Grayscale: #9F9F9F. Windows color (decimal): -1017702 or 10123504. OLE color: 10123504.
HSL color Cylindrical-coordinate representation of color #F0789A: hue angle of 343º 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 #F0789A is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 154 | - |
| CMYK | 0 | 0.5 | 0.36 | 0.06 |
| HSL | 343º | 0.8% | 0.71% | - |
| HSV(B) | 343º | 0.5% | 0.94% | - |
| XYZ | 48.48 | 34.29 | 34.64 | - |
| YUV | 159.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 154 | 0 | 0.5 | 0.36 | 0.06 | 343 | 0.8 | 0.71 |
| Hex | F0 | 78 | 9A | 0 | 32 | 24 | 6 | 157 | 50 | 47 |
| Octal | 360 | 170 | 232 | 0 | 62 | 44 | 6 | 527 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10011010 | 0 | 110010 | 100100 | 110 | 101010111 | 1010000 | 1000111 |
Color Harmonies of #F0789A
Complementary color
Monochromatic Colors of #F0789A
Black with #F0789A
Text Example
Text Example
White with #F0789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0789A; }
p { color: rgb(240,120,154); }
H1.HeaderClassName
{
color: #F0789A;
}
.AnyTagClassName
{
color: #F0789A;
}
</style>
background-color css
<style>
a { background-color: #F0789A; }
a { background-color: rgb(240,120,154); }
div.DivClassName
{
background-color: #F0789A;
}
.BgClassName
{
background-color: #F0789A;
}
</style>
border-color css
<style>
span { border-color: #F0789A; }
span { border-color: rgb(240,120,154); }
td.TdClassName
{
border-color: #F0789A;
}
.TagClassName
{
border-color: #F0789A;
}
</style>