Shades of Carissma #F27895
Tints of Carissma #F27895
RGB
CMYK
RGB Variations
Color information
#F27895 (or 0xF27895) is known color: Carissma. HEX triplet: F2, 78 and 95. RGB value is (242,120,149). Sum of RGB (Red+Green+Blue) = 242+120+149=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F27895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27895 is #0D876A. Grayscale: #9F9F9F. Windows color (decimal): -886635 or 9795826. OLE color: 9795826.
HSL color Cylindrical-coordinate representation of color #F27895: hue angle of 345.74º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27895 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 149 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.05 |
| HSL | 345.74º | 0.82% | 0.71% | - |
| HSV(B) | 345.74º | 0.5% | 0.95% | - |
| XYZ | 48.76 | 34.48 | 32.52 | - |
| YUV | 159.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 149 | 0 | 0.50 | 0.38 | 0.05 | 345.74 | 0.82 | 0.71 |
| Hex | F2 | 78 | 95 | 0 | 32 | 26 | 5 | 15A | 52 | 47 |
| Octal | 362 | 170 | 225 | 0 | 62 | 46 | 5 | 532 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10010101 | 0 | 110010 | 100110 | 101 | 101011010 | 1010010 | 1000111 |
Color Harmonies of #F27895
Complementary color
Monochromatic Colors of #F27895
Black with #F27895
Text Example
Text Example
White with #F27895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27895; }
p { color: rgb(242,120,149); }
H1.HeaderClassName
{
color: #F27895;
}
.AnyTagClassName
{
color: #F27895;
}
</style>
background-color css
<style>
a { background-color: #F27895; }
a { background-color: rgb(242,120,149); }
div.DivClassName
{
background-color: #F27895;
}
.BgClassName
{
background-color: #F27895;
}
</style>
border-color css
<style>
span { border-color: #F27895; }
span { border-color: rgb(242,120,149); }
td.TdClassName
{
border-color: #F27895;
}
.TagClassName
{
border-color: #F27895;
}
</style>