Shades of Carissma #F47F8D
Tints of Carissma #F47F8D
RGB
CMYK
RGB Variations
Color information
#F47F8D (or 0xF47F8D) is known color: Carissma. HEX triplet: F4, 7F and 8D. RGB value is (244,127,141). Sum of RGB (Red+Green+Blue) = 244+127+141=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F8D is #0B8072. Grayscale: #A3A3A3. Windows color (decimal): -753779 or 9273332. OLE color: 9273332.
HSL color Cylindrical-coordinate representation of color #F47F8D: hue angle of 352.82º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47F8D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 141 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.04 |
| HSL | 352.82º | 0.84% | 0.73% | - |
| HSV(B) | 352.82º | 0.48% | 0.96% | - |
| XYZ | 49.71 | 36.33 | 29.59 | - |
| YUV | 163.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 141 | 0 | 0.48 | 0.42 | 0.04 | 352.82 | 0.84 | 0.73 |
| Hex | F4 | 7F | 8D | 0 | 30 | 2A | 4 | 161 | 54 | 49 |
| Octal | 364 | 177 | 215 | 0 | 60 | 52 | 4 | 541 | 124 | 111 |
| Binary | 11110100 | 1111111 | 10001101 | 0 | 110000 | 101010 | 100 | 101100001 | 1010100 | 1001001 |
Color Harmonies of #F47F8D
Complementary color
Monochromatic Colors of #F47F8D
Black with #F47F8D
Text Example
Text Example
White with #F47F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F8D; }
p { color: rgb(244,127,141); }
H1.HeaderClassName
{
color: #F47F8D;
}
.AnyTagClassName
{
color: #F47F8D;
}
</style>
background-color css
<style>
a { background-color: #F47F8D; }
a { background-color: rgb(244,127,141); }
div.DivClassName
{
background-color: #F47F8D;
}
.BgClassName
{
background-color: #F47F8D;
}
</style>
border-color css
<style>
span { border-color: #F47F8D; }
span { border-color: rgb(244,127,141); }
td.TdClassName
{
border-color: #F47F8D;
}
.TagClassName
{
border-color: #F47F8D;
}
</style>