Shades of Carissma #F37D8A
Tints of Carissma #F37D8A
RGB
CMYK
RGB Variations
Color information
#F37D8A (or 0xF37D8A) is known color: Carissma. HEX triplet: F3, 7D and 8A. RGB value is (243,125,138). Sum of RGB (Red+Green+Blue) = 243+125+138=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37D8A is #0C8275. Grayscale: #A1A1A1. Windows color (decimal): -819830 or 9076211. OLE color: 9076211.
HSL color Cylindrical-coordinate representation of color #F37D8A: hue angle of 353.39º 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 #F37D8A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 138 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.05 |
| HSL | 353.39º | 0.83% | 0.72% | - |
| HSV(B) | 353.39º | 0.49% | 0.95% | - |
| XYZ | 48.88 | 35.56 | 28.33 | - |
| YUV | 161.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 138 | 0 | 0.49 | 0.43 | 0.05 | 353.39 | 0.83 | 0.72 |
| Hex | F3 | 7D | 8A | 0 | 31 | 2B | 5 | 161 | 53 | 48 |
| Octal | 363 | 175 | 212 | 0 | 61 | 53 | 5 | 541 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10001010 | 0 | 110001 | 101011 | 101 | 101100001 | 1010011 | 1001000 |
Color Harmonies of #F37D8A
Complementary color
Monochromatic Colors of #F37D8A
Black with #F37D8A
Text Example
Text Example
White with #F37D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D8A; }
p { color: rgb(243,125,138); }
H1.HeaderClassName
{
color: #F37D8A;
}
.AnyTagClassName
{
color: #F37D8A;
}
</style>
background-color css
<style>
a { background-color: #F37D8A; }
a { background-color: rgb(243,125,138); }
div.DivClassName
{
background-color: #F37D8A;
}
.BgClassName
{
background-color: #F37D8A;
}
</style>
border-color css
<style>
span { border-color: #F37D8A; }
span { border-color: rgb(243,125,138); }
td.TdClassName
{
border-color: #F37D8A;
}
.TagClassName
{
border-color: #F37D8A;
}
</style>