Shades of Carissma #F47C8D
Tints of Carissma #F47C8D
RGB
CMYK
RGB Variations
Color information
#F47C8D (or 0xF47C8D) is known color: Carissma. HEX triplet: F4, 7C and 8D. RGB value is (244,124,141). Sum of RGB (Red+Green+Blue) = 244+124+141=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47C8D is #0B8372. Grayscale: #A1A1A1. Windows color (decimal): -754547 or 9272564. OLE color: 9272564.
HSL color Cylindrical-coordinate representation of color #F47C8D: hue angle of 351.5º degrees, saturation: 0.85, 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 #F47C8D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 141 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.04 |
| HSL | 351.5º | 0.85% | 0.72% | - |
| HSV(B) | 351.5º | 0.49% | 0.96% | - |
| XYZ | 49.32 | 35.57 | 29.47 | - |
| YUV | 161.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 141 | 0 | 0.49 | 0.42 | 0.04 | 351.5 | 0.85 | 0.72 |
| Hex | F4 | 7C | 8D | 0 | 31 | 2A | 4 | 160 | 55 | 48 |
| Octal | 364 | 174 | 215 | 0 | 61 | 52 | 4 | 540 | 125 | 110 |
| Binary | 11110100 | 1111100 | 10001101 | 0 | 110001 | 101010 | 100 | 101100000 | 1010101 | 1001000 |
Color Harmonies of #F47C8D
Complementary color
Monochromatic Colors of #F47C8D
Black with #F47C8D
Text Example
Text Example
White with #F47C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C8D; }
p { color: rgb(244,124,141); }
H1.HeaderClassName
{
color: #F47C8D;
}
.AnyTagClassName
{
color: #F47C8D;
}
</style>
background-color css
<style>
a { background-color: #F47C8D; }
a { background-color: rgb(244,124,141); }
div.DivClassName
{
background-color: #F47C8D;
}
.BgClassName
{
background-color: #F47C8D;
}
</style>
border-color css
<style>
span { border-color: #F47C8D; }
span { border-color: rgb(244,124,141); }
td.TdClassName
{
border-color: #F47C8D;
}
.TagClassName
{
border-color: #F47C8D;
}
</style>