Shades of Carissma #F27695
Tints of Carissma #F27695
RGB
CMYK
RGB Variations
Color information
#F27695 (or 0xF27695) is known color: Carissma. HEX triplet: F2, 76 and 95. RGB value is (242,118,149). Sum of RGB (Red+Green+Blue) = 242+118+149=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27695 is #0D896A. Grayscale: #9E9E9E. Windows color (decimal): -887147 or 9795314. OLE color: 9795314.
HSL color Cylindrical-coordinate representation of color #F27695: hue angle of 345º 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 #F27695 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 149 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.05 |
| HSL | 345º | 0.83% | 0.71% | - |
| HSV(B) | 345º | 0.51% | 0.95% | - |
| XYZ | 48.52 | 34 | 32.44 | - |
| YUV | 158.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 149 | 0 | 0.51 | 0.38 | 0.05 | 345 | 0.83 | 0.71 |
| Hex | F2 | 76 | 95 | 0 | 33 | 26 | 5 | 159 | 53 | 47 |
| Octal | 362 | 166 | 225 | 0 | 63 | 46 | 5 | 531 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10010101 | 0 | 110011 | 100110 | 101 | 101011001 | 1010011 | 1000111 |
Color Harmonies of #F27695
Complementary color
Monochromatic Colors of #F27695
Black with #F27695
Text Example
Text Example
White with #F27695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27695; }
p { color: rgb(242,118,149); }
H1.HeaderClassName
{
color: #F27695;
}
.AnyTagClassName
{
color: #F27695;
}
</style>
background-color css
<style>
a { background-color: #F27695; }
a { background-color: rgb(242,118,149); }
div.DivClassName
{
background-color: #F27695;
}
.BgClassName
{
background-color: #F27695;
}
</style>
border-color css
<style>
span { border-color: #F27695; }
span { border-color: rgb(242,118,149); }
td.TdClassName
{
border-color: #F27695;
}
.TagClassName
{
border-color: #F27695;
}
</style>