Shades of Carissma #F37C8A
Tints of Carissma #F37C8A
RGB
CMYK
RGB Variations
Color information
#F37C8A (or 0xF37C8A) is known color: Carissma. HEX triplet: F3, 7C and 8A. RGB value is (243,124,138). Sum of RGB (Red+Green+Blue) = 243+124+138=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C8A is #0C8375. Grayscale: #A1A1A1. Windows color (decimal): -820086 or 9075955. OLE color: 9075955.
HSL color Cylindrical-coordinate representation of color #F37C8A: hue angle of 352.94º 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 #F37C8A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 138 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.05 |
| HSL | 352.94º | 0.83% | 0.72% | - |
| HSV(B) | 352.94º | 0.49% | 0.95% | - |
| XYZ | 48.76 | 35.3 | 28.29 | - |
| YUV | 161.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 138 | 0 | 0.49 | 0.43 | 0.05 | 352.94 | 0.83 | 0.72 |
| Hex | F3 | 7C | 8A | 0 | 31 | 2B | 5 | 161 | 53 | 48 |
| Octal | 363 | 174 | 212 | 0 | 61 | 53 | 5 | 541 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10001010 | 0 | 110001 | 101011 | 101 | 101100001 | 1010011 | 1001000 |
Color Harmonies of #F37C8A
Complementary color
Monochromatic Colors of #F37C8A
Black with #F37C8A
Text Example
Text Example
White with #F37C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C8A; }
p { color: rgb(243,124,138); }
H1.HeaderClassName
{
color: #F37C8A;
}
.AnyTagClassName
{
color: #F37C8A;
}
</style>
background-color css
<style>
a { background-color: #F37C8A; }
a { background-color: rgb(243,124,138); }
div.DivClassName
{
background-color: #F37C8A;
}
.BgClassName
{
background-color: #F37C8A;
}
</style>
border-color css
<style>
span { border-color: #F37C8A; }
span { border-color: rgb(243,124,138); }
td.TdClassName
{
border-color: #F37C8A;
}
.TagClassName
{
border-color: #F37C8A;
}
</style>