Shades of Carissma #F47D8D
Tints of Carissma #F47D8D
RGB
CMYK
RGB Variations
Color information
#F47D8D (or 0xF47D8D) is known color: Carissma. HEX triplet: F4, 7D and 8D. RGB value is (244,125,141). Sum of RGB (Red+Green+Blue) = 244+125+141=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47D8D is #0B8272. Grayscale: #A2A2A2. Windows color (decimal): -754291 or 9272820. OLE color: 9272820.
HSL color Cylindrical-coordinate representation of color #F47D8D: hue angle of 351.93º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47D8D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 141 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.04 |
| HSL | 351.93º | 0.84% | 0.72% | - |
| HSV(B) | 351.93º | 0.49% | 0.96% | - |
| XYZ | 49.45 | 35.82 | 29.51 | - |
| YUV | 162.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 141 | 0 | 0.49 | 0.42 | 0.04 | 351.93 | 0.84 | 0.72 |
| Hex | F4 | 7D | 8D | 0 | 31 | 2A | 4 | 160 | 54 | 48 |
| Octal | 364 | 175 | 215 | 0 | 61 | 52 | 4 | 540 | 124 | 110 |
| Binary | 11110100 | 1111101 | 10001101 | 0 | 110001 | 101010 | 100 | 101100000 | 1010100 | 1001000 |
Color Harmonies of #F47D8D
Complementary color
Monochromatic Colors of #F47D8D
Black with #F47D8D
Text Example
Text Example
White with #F47D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D8D; }
p { color: rgb(244,125,141); }
H1.HeaderClassName
{
color: #F47D8D;
}
.AnyTagClassName
{
color: #F47D8D;
}
</style>
background-color css
<style>
a { background-color: #F47D8D; }
a { background-color: rgb(244,125,141); }
div.DivClassName
{
background-color: #F47D8D;
}
.BgClassName
{
background-color: #F47D8D;
}
</style>
border-color css
<style>
span { border-color: #F47D8D; }
span { border-color: rgb(244,125,141); }
td.TdClassName
{
border-color: #F47D8D;
}
.TagClassName
{
border-color: #F47D8D;
}
</style>