Shades of Carissma #F4828D
Tints of Carissma #F4828D
RGB
CMYK
RGB Variations
Color information
#F4828D (or 0xF4828D) is known color: Carissma. HEX triplet: F4, 82 and 8D. RGB value is (244,130,141). Sum of RGB (Red+Green+Blue) = 244+130+141=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4828D is #0B7D72. Grayscale: #A5A5A5. Windows color (decimal): -753011 or 9274100. OLE color: 9274100.
HSL color Cylindrical-coordinate representation of color #F4828D: hue angle of 354.21º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4828D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 141 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.04 |
| HSL | 354.21º | 0.84% | 0.73% | - |
| HSV(B) | 354.21º | 0.47% | 0.96% | - |
| XYZ | 50.1 | 37.12 | 29.72 | - |
| YUV | 165.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 141 | 0 | 0.47 | 0.42 | 0.04 | 354.21 | 0.84 | 0.73 |
| Hex | F4 | 82 | 8D | 0 | 2F | 2A | 4 | 162 | 54 | 49 |
| Octal | 364 | 202 | 215 | 0 | 57 | 52 | 4 | 542 | 124 | 111 |
| Binary | 11110100 | 10000010 | 10001101 | 0 | 101111 | 101010 | 100 | 101100010 | 1010100 | 1001001 |
Color Harmonies of #F4828D
Complementary color
Monochromatic Colors of #F4828D
Black with #F4828D
Text Example
Text Example
White with #F4828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4828D; }
p { color: rgb(244,130,141); }
H1.HeaderClassName
{
color: #F4828D;
}
.AnyTagClassName
{
color: #F4828D;
}
</style>
background-color css
<style>
a { background-color: #F4828D; }
a { background-color: rgb(244,130,141); }
div.DivClassName
{
background-color: #F4828D;
}
.BgClassName
{
background-color: #F4828D;
}
</style>
border-color css
<style>
span { border-color: #F4828D; }
span { border-color: rgb(244,130,141); }
td.TdClassName
{
border-color: #F4828D;
}
.TagClassName
{
border-color: #F4828D;
}
</style>