Shades of Carissma #F27597
Tints of Carissma #F27597
RGB
CMYK
RGB Variations
Color information
#F27597 (or 0xF27597) is known color: Carissma. HEX triplet: F2, 75 and 97. RGB value is (242,117,151). Sum of RGB (Red+Green+Blue) = 242+117+151=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F27597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27597 is #0D8A68. Grayscale: #9E9E9E. Windows color (decimal): -887401 or 9926130. OLE color: 9926130.
HSL color Cylindrical-coordinate representation of color #F27597: hue angle of 343.68º 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 #F27597 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 151 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.05 |
| HSL | 343.68º | 0.83% | 0.7% | - |
| HSV(B) | 343.68º | 0.52% | 0.95% | - |
| XYZ | 48.57 | 33.83 | 33.25 | - |
| YUV | 158.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 151 | 0 | 0.52 | 0.38 | 0.05 | 343.68 | 0.83 | 0.7 |
| Hex | F2 | 75 | 97 | 0 | 34 | 26 | 5 | 158 | 53 | 46 |
| Octal | 362 | 165 | 227 | 0 | 64 | 46 | 5 | 530 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10010111 | 0 | 110100 | 100110 | 101 | 101011000 | 1010011 | 1000110 |
Color Harmonies of #F27597
Complementary color
Monochromatic Colors of #F27597
Black with #F27597
Text Example
Text Example
White with #F27597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27597; }
p { color: rgb(242,117,151); }
H1.HeaderClassName
{
color: #F27597;
}
.AnyTagClassName
{
color: #F27597;
}
</style>
background-color css
<style>
a { background-color: #F27597; }
a { background-color: rgb(242,117,151); }
div.DivClassName
{
background-color: #F27597;
}
.BgClassName
{
background-color: #F27597;
}
</style>
border-color css
<style>
span { border-color: #F27597; }
span { border-color: rgb(242,117,151); }
td.TdClassName
{
border-color: #F27597;
}
.TagClassName
{
border-color: #F27597;
}
</style>