Shades of Carissma #F37C9A
Tints of Carissma #F37C9A
RGB
CMYK
RGB Variations
Color information
#F37C9A (or 0xF37C9A) is known color: Carissma. HEX triplet: F3, 7C and 9A. RGB value is (243,124,154). Sum of RGB (Red+Green+Blue) = 243+124+154=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C9A is #0C8365. Grayscale: #A3A3A3. Windows color (decimal): -820070 or 10124531. OLE color: 10124531.
HSL color Cylindrical-coordinate representation of color #F37C9A: hue angle of 344.87º 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 #F37C9A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 154 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.05 |
| HSL | 344.87º | 0.83% | 0.72% | - |
| HSV(B) | 344.87º | 0.49% | 0.95% | - |
| XYZ | 50 | 35.8 | 34.85 | - |
| YUV | 163 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 154 | 0 | 0.49 | 0.37 | 0.05 | 344.87 | 0.83 | 0.72 |
| Hex | F3 | 7C | 9A | 0 | 31 | 25 | 5 | 159 | 53 | 48 |
| Octal | 363 | 174 | 232 | 0 | 61 | 45 | 5 | 531 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10011010 | 0 | 110001 | 100101 | 101 | 101011001 | 1010011 | 1001000 |
Color Harmonies of #F37C9A
Complementary color
Monochromatic Colors of #F37C9A
Black with #F37C9A
Text Example
Text Example
White with #F37C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C9A; }
p { color: rgb(243,124,154); }
H1.HeaderClassName
{
color: #F37C9A;
}
.AnyTagClassName
{
color: #F37C9A;
}
</style>
background-color css
<style>
a { background-color: #F37C9A; }
a { background-color: rgb(243,124,154); }
div.DivClassName
{
background-color: #F37C9A;
}
.BgClassName
{
background-color: #F37C9A;
}
</style>
border-color css
<style>
span { border-color: #F37C9A; }
span { border-color: rgb(243,124,154); }
td.TdClassName
{
border-color: #F37C9A;
}
.TagClassName
{
border-color: #F37C9A;
}
</style>