Shades of Carissma #F37D93
Tints of Carissma #F37D93
RGB
CMYK
RGB Variations
Color information
#F37D93 (or 0xF37D93) is known color: Carissma. HEX triplet: F3, 7D and 93. RGB value is (243,125,147). Sum of RGB (Red+Green+Blue) = 243+125+147=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37D93 is #0C826C. Grayscale: #A2A2A2. Windows color (decimal): -819821 or 9666035. OLE color: 9666035.
HSL color Cylindrical-coordinate representation of color #F37D93: hue angle of 348.81º 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 #F37D93 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 147 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.05 |
| HSL | 348.81º | 0.83% | 0.72% | - |
| HSV(B) | 348.81º | 0.49% | 0.95% | - |
| XYZ | 49.56 | 35.83 | 31.91 | - |
| YUV | 162.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 147 | 0 | 0.49 | 0.40 | 0.05 | 348.81 | 0.83 | 0.72 |
| Hex | F3 | 7D | 93 | 0 | 31 | 28 | 5 | 15D | 53 | 48 |
| Octal | 363 | 175 | 223 | 0 | 61 | 50 | 5 | 535 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10010011 | 0 | 110001 | 101000 | 101 | 101011101 | 1010011 | 1001000 |
Color Harmonies of #F37D93
Complementary color
Monochromatic Colors of #F37D93
Black with #F37D93
Text Example
Text Example
White with #F37D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D93; }
p { color: rgb(243,125,147); }
H1.HeaderClassName
{
color: #F37D93;
}
.AnyTagClassName
{
color: #F37D93;
}
</style>
background-color css
<style>
a { background-color: #F37D93; }
a { background-color: rgb(243,125,147); }
div.DivClassName
{
background-color: #F37D93;
}
.BgClassName
{
background-color: #F37D93;
}
</style>
border-color css
<style>
span { border-color: #F37D93; }
span { border-color: rgb(243,125,147); }
td.TdClassName
{
border-color: #F37D93;
}
.TagClassName
{
border-color: #F37D93;
}
</style>