Shades of Carissma #F27C96
Tints of Carissma #F27C96
RGB
CMYK
RGB Variations
Color information
#F27C96 (or 0xF27C96) is known color: Carissma. HEX triplet: F2, 7C and 96. RGB value is (242,124,150). Sum of RGB (Red+Green+Blue) = 242+124+150=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C96 is #0D8369. Grayscale: #A2A2A2. Windows color (decimal): -885610 or 9862386. OLE color: 9862386.
HSL color Cylindrical-coordinate representation of color #F27C96: hue angle of 346.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27C96 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 150 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.05 |
| HSL | 346.78º | 0.82% | 0.72% | - |
| HSV(B) | 346.78º | 0.49% | 0.95% | - |
| XYZ | 49.33 | 35.49 | 33.11 | - |
| YUV | 162.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 150 | 0 | 0.49 | 0.38 | 0.05 | 346.78 | 0.82 | 0.72 |
| Hex | F2 | 7C | 96 | 0 | 31 | 26 | 5 | 15B | 52 | 48 |
| Octal | 362 | 174 | 226 | 0 | 61 | 46 | 5 | 533 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10010110 | 0 | 110001 | 100110 | 101 | 101011011 | 1010010 | 1001000 |
Color Harmonies of #F27C96
Complementary color
Monochromatic Colors of #F27C96
Black with #F27C96
Text Example
Text Example
White with #F27C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C96; }
p { color: rgb(242,124,150); }
H1.HeaderClassName
{
color: #F27C96;
}
.AnyTagClassName
{
color: #F27C96;
}
</style>
background-color css
<style>
a { background-color: #F27C96; }
a { background-color: rgb(242,124,150); }
div.DivClassName
{
background-color: #F27C96;
}
.BgClassName
{
background-color: #F27C96;
}
</style>
border-color css
<style>
span { border-color: #F27C96; }
span { border-color: rgb(242,124,150); }
td.TdClassName
{
border-color: #F27C96;
}
.TagClassName
{
border-color: #F27C96;
}
</style>