Shades of Carissma #F4788D
Tints of Carissma #F4788D
RGB
CMYK
RGB Variations
Color information
#F4788D (or 0xF4788D) is known color: Carissma. HEX triplet: F4, 78 and 8D. RGB value is (244,120,141). Sum of RGB (Red+Green+Blue) = 244+120+141=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F4788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4788D is #0B8772. Grayscale: #9F9F9F. Windows color (decimal): -755571 or 9271540. OLE color: 9271540.
HSL color Cylindrical-coordinate representation of color #F4788D: hue angle of 349.84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F4788D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 141 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.04 |
| HSL | 349.84º | 0.85% | 0.71% | - |
| HSV(B) | 349.84º | 0.51% | 0.96% | - |
| XYZ | 48.83 | 34.59 | 29.3 | - |
| YUV | 159.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 141 | 0 | 0.51 | 0.42 | 0.04 | 349.84 | 0.85 | 0.71 |
| Hex | F4 | 78 | 8D | 0 | 33 | 2A | 4 | 15E | 55 | 47 |
| Octal | 364 | 170 | 215 | 0 | 63 | 52 | 4 | 536 | 125 | 107 |
| Binary | 11110100 | 1111000 | 10001101 | 0 | 110011 | 101010 | 100 | 101011110 | 1010101 | 1000111 |
Color Harmonies of #F4788D
Complementary color
Monochromatic Colors of #F4788D
Black with #F4788D
Text Example
Text Example
White with #F4788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4788D; }
p { color: rgb(244,120,141); }
H1.HeaderClassName
{
color: #F4788D;
}
.AnyTagClassName
{
color: #F4788D;
}
</style>
background-color css
<style>
a { background-color: #F4788D; }
a { background-color: rgb(244,120,141); }
div.DivClassName
{
background-color: #F4788D;
}
.BgClassName
{
background-color: #F4788D;
}
</style>
border-color css
<style>
span { border-color: #F4788D; }
span { border-color: rgb(244,120,141); }
td.TdClassName
{
border-color: #F4788D;
}
.TagClassName
{
border-color: #F4788D;
}
</style>