Shades of Carissma #F27697
Tints of Carissma #F27697
RGB
CMYK
RGB Variations
Color information
#F27697 (or 0xF27697) is known color: Carissma. HEX triplet: F2, 76 and 97. RGB value is (242,118,151). Sum of RGB (Red+Green+Blue) = 242+118+151=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F27697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27697 is #0D8968. Grayscale: #9E9E9E. Windows color (decimal): -887145 or 9926386. OLE color: 9926386.
HSL color Cylindrical-coordinate representation of color #F27697: hue angle of 344.03º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27697 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 151 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.05 |
| HSL | 344.03º | 0.83% | 0.71% | - |
| HSV(B) | 344.03º | 0.51% | 0.95% | - |
| XYZ | 48.68 | 34.07 | 33.29 | - |
| YUV | 158.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 151 | 0 | 0.51 | 0.38 | 0.05 | 344.03 | 0.83 | 0.71 |
| Hex | F2 | 76 | 97 | 0 | 33 | 26 | 5 | 158 | 53 | 47 |
| Octal | 362 | 166 | 227 | 0 | 63 | 46 | 5 | 530 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10010111 | 0 | 110011 | 100110 | 101 | 101011000 | 1010011 | 1000111 |
Color Harmonies of #F27697
Complementary color
Monochromatic Colors of #F27697
Black with #F27697
Text Example
Text Example
White with #F27697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27697; }
p { color: rgb(242,118,151); }
H1.HeaderClassName
{
color: #F27697;
}
.AnyTagClassName
{
color: #F27697;
}
</style>
background-color css
<style>
a { background-color: #F27697; }
a { background-color: rgb(242,118,151); }
div.DivClassName
{
background-color: #F27697;
}
.BgClassName
{
background-color: #F27697;
}
</style>
border-color css
<style>
span { border-color: #F27697; }
span { border-color: rgb(242,118,151); }
td.TdClassName
{
border-color: #F27697;
}
.TagClassName
{
border-color: #F27697;
}
</style>