Shades of Carissma #F5828D
Tints of Carissma #F5828D
RGB
CMYK
RGB Variations
Color information
#F5828D (or 0xF5828D) is known color: Carissma. HEX triplet: F5, 82 and 8D. RGB value is (245,130,141). Sum of RGB (Red+Green+Blue) = 245+130+141=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5828D is #0A7D72. Grayscale: #A5A5A5. Windows color (decimal): -687475 or 9274101. OLE color: 9274101.
HSL color Cylindrical-coordinate representation of color #F5828D: hue angle of 354.26º 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 #F5828D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 141 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.04 |
| HSL | 354.26º | 0.85% | 0.74% | - |
| HSV(B) | 354.26º | 0.47% | 0.96% | - |
| XYZ | 50.45 | 37.3 | 29.74 | - |
| YUV | 165.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 141 | 0 | 0.47 | 0.42 | 0.04 | 354.26 | 0.85 | 0.74 |
| Hex | F5 | 82 | 8D | 0 | 2F | 2A | 4 | 162 | 55 | 4A |
| Octal | 365 | 202 | 215 | 0 | 57 | 52 | 4 | 542 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10001101 | 0 | 101111 | 101010 | 100 | 101100010 | 1010101 | 1001010 |
Color Harmonies of #F5828D
Complementary color
Monochromatic Colors of #F5828D
Black with #F5828D
Text Example
Text Example
White with #F5828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5828D; }
p { color: rgb(245,130,141); }
H1.HeaderClassName
{
color: #F5828D;
}
.AnyTagClassName
{
color: #F5828D;
}
</style>
background-color css
<style>
a { background-color: #F5828D; }
a { background-color: rgb(245,130,141); }
div.DivClassName
{
background-color: #F5828D;
}
.BgClassName
{
background-color: #F5828D;
}
</style>
border-color css
<style>
span { border-color: #F5828D; }
span { border-color: rgb(245,130,141); }
td.TdClassName
{
border-color: #F5828D;
}
.TagClassName
{
border-color: #F5828D;
}
</style>