Shades of Carissma #F47A88
Tints of Carissma #F47A88
RGB
CMYK
RGB Variations
Color information
#F47A88 (or 0xF47A88) is known color: Carissma. HEX triplet: F4, 7A and 88. RGB value is (244,122,136). Sum of RGB (Red+Green+Blue) = 244+122+136=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A88 is #0B8577. Grayscale: #A0A0A0. Windows color (decimal): -755064 or 8944372. OLE color: 8944372.
HSL color Cylindrical-coordinate representation of color #F47A88: hue angle of 353.11º 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 #F47A88 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 136 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.04 |
| HSL | 353.11º | 0.85% | 0.72% | - |
| HSV(B) | 353.11º | 0.5% | 0.96% | - |
| XYZ | 48.71 | 34.93 | 27.47 | - |
| YUV | 160.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 136 | 0 | 0.5 | 0.44 | 0.04 | 353.11 | 0.85 | 0.72 |
| Hex | F4 | 7A | 88 | 0 | 32 | 2C | 4 | 161 | 55 | 48 |
| Octal | 364 | 172 | 210 | 0 | 62 | 54 | 4 | 541 | 125 | 110 |
| Binary | 11110100 | 1111010 | 10001000 | 0 | 110010 | 101100 | 100 | 101100001 | 1010101 | 1001000 |
Color Harmonies of #F47A88
Complementary color
Monochromatic Colors of #F47A88
Black with #F47A88
Text Example
Text Example
White with #F47A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A88; }
p { color: rgb(244,122,136); }
H1.HeaderClassName
{
color: #F47A88;
}
.AnyTagClassName
{
color: #F47A88;
}
</style>
background-color css
<style>
a { background-color: #F47A88; }
a { background-color: rgb(244,122,136); }
div.DivClassName
{
background-color: #F47A88;
}
.BgClassName
{
background-color: #F47A88;
}
</style>
border-color css
<style>
span { border-color: #F47A88; }
span { border-color: rgb(244,122,136); }
td.TdClassName
{
border-color: #F47A88;
}
.TagClassName
{
border-color: #F47A88;
}
</style>