Shades of Carissma #F58296
Tints of Carissma #F58296
RGB
CMYK
RGB Variations
Color information
#F58296 (or 0xF58296) is known color: Carissma. HEX triplet: F5, 82 and 96. RGB value is (245,130,150). Sum of RGB (Red+Green+Blue) = 245+130+150=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F58296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58296 is #0A7D69. Grayscale: #A6A6A6. Windows color (decimal): -687466 or 9863925. OLE color: 9863925.
HSL color Cylindrical-coordinate representation of color #F58296: hue angle of 349.57º 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 #F58296 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 150 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.04 |
| HSL | 349.57º | 0.85% | 0.74% | - |
| HSV(B) | 349.57º | 0.47% | 0.96% | - |
| XYZ | 51.14 | 37.58 | 33.41 | - |
| YUV | 166.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 150 | 0 | 0.47 | 0.39 | 0.04 | 349.57 | 0.85 | 0.74 |
| Hex | F5 | 82 | 96 | 0 | 2F | 27 | 4 | 15E | 55 | 4A |
| Octal | 365 | 202 | 226 | 0 | 57 | 47 | 4 | 536 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10010110 | 0 | 101111 | 100111 | 100 | 101011110 | 1010101 | 1001010 |
Color Harmonies of #F58296
Complementary color
Monochromatic Colors of #F58296
Black with #F58296
Text Example
Text Example
White with #F58296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58296; }
p { color: rgb(245,130,150); }
H1.HeaderClassName
{
color: #F58296;
}
.AnyTagClassName
{
color: #F58296;
}
</style>
background-color css
<style>
a { background-color: #F58296; }
a { background-color: rgb(245,130,150); }
div.DivClassName
{
background-color: #F58296;
}
.BgClassName
{
background-color: #F58296;
}
</style>
border-color css
<style>
span { border-color: #F58296; }
span { border-color: rgb(245,130,150); }
td.TdClassName
{
border-color: #F58296;
}
.TagClassName
{
border-color: #F58296;
}
</style>