Shades of Carissma #F4778D
Tints of Carissma #F4778D
RGB
CMYK
RGB Variations
Color information
#F4778D (or 0xF4778D) is known color: Carissma. HEX triplet: F4, 77 and 8D. RGB value is (244,119,141). Sum of RGB (Red+Green+Blue) = 244+119+141=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4778D is #0B8872. Grayscale: #9E9E9E. Windows color (decimal): -755827 or 9271284. OLE color: 9271284.
HSL color Cylindrical-coordinate representation of color #F4778D: hue angle of 349.44º 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 #F4778D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 141 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.04 |
| HSL | 349.44º | 0.85% | 0.71% | - |
| HSV(B) | 349.44º | 0.51% | 0.96% | - |
| XYZ | 48.71 | 34.35 | 29.26 | - |
| YUV | 158.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 141 | 0 | 0.51 | 0.42 | 0.04 | 349.44 | 0.85 | 0.71 |
| Hex | F4 | 77 | 8D | 0 | 33 | 2A | 4 | 15D | 55 | 47 |
| Octal | 364 | 167 | 215 | 0 | 63 | 52 | 4 | 535 | 125 | 107 |
| Binary | 11110100 | 1110111 | 10001101 | 0 | 110011 | 101010 | 100 | 101011101 | 1010101 | 1000111 |
Color Harmonies of #F4778D
Complementary color
Monochromatic Colors of #F4778D
Black with #F4778D
Text Example
Text Example
White with #F4778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4778D; }
p { color: rgb(244,119,141); }
H1.HeaderClassName
{
color: #F4778D;
}
.AnyTagClassName
{
color: #F4778D;
}
</style>
background-color css
<style>
a { background-color: #F4778D; }
a { background-color: rgb(244,119,141); }
div.DivClassName
{
background-color: #F4778D;
}
.BgClassName
{
background-color: #F4778D;
}
</style>
border-color css
<style>
span { border-color: #F4778D; }
span { border-color: rgb(244,119,141); }
td.TdClassName
{
border-color: #F4778D;
}
.TagClassName
{
border-color: #F4778D;
}
</style>