Shades of Carissma #F47B85
Tints of Carissma #F47B85
RGB
CMYK
RGB Variations
Color information
#F47B85 (or 0xF47B85) is known color: Carissma. HEX triplet: F4, 7B and 85. RGB value is (244,123,133). Sum of RGB (Red+Green+Blue) = 244+123+133=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47B85 is #0B847A. Grayscale: #A0A0A0. Windows color (decimal): -754811 or 8748020. OLE color: 8748020.
HSL color Cylindrical-coordinate representation of color #F47B85: hue angle of 355.04º 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 #F47B85 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 133 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.04 |
| HSL | 355.04º | 0.85% | 0.72% | - |
| HSV(B) | 355.04º | 0.5% | 0.96% | - |
| XYZ | 48.62 | 35.09 | 26.4 | - |
| YUV | 160.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 133 | 0 | 0.50 | 0.45 | 0.04 | 355.04 | 0.85 | 0.72 |
| Hex | F4 | 7B | 85 | 0 | 32 | 2D | 4 | 163 | 55 | 48 |
| Octal | 364 | 173 | 205 | 0 | 62 | 55 | 4 | 543 | 125 | 110 |
| Binary | 11110100 | 1111011 | 10000101 | 0 | 110010 | 101101 | 100 | 101100011 | 1010101 | 1001000 |
Color Harmonies of #F47B85
Complementary color
Monochromatic Colors of #F47B85
Black with #F47B85
Text Example
Text Example
White with #F47B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47B85; }
p { color: rgb(244,123,133); }
H1.HeaderClassName
{
color: #F47B85;
}
.AnyTagClassName
{
color: #F47B85;
}
</style>
background-color css
<style>
a { background-color: #F47B85; }
a { background-color: rgb(244,123,133); }
div.DivClassName
{
background-color: #F47B85;
}
.BgClassName
{
background-color: #F47B85;
}
</style>
border-color css
<style>
span { border-color: #F47B85; }
span { border-color: rgb(244,123,133); }
td.TdClassName
{
border-color: #F47B85;
}
.TagClassName
{
border-color: #F47B85;
}
</style>