Shades of Carissma #F58397
Tints of Carissma #F58397
RGB
CMYK
RGB Variations
Color information
#F58397 (or 0xF58397) is known color: Carissma. HEX triplet: F5, 83 and 97. RGB value is (245,131,151). Sum of RGB (Red+Green+Blue) = 245+131+151=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F58397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58397 is #0A7C68. Grayscale: #A7A7A7. Windows color (decimal): -687209 or 9929717. OLE color: 9929717.
HSL color Cylindrical-coordinate representation of color #F58397: hue angle of 349.47º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58397 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 151 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.04 |
| HSL | 349.47º | 0.85% | 0.74% | - |
| HSV(B) | 349.47º | 0.47% | 0.96% | - |
| XYZ | 51.36 | 37.88 | 33.88 | - |
| YUV | 167.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 151 | 0 | 0.47 | 0.38 | 0.04 | 349.47 | 0.85 | 0.74 |
| Hex | F5 | 83 | 97 | 0 | 2F | 26 | 4 | 15D | 55 | 4A |
| Octal | 365 | 203 | 227 | 0 | 57 | 46 | 4 | 535 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10010111 | 0 | 101111 | 100110 | 100 | 101011101 | 1010101 | 1001010 |
Color Harmonies of #F58397
Complementary color
Monochromatic Colors of #F58397
Black with #F58397
Text Example
Text Example
White with #F58397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58397; }
p { color: rgb(245,131,151); }
H1.HeaderClassName
{
color: #F58397;
}
.AnyTagClassName
{
color: #F58397;
}
</style>
background-color css
<style>
a { background-color: #F58397; }
a { background-color: rgb(245,131,151); }
div.DivClassName
{
background-color: #F58397;
}
.BgClassName
{
background-color: #F58397;
}
</style>
border-color css
<style>
span { border-color: #F58397; }
span { border-color: rgb(245,131,151); }
td.TdClassName
{
border-color: #F58397;
}
.TagClassName
{
border-color: #F58397;
}
</style>