Shades of Carissma #F28397
Tints of Carissma #F28397
RGB
CMYK
RGB Variations
Color information
#F28397 (or 0xF28397) is known color: Carissma. HEX triplet: F2, 83 and 97. RGB value is (242,131,151). Sum of RGB (Red+Green+Blue) = 242+131+151=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F28397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28397 is #0D7C68. Grayscale: #A6A6A6. Windows color (decimal): -883817 or 9929714. OLE color: 9929714.
HSL color Cylindrical-coordinate representation of color #F28397: hue angle of 349.19º 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 #F28397 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 151 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.05 |
| HSL | 349.19º | 0.81% | 0.73% | - |
| HSV(B) | 349.19º | 0.46% | 0.95% | - |
| XYZ | 50.32 | 37.34 | 33.83 | - |
| YUV | 166.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 151 | 0 | 0.46 | 0.38 | 0.05 | 349.19 | 0.81 | 0.73 |
| Hex | F2 | 83 | 97 | 0 | 2E | 26 | 5 | 15D | 51 | 49 |
| Octal | 362 | 203 | 227 | 0 | 56 | 46 | 5 | 535 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10010111 | 0 | 101110 | 100110 | 101 | 101011101 | 1010001 | 1001001 |
Color Harmonies of #F28397
Complementary color
Monochromatic Colors of #F28397
Black with #F28397
Text Example
Text Example
White with #F28397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28397; }
p { color: rgb(242,131,151); }
H1.HeaderClassName
{
color: #F28397;
}
.AnyTagClassName
{
color: #F28397;
}
</style>
background-color css
<style>
a { background-color: #F28397; }
a { background-color: rgb(242,131,151); }
div.DivClassName
{
background-color: #F28397;
}
.BgClassName
{
background-color: #F28397;
}
</style>
border-color css
<style>
span { border-color: #F28397; }
span { border-color: rgb(242,131,151); }
td.TdClassName
{
border-color: #F28397;
}
.TagClassName
{
border-color: #F28397;
}
</style>