Shades of Carissma #F38497
Tints of Carissma #F38497
RGB
CMYK
RGB Variations
Color information
#F38497 (or 0xF38497) is known color: Carissma. HEX triplet: F3, 84 and 97. RGB value is (243,132,151). Sum of RGB (Red+Green+Blue) = 243+132+151=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F38497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38497 is #0C7B68. Grayscale: #A7A7A7. Windows color (decimal): -818025 or 9929971. OLE color: 9929971.
HSL color Cylindrical-coordinate representation of color #F38497: hue angle of 349.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F38497 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 151 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.05 |
| HSL | 349.73º | 0.82% | 0.74% | - |
| HSV(B) | 349.73º | 0.46% | 0.95% | - |
| XYZ | 50.8 | 37.79 | 33.9 | - |
| YUV | 167.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 151 | 0 | 0.46 | 0.38 | 0.05 | 349.73 | 0.82 | 0.74 |
| Hex | F3 | 84 | 97 | 0 | 2E | 26 | 5 | 15E | 52 | 4A |
| Octal | 363 | 204 | 227 | 0 | 56 | 46 | 5 | 536 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10010111 | 0 | 101110 | 100110 | 101 | 101011110 | 1010010 | 1001010 |
Color Harmonies of #F38497
Complementary color
Monochromatic Colors of #F38497
Black with #F38497
Text Example
Text Example
White with #F38497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38497; }
p { color: rgb(243,132,151); }
H1.HeaderClassName
{
color: #F38497;
}
.AnyTagClassName
{
color: #F38497;
}
</style>
background-color css
<style>
a { background-color: #F38497; }
a { background-color: rgb(243,132,151); }
div.DivClassName
{
background-color: #F38497;
}
.BgClassName
{
background-color: #F38497;
}
</style>
border-color css
<style>
span { border-color: #F38497; }
span { border-color: rgb(243,132,151); }
td.TdClassName
{
border-color: #F38497;
}
.TagClassName
{
border-color: #F38497;
}
</style>