Shades of Carissma #F37A8E
Tints of Carissma #F37A8E
RGB
CMYK
RGB Variations
Color information
#F37A8E (or 0xF37A8E) is known color: Carissma. HEX triplet: F3, 7A and 8E. RGB value is (243,122,142). Sum of RGB (Red+Green+Blue) = 243+122+142=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A8E is #0C8571. Grayscale: #A0A0A0. Windows color (decimal): -820594 or 9337587. OLE color: 9337587.
HSL color Cylindrical-coordinate representation of color #F37A8E: hue angle of 350.08º 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 #F37A8E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 142 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.08º | 0.83% | 0.72% | - |
| HSV(B) | 350.08º | 0.5% | 0.95% | - |
| XYZ | 48.8 | 34.93 | 29.76 | - |
| YUV | 160.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 142 | 0 | 0.50 | 0.42 | 0.05 | 350.08 | 0.83 | 0.72 |
| Hex | F3 | 7A | 8E | 0 | 32 | 2A | 5 | 15E | 53 | 48 |
| Octal | 363 | 172 | 216 | 0 | 62 | 52 | 5 | 536 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10001110 | 0 | 110010 | 101010 | 101 | 101011110 | 1010011 | 1001000 |
Color Harmonies of #F37A8E
Complementary color
Monochromatic Colors of #F37A8E
Black with #F37A8E
Text Example
Text Example
White with #F37A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A8E; }
p { color: rgb(243,122,142); }
H1.HeaderClassName
{
color: #F37A8E;
}
.AnyTagClassName
{
color: #F37A8E;
}
</style>
background-color css
<style>
a { background-color: #F37A8E; }
a { background-color: rgb(243,122,142); }
div.DivClassName
{
background-color: #F37A8E;
}
.BgClassName
{
background-color: #F37A8E;
}
</style>
border-color css
<style>
span { border-color: #F37A8E; }
span { border-color: rgb(243,122,142); }
td.TdClassName
{
border-color: #F37A8E;
}
.TagClassName
{
border-color: #F37A8E;
}
</style>