Shades of Carissma #F37D98
Tints of Carissma #F37D98
RGB
CMYK
RGB Variations
Color information
#F37D98 (or 0xF37D98) is known color: Carissma. HEX triplet: F3, 7D and 98. RGB value is (243,125,152). Sum of RGB (Red+Green+Blue) = 243+125+152=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37D98 is #0C8267. Grayscale: #A3A3A3. Windows color (decimal): -819816 or 9993715. OLE color: 9993715.
HSL color Cylindrical-coordinate representation of color #F37D98: hue angle of 346.27º 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 #F37D98 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 152 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.05 |
| HSL | 346.27º | 0.83% | 0.72% | - |
| HSV(B) | 346.27º | 0.49% | 0.95% | - |
| XYZ | 49.96 | 35.99 | 34.02 | - |
| YUV | 163.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 152 | 0 | 0.49 | 0.37 | 0.05 | 346.27 | 0.83 | 0.72 |
| Hex | F3 | 7D | 98 | 0 | 31 | 25 | 5 | 15A | 53 | 48 |
| Octal | 363 | 175 | 230 | 0 | 61 | 45 | 5 | 532 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10011000 | 0 | 110001 | 100101 | 101 | 101011010 | 1010011 | 1001000 |
Color Harmonies of #F37D98
Complementary color
Monochromatic Colors of #F37D98
Black with #F37D98
Text Example
Text Example
White with #F37D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D98; }
p { color: rgb(243,125,152); }
H1.HeaderClassName
{
color: #F37D98;
}
.AnyTagClassName
{
color: #F37D98;
}
</style>
background-color css
<style>
a { background-color: #F37D98; }
a { background-color: rgb(243,125,152); }
div.DivClassName
{
background-color: #F37D98;
}
.BgClassName
{
background-color: #F37D98;
}
</style>
border-color css
<style>
span { border-color: #F37D98; }
span { border-color: rgb(243,125,152); }
td.TdClassName
{
border-color: #F37D98;
}
.TagClassName
{
border-color: #F37D98;
}
</style>