Shades of Carissma #F18592
Tints of Carissma #F18592
RGB
CMYK
RGB Variations
Color information
#F18592 (or 0xF18592) is known color: Carissma. HEX triplet: F1, 85 and 92. RGB value is (241,133,146). Sum of RGB (Red+Green+Blue) = 241+133+146=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18592 is #0E7A6D. Grayscale: #A6A6A6. Windows color (decimal): -948846 or 9602545. OLE color: 9602545.
HSL color Cylindrical-coordinate representation of color #F18592: hue angle of 352.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18592 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 146 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.05 |
| HSL | 352.78º | 0.79% | 0.73% | - |
| HSV(B) | 352.78º | 0.45% | 0.95% | - |
| XYZ | 49.85 | 37.55 | 31.81 | - |
| YUV | 166.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 146 | 0 | 0.45 | 0.39 | 0.05 | 352.78 | 0.79 | 0.73 |
| Hex | F1 | 85 | 92 | 0 | 2D | 27 | 5 | 161 | 4F | 49 |
| Octal | 361 | 205 | 222 | 0 | 55 | 47 | 5 | 541 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10010010 | 0 | 101101 | 100111 | 101 | 101100001 | 1001111 | 1001001 |
Color Harmonies of #F18592
Complementary color
Monochromatic Colors of #F18592
Black with #F18592
Text Example
Text Example
White with #F18592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18592; }
p { color: rgb(241,133,146); }
H1.HeaderClassName
{
color: #F18592;
}
.AnyTagClassName
{
color: #F18592;
}
</style>
background-color css
<style>
a { background-color: #F18592; }
a { background-color: rgb(241,133,146); }
div.DivClassName
{
background-color: #F18592;
}
.BgClassName
{
background-color: #F18592;
}
</style>
border-color css
<style>
span { border-color: #F18592; }
span { border-color: rgb(241,133,146); }
td.TdClassName
{
border-color: #F18592;
}
.TagClassName
{
border-color: #F18592;
}
</style>