Shades of Carissma #F47A8C
Tints of Carissma #F47A8C
RGB
CMYK
RGB Variations
Color information
#F47A8C (or 0xF47A8C) is known color: Carissma. HEX triplet: F4, 7A and 8C. RGB value is (244,122,140). Sum of RGB (Red+Green+Blue) = 244+122+140=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A8C is #0B8573. Grayscale: #A0A0A0. Windows color (decimal): -755060 or 9206516. OLE color: 9206516.
HSL color Cylindrical-coordinate representation of color #F47A8C: hue angle of 351.15º 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 #F47A8C is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 140 | - |
| CMYK | 0 | 0.5 | 0.43 | 0.04 |
| HSL | 351.15º | 0.85% | 0.72% | - |
| HSV(B) | 351.15º | 0.5% | 0.96% | - |
| XYZ | 49 | 35.05 | 28.99 | - |
| YUV | 160.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 140 | 0 | 0.5 | 0.43 | 0.04 | 351.15 | 0.85 | 0.72 |
| Hex | F4 | 7A | 8C | 0 | 32 | 2B | 4 | 15F | 55 | 48 |
| Octal | 364 | 172 | 214 | 0 | 62 | 53 | 4 | 537 | 125 | 110 |
| Binary | 11110100 | 1111010 | 10001100 | 0 | 110010 | 101011 | 100 | 101011111 | 1010101 | 1001000 |
Color Harmonies of #F47A8C
Complementary color
Monochromatic Colors of #F47A8C
Black with #F47A8C
Text Example
Text Example
White with #F47A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A8C; }
p { color: rgb(244,122,140); }
H1.HeaderClassName
{
color: #F47A8C;
}
.AnyTagClassName
{
color: #F47A8C;
}
</style>
background-color css
<style>
a { background-color: #F47A8C; }
a { background-color: rgb(244,122,140); }
div.DivClassName
{
background-color: #F47A8C;
}
.BgClassName
{
background-color: #F47A8C;
}
</style>
border-color css
<style>
span { border-color: #F47A8C; }
span { border-color: rgb(244,122,140); }
td.TdClassName
{
border-color: #F47A8C;
}
.TagClassName
{
border-color: #F47A8C;
}
</style>