Shades of Carissma #F37A90
Tints of Carissma #F37A90
RGB
CMYK
RGB Variations
Color information
#F37A90 (or 0xF37A90) is known color: Carissma. HEX triplet: F3, 7A and 90. RGB value is (243,122,144). Sum of RGB (Red+Green+Blue) = 243+122+144=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A90 is #0C856F. Grayscale: #A0A0A0. Windows color (decimal): -820592 or 9468659. OLE color: 9468659.
HSL color Cylindrical-coordinate representation of color #F37A90: hue angle of 349.09º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37A90 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 144 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.05 |
| HSL | 349.09º | 0.83% | 0.72% | - |
| HSV(B) | 349.09º | 0.5% | 0.95% | - |
| XYZ | 48.96 | 34.99 | 30.56 | - |
| YUV | 160.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 144 | 0 | 0.50 | 0.41 | 0.05 | 349.09 | 0.83 | 0.72 |
| Hex | F3 | 7A | 90 | 0 | 32 | 29 | 5 | 15D | 53 | 48 |
| Octal | 363 | 172 | 220 | 0 | 62 | 51 | 5 | 535 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10010000 | 0 | 110010 | 101001 | 101 | 101011101 | 1010011 | 1001000 |
Color Harmonies of #F37A90
Complementary color
Monochromatic Colors of #F37A90
Black with #F37A90
Text Example
Text Example
White with #F37A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A90; }
p { color: rgb(243,122,144); }
H1.HeaderClassName
{
color: #F37A90;
}
.AnyTagClassName
{
color: #F37A90;
}
</style>
background-color css
<style>
a { background-color: #F37A90; }
a { background-color: rgb(243,122,144); }
div.DivClassName
{
background-color: #F37A90;
}
.BgClassName
{
background-color: #F37A90;
}
</style>
border-color css
<style>
span { border-color: #F37A90; }
span { border-color: rgb(243,122,144); }
td.TdClassName
{
border-color: #F37A90;
}
.TagClassName
{
border-color: #F37A90;
}
</style>