Shades of Carissma #F27396
Tints of Carissma #F27396
RGB
CMYK
RGB Variations
Color information
#F27396 (or 0xF27396) is known color: Carissma. HEX triplet: F2, 73 and 96. RGB value is (242,115,150). Sum of RGB (Red+Green+Blue) = 242+115+150=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F27396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27396 is #0D8C69. Grayscale: #9C9C9C. Windows color (decimal): -887914 or 9860082. OLE color: 9860082.
HSL color Cylindrical-coordinate representation of color #F27396: hue angle of 343.46º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27396 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 150 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.05 |
| HSL | 343.46º | 0.83% | 0.7% | - |
| HSV(B) | 343.46º | 0.52% | 0.95% | - |
| XYZ | 48.25 | 33.34 | 32.75 | - |
| YUV | 156.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 150 | 0 | 0.52 | 0.38 | 0.05 | 343.46 | 0.83 | 0.7 |
| Hex | F2 | 73 | 96 | 0 | 34 | 26 | 5 | 157 | 53 | 46 |
| Octal | 362 | 163 | 226 | 0 | 64 | 46 | 5 | 527 | 123 | 106 |
| Binary | 11110010 | 1110011 | 10010110 | 0 | 110100 | 100110 | 101 | 101010111 | 1010011 | 1000110 |
Color Harmonies of #F27396
Complementary color
Monochromatic Colors of #F27396
Black with #F27396
Text Example
Text Example
White with #F27396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27396; }
p { color: rgb(242,115,150); }
H1.HeaderClassName
{
color: #F27396;
}
.AnyTagClassName
{
color: #F27396;
}
</style>
background-color css
<style>
a { background-color: #F27396; }
a { background-color: rgb(242,115,150); }
div.DivClassName
{
background-color: #F27396;
}
.BgClassName
{
background-color: #F27396;
}
</style>
border-color css
<style>
span { border-color: #F27396; }
span { border-color: rgb(242,115,150); }
td.TdClassName
{
border-color: #F27396;
}
.TagClassName
{
border-color: #F27396;
}
</style>