Shades of Carissma #F28596
Tints of Carissma #F28596
RGB
CMYK
RGB Variations
Color information
#F28596 (or 0xF28596) is known color: Carissma. HEX triplet: F2, 85 and 96. RGB value is (242,133,150). Sum of RGB (Red+Green+Blue) = 242+133+150=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F28596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28596 is #0D7A69. Grayscale: #A7A7A7. Windows color (decimal): -883306 or 9864690. OLE color: 9864690.
HSL color Cylindrical-coordinate representation of color #F28596: hue angle of 350.64º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28596 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 150 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.05 |
| HSL | 350.64º | 0.81% | 0.74% | - |
| HSV(B) | 350.64º | 0.45% | 0.95% | - |
| XYZ | 50.51 | 37.85 | 33.5 | - |
| YUV | 167.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 150 | 0 | 0.45 | 0.38 | 0.05 | 350.64 | 0.81 | 0.74 |
| Hex | F2 | 85 | 96 | 0 | 2D | 26 | 5 | 15F | 51 | 4A |
| Octal | 362 | 205 | 226 | 0 | 55 | 46 | 5 | 537 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10010110 | 0 | 101101 | 100110 | 101 | 101011111 | 1010001 | 1001010 |
Color Harmonies of #F28596
Complementary color
Monochromatic Colors of #F28596
Black with #F28596
Text Example
Text Example
White with #F28596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28596; }
p { color: rgb(242,133,150); }
H1.HeaderClassName
{
color: #F28596;
}
.AnyTagClassName
{
color: #F28596;
}
</style>
background-color css
<style>
a { background-color: #F28596; }
a { background-color: rgb(242,133,150); }
div.DivClassName
{
background-color: #F28596;
}
.BgClassName
{
background-color: #F28596;
}
</style>
border-color css
<style>
span { border-color: #F28596; }
span { border-color: rgb(242,133,150); }
td.TdClassName
{
border-color: #F28596;
}
.TagClassName
{
border-color: #F28596;
}
</style>