Shades of Carissma #F28095
Tints of Carissma #F28095
RGB
CMYK
RGB Variations
Color information
#F28095 (or 0xF28095) is known color: Carissma. HEX triplet: F2, 80 and 95. RGB value is (242,128,149). Sum of RGB (Red+Green+Blue) = 242+128+149=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28095 is #0D7F6A. Grayscale: #A4A4A4. Windows color (decimal): -884587 or 9797874. OLE color: 9797874.
HSL color Cylindrical-coordinate representation of color #F28095: hue angle of 348.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28095 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 149 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.05 |
| HSL | 348.95º | 0.81% | 0.73% | - |
| HSV(B) | 348.95º | 0.47% | 0.95% | - |
| XYZ | 49.76 | 36.49 | 32.85 | - |
| YUV | 164.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 149 | 0 | 0.47 | 0.38 | 0.05 | 348.95 | 0.81 | 0.73 |
| Hex | F2 | 80 | 95 | 0 | 2F | 26 | 5 | 15D | 51 | 49 |
| Octal | 362 | 200 | 225 | 0 | 57 | 46 | 5 | 535 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10010101 | 0 | 101111 | 100110 | 101 | 101011101 | 1010001 | 1001001 |
Color Harmonies of #F28095
Complementary color
Monochromatic Colors of #F28095
Black with #F28095
Text Example
Text Example
White with #F28095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28095; }
p { color: rgb(242,128,149); }
H1.HeaderClassName
{
color: #F28095;
}
.AnyTagClassName
{
color: #F28095;
}
</style>
background-color css
<style>
a { background-color: #F28095; }
a { background-color: rgb(242,128,149); }
div.DivClassName
{
background-color: #F28095;
}
.BgClassName
{
background-color: #F28095;
}
</style>
border-color css
<style>
span { border-color: #F28095; }
span { border-color: rgb(242,128,149); }
td.TdClassName
{
border-color: #F28095;
}
.TagClassName
{
border-color: #F28095;
}
</style>