Shades of Carissma #F47B8F
Tints of Carissma #F47B8F
RGB
CMYK
RGB Variations
Color information
#F47B8F (or 0xF47B8F) is known color: Carissma. HEX triplet: F4, 7B and 8F. RGB value is (244,123,143). Sum of RGB (Red+Green+Blue) = 244+123+143=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47B8F is #0B8470. Grayscale: #A1A1A1. Windows color (decimal): -754801 or 9403380. OLE color: 9403380.
HSL color Cylindrical-coordinate representation of color #F47B8F: hue angle of 350.08º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47B8F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 143 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.04 |
| HSL | 350.08º | 0.85% | 0.72% | - |
| HSV(B) | 350.08º | 0.5% | 0.96% | - |
| XYZ | 49.35 | 35.38 | 30.22 | - |
| YUV | 161.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 143 | 0 | 0.50 | 0.41 | 0.04 | 350.08 | 0.85 | 0.72 |
| Hex | F4 | 7B | 8F | 0 | 32 | 29 | 4 | 15E | 55 | 48 |
| Octal | 364 | 173 | 217 | 0 | 62 | 51 | 4 | 536 | 125 | 110 |
| Binary | 11110100 | 1111011 | 10001111 | 0 | 110010 | 101001 | 100 | 101011110 | 1010101 | 1001000 |
Color Harmonies of #F47B8F
Complementary color
Monochromatic Colors of #F47B8F
Black with #F47B8F
Text Example
Text Example
White with #F47B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47B8F; }
p { color: rgb(244,123,143); }
H1.HeaderClassName
{
color: #F47B8F;
}
.AnyTagClassName
{
color: #F47B8F;
}
</style>
background-color css
<style>
a { background-color: #F47B8F; }
a { background-color: rgb(244,123,143); }
div.DivClassName
{
background-color: #F47B8F;
}
.BgClassName
{
background-color: #F47B8F;
}
</style>
border-color css
<style>
span { border-color: #F47B8F; }
span { border-color: rgb(244,123,143); }
td.TdClassName
{
border-color: #F47B8F;
}
.TagClassName
{
border-color: #F47B8F;
}
</style>