Shades of Carissma #F28395
Tints of Carissma #F28395
RGB
CMYK
RGB Variations
Color information
#F28395 (or 0xF28395) is known color: Carissma. HEX triplet: F2, 83 and 95. RGB value is (242,131,149). Sum of RGB (Red+Green+Blue) = 242+131+149=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28395 is #0D7C6A. Grayscale: #A6A6A6. Windows color (decimal): -883819 or 9798642. OLE color: 9798642.
HSL color Cylindrical-coordinate representation of color #F28395: hue angle of 350.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F28395 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 149 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.05 |
| HSL | 350.27º | 0.81% | 0.73% | - |
| HSV(B) | 350.27º | 0.46% | 0.95% | - |
| XYZ | 50.16 | 37.28 | 32.99 | - |
| YUV | 166.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 149 | 0 | 0.46 | 0.38 | 0.05 | 350.27 | 0.81 | 0.73 |
| Hex | F2 | 83 | 95 | 0 | 2E | 26 | 5 | 15E | 51 | 49 |
| Octal | 362 | 203 | 225 | 0 | 56 | 46 | 5 | 536 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10010101 | 0 | 101110 | 100110 | 101 | 101011110 | 1010001 | 1001001 |
Color Harmonies of #F28395
Complementary color
Monochromatic Colors of #F28395
Black with #F28395
Text Example
Text Example
White with #F28395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28395; }
p { color: rgb(242,131,149); }
H1.HeaderClassName
{
color: #F28395;
}
.AnyTagClassName
{
color: #F28395;
}
</style>
background-color css
<style>
a { background-color: #F28395; }
a { background-color: rgb(242,131,149); }
div.DivClassName
{
background-color: #F28395;
}
.BgClassName
{
background-color: #F28395;
}
</style>
border-color css
<style>
span { border-color: #F28395; }
span { border-color: rgb(242,131,149); }
td.TdClassName
{
border-color: #F28395;
}
.TagClassName
{
border-color: #F28395;
}
</style>