Shades of Carissma #F4838D
Tints of Carissma #F4838D
RGB
CMYK
RGB Variations
Color information
#F4838D (or 0xF4838D) is known color: Carissma. HEX triplet: F4, 83 and 8D. RGB value is (244,131,141). Sum of RGB (Red+Green+Blue) = 244+131+141=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4838D is #0B7C72. Grayscale: #A6A6A6. Windows color (decimal): -752755 or 9274356. OLE color: 9274356.
HSL color Cylindrical-coordinate representation of color #F4838D: hue angle of 354.69º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4838D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 141 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.04 |
| HSL | 354.69º | 0.84% | 0.74% | - |
| HSV(B) | 354.69º | 0.46% | 0.96% | - |
| XYZ | 50.23 | 37.39 | 29.77 | - |
| YUV | 165.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 141 | 0 | 0.46 | 0.42 | 0.04 | 354.69 | 0.84 | 0.74 |
| Hex | F4 | 83 | 8D | 0 | 2E | 2A | 4 | 163 | 54 | 4A |
| Octal | 364 | 203 | 215 | 0 | 56 | 52 | 4 | 543 | 124 | 112 |
| Binary | 11110100 | 10000011 | 10001101 | 0 | 101110 | 101010 | 100 | 101100011 | 1010100 | 1001010 |
Color Harmonies of #F4838D
Complementary color
Monochromatic Colors of #F4838D
Black with #F4838D
Text Example
Text Example
White with #F4838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4838D; }
p { color: rgb(244,131,141); }
H1.HeaderClassName
{
color: #F4838D;
}
.AnyTagClassName
{
color: #F4838D;
}
</style>
background-color css
<style>
a { background-color: #F4838D; }
a { background-color: rgb(244,131,141); }
div.DivClassName
{
background-color: #F4838D;
}
.BgClassName
{
background-color: #F4838D;
}
</style>
border-color css
<style>
span { border-color: #F4838D; }
span { border-color: rgb(244,131,141); }
td.TdClassName
{
border-color: #F4838D;
}
.TagClassName
{
border-color: #F4838D;
}
</style>