Shades of Carissma #F47B8C
Tints of Carissma #F47B8C
RGB
CMYK
RGB Variations
Color information
#F47B8C (or 0xF47B8C) is known color: Carissma. HEX triplet: F4, 7B and 8C. RGB value is (244,123,140). Sum of RGB (Red+Green+Blue) = 244+123+140=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47B8C is #0B8473. Grayscale: #A1A1A1. Windows color (decimal): -754804 or 9206772. OLE color: 9206772.
HSL color Cylindrical-coordinate representation of color #F47B8C: hue angle of 351.57º 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 #F47B8C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 140 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.04 |
| HSL | 351.57º | 0.85% | 0.72% | - |
| HSV(B) | 351.57º | 0.5% | 0.96% | - |
| XYZ | 49.12 | 35.29 | 29.03 | - |
| YUV | 161.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 140 | 0 | 0.50 | 0.43 | 0.04 | 351.57 | 0.85 | 0.72 |
| Hex | F4 | 7B | 8C | 0 | 32 | 2B | 4 | 160 | 55 | 48 |
| Octal | 364 | 173 | 214 | 0 | 62 | 53 | 4 | 540 | 125 | 110 |
| Binary | 11110100 | 1111011 | 10001100 | 0 | 110010 | 101011 | 100 | 101100000 | 1010101 | 1001000 |
Color Harmonies of #F47B8C
Complementary color
Monochromatic Colors of #F47B8C
Black with #F47B8C
Text Example
Text Example
White with #F47B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47B8C; }
p { color: rgb(244,123,140); }
H1.HeaderClassName
{
color: #F47B8C;
}
.AnyTagClassName
{
color: #F47B8C;
}
</style>
background-color css
<style>
a { background-color: #F47B8C; }
a { background-color: rgb(244,123,140); }
div.DivClassName
{
background-color: #F47B8C;
}
.BgClassName
{
background-color: #F47B8C;
}
</style>
border-color css
<style>
span { border-color: #F47B8C; }
span { border-color: rgb(244,123,140); }
td.TdClassName
{
border-color: #F47B8C;
}
.TagClassName
{
border-color: #F47B8C;
}
</style>