Shades of Carissma #F37C91
Tints of Carissma #F37C91
RGB
CMYK
RGB Variations
Color information
#F37C91 (or 0xF37C91) is known color: Carissma. HEX triplet: F3, 7C and 91. RGB value is (243,124,145). Sum of RGB (Red+Green+Blue) = 243+124+145=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C91 is #0C836E. Grayscale: #A2A2A2. Windows color (decimal): -820079 or 9534707. OLE color: 9534707.
HSL color Cylindrical-coordinate representation of color #F37C91: hue angle of 349.41º degrees, saturation: 0.83, 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 #F37C91 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 145 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.05 |
| HSL | 349.41º | 0.83% | 0.72% | - |
| HSV(B) | 349.41º | 0.49% | 0.95% | - |
| XYZ | 49.28 | 35.51 | 31.05 | - |
| YUV | 161.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 145 | 0 | 0.49 | 0.40 | 0.05 | 349.41 | 0.83 | 0.72 |
| Hex | F3 | 7C | 91 | 0 | 31 | 28 | 5 | 15D | 53 | 48 |
| Octal | 363 | 174 | 221 | 0 | 61 | 50 | 5 | 535 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10010001 | 0 | 110001 | 101000 | 101 | 101011101 | 1010011 | 1001000 |
Color Harmonies of #F37C91
Complementary color
Monochromatic Colors of #F37C91
Black with #F37C91
Text Example
Text Example
White with #F37C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C91; }
p { color: rgb(243,124,145); }
H1.HeaderClassName
{
color: #F37C91;
}
.AnyTagClassName
{
color: #F37C91;
}
</style>
background-color css
<style>
a { background-color: #F37C91; }
a { background-color: rgb(243,124,145); }
div.DivClassName
{
background-color: #F37C91;
}
.BgClassName
{
background-color: #F37C91;
}
</style>
border-color css
<style>
span { border-color: #F37C91; }
span { border-color: rgb(243,124,145); }
td.TdClassName
{
border-color: #F37C91;
}
.TagClassName
{
border-color: #F37C91;
}
</style>