Shades of Carissma #F27795
Tints of Carissma #F27795
RGB
CMYK
RGB Variations
Color information
#F27795 (or 0xF27795) is known color: Carissma. HEX triplet: F2, 77 and 95. RGB value is (242,119,149). Sum of RGB (Red+Green+Blue) = 242+119+149=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F27795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27795 is #0D886A. Grayscale: #9F9F9F. Windows color (decimal): -886891 or 9795570. OLE color: 9795570.
HSL color Cylindrical-coordinate representation of color #F27795: hue angle of 345.37º 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 #F27795 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 149 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.05 |
| HSL | 345.37º | 0.83% | 0.71% | - |
| HSV(B) | 345.37º | 0.51% | 0.95% | - |
| XYZ | 48.64 | 34.24 | 32.48 | - |
| YUV | 159.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 149 | 0 | 0.51 | 0.38 | 0.05 | 345.37 | 0.83 | 0.71 |
| Hex | F2 | 77 | 95 | 0 | 33 | 26 | 5 | 159 | 53 | 47 |
| Octal | 362 | 167 | 225 | 0 | 63 | 46 | 5 | 531 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10010101 | 0 | 110011 | 100110 | 101 | 101011001 | 1010011 | 1000111 |
Color Harmonies of #F27795
Complementary color
Monochromatic Colors of #F27795
Black with #F27795
Text Example
Text Example
White with #F27795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27795; }
p { color: rgb(242,119,149); }
H1.HeaderClassName
{
color: #F27795;
}
.AnyTagClassName
{
color: #F27795;
}
</style>
background-color css
<style>
a { background-color: #F27795; }
a { background-color: rgb(242,119,149); }
div.DivClassName
{
background-color: #F27795;
}
.BgClassName
{
background-color: #F27795;
}
</style>
border-color css
<style>
span { border-color: #F27795; }
span { border-color: rgb(242,119,149); }
td.TdClassName
{
border-color: #F27795;
}
.TagClassName
{
border-color: #F27795;
}
</style>