Shades of Carissma #F48192
Tints of Carissma #F48192
RGB
CMYK
RGB Variations
Color information
#F48192 (or 0xF48192) is known color: Carissma. HEX triplet: F4, 81 and 92. RGB value is (244,129,146). Sum of RGB (Red+Green+Blue) = 244+129+146=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F48192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48192 is #0B7E6D. Grayscale: #A5A5A5. Windows color (decimal): -753262 or 9601524. OLE color: 9601524.
HSL color Cylindrical-coordinate representation of color #F48192: hue angle of 351.13º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F48192 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 146 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.04 |
| HSL | 351.13º | 0.84% | 0.73% | - |
| HSV(B) | 351.13º | 0.47% | 0.96% | - |
| XYZ | 50.35 | 37.01 | 31.68 | - |
| YUV | 165.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 146 | 0 | 0.47 | 0.40 | 0.04 | 351.13 | 0.84 | 0.73 |
| Hex | F4 | 81 | 92 | 0 | 2F | 28 | 4 | 15F | 54 | 49 |
| Octal | 364 | 201 | 222 | 0 | 57 | 50 | 4 | 537 | 124 | 111 |
| Binary | 11110100 | 10000001 | 10010010 | 0 | 101111 | 101000 | 100 | 101011111 | 1010100 | 1001001 |
Color Harmonies of #F48192
Complementary color
Monochromatic Colors of #F48192
Black with #F48192
Text Example
Text Example
White with #F48192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48192; }
p { color: rgb(244,129,146); }
H1.HeaderClassName
{
color: #F48192;
}
.AnyTagClassName
{
color: #F48192;
}
</style>
background-color css
<style>
a { background-color: #F48192; }
a { background-color: rgb(244,129,146); }
div.DivClassName
{
background-color: #F48192;
}
.BgClassName
{
background-color: #F48192;
}
</style>
border-color css
<style>
span { border-color: #F48192; }
span { border-color: rgb(244,129,146); }
td.TdClassName
{
border-color: #F48192;
}
.TagClassName
{
border-color: #F48192;
}
</style>