Shades of Carissma #F47D8F
Tints of Carissma #F47D8F
RGB
CMYK
RGB Variations
Color information
#F47D8F (or 0xF47D8F) is known color: Carissma. HEX triplet: F4, 7D and 8F. RGB value is (244,125,143). Sum of RGB (Red+Green+Blue) = 244+125+143=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47D8F is #0B8270. Grayscale: #A2A2A2. Windows color (decimal): -754289 or 9403892. OLE color: 9403892.
HSL color Cylindrical-coordinate representation of color #F47D8F: hue angle of 350.92º 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 #F47D8F is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 143 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.04 |
| HSL | 350.92º | 0.84% | 0.72% | - |
| HSV(B) | 350.92º | 0.49% | 0.96% | - |
| XYZ | 49.6 | 35.88 | 30.3 | - |
| YUV | 162.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 143 | 0 | 0.49 | 0.41 | 0.04 | 350.92 | 0.84 | 0.72 |
| Hex | F4 | 7D | 8F | 0 | 31 | 29 | 4 | 15F | 54 | 48 |
| Octal | 364 | 175 | 217 | 0 | 61 | 51 | 4 | 537 | 124 | 110 |
| Binary | 11110100 | 1111101 | 10001111 | 0 | 110001 | 101001 | 100 | 101011111 | 1010100 | 1001000 |
Color Harmonies of #F47D8F
Complementary color
Monochromatic Colors of #F47D8F
Black with #F47D8F
Text Example
Text Example
White with #F47D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D8F; }
p { color: rgb(244,125,143); }
H1.HeaderClassName
{
color: #F47D8F;
}
.AnyTagClassName
{
color: #F47D8F;
}
</style>
background-color css
<style>
a { background-color: #F47D8F; }
a { background-color: rgb(244,125,143); }
div.DivClassName
{
background-color: #F47D8F;
}
.BgClassName
{
background-color: #F47D8F;
}
</style>
border-color css
<style>
span { border-color: #F47D8F; }
span { border-color: rgb(244,125,143); }
td.TdClassName
{
border-color: #F47D8F;
}
.TagClassName
{
border-color: #F47D8F;
}
</style>