Shades of Carissma #F47A92
Tints of Carissma #F47A92
RGB
CMYK
RGB Variations
Color information
#F47A92 (or 0xF47A92) is known color: Carissma. HEX triplet: F4, 7A and 92. RGB value is (244,122,146). Sum of RGB (Red+Green+Blue) = 244+122+146=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A92 is #0B856D. Grayscale: #A1A1A1. Windows color (decimal): -755054 or 9599732. OLE color: 9599732.
HSL color Cylindrical-coordinate representation of color #F47A92: hue angle of 348.2º 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 #F47A92 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 146 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.04 |
| HSL | 348.2º | 0.85% | 0.72% | - |
| HSV(B) | 348.2º | 0.5% | 0.96% | - |
| XYZ | 49.46 | 35.23 | 31.39 | - |
| YUV | 161.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 146 | 0 | 0.5 | 0.40 | 0.04 | 348.2 | 0.85 | 0.72 |
| Hex | F4 | 7A | 92 | 0 | 32 | 28 | 4 | 15C | 55 | 48 |
| Octal | 364 | 172 | 222 | 0 | 62 | 50 | 4 | 534 | 125 | 110 |
| Binary | 11110100 | 1111010 | 10010010 | 0 | 110010 | 101000 | 100 | 101011100 | 1010101 | 1001000 |
Color Harmonies of #F47A92
Complementary color
Monochromatic Colors of #F47A92
Black with #F47A92
Text Example
Text Example
White with #F47A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A92; }
p { color: rgb(244,122,146); }
H1.HeaderClassName
{
color: #F47A92;
}
.AnyTagClassName
{
color: #F47A92;
}
</style>
background-color css
<style>
a { background-color: #F47A92; }
a { background-color: rgb(244,122,146); }
div.DivClassName
{
background-color: #F47A92;
}
.BgClassName
{
background-color: #F47A92;
}
</style>
border-color css
<style>
span { border-color: #F47A92; }
span { border-color: rgb(244,122,146); }
td.TdClassName
{
border-color: #F47A92;
}
.TagClassName
{
border-color: #F47A92;
}
</style>