Shades of Carissma #F5828C
Tints of Carissma #F5828C
RGB
CMYK
RGB Variations
Color information
#F5828C (or 0xF5828C) is known color: Carissma. HEX triplet: F5, 82 and 8C. RGB value is (245,130,140). Sum of RGB (Red+Green+Blue) = 245+130+140=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5828C is #0A7D73. Grayscale: #A5A5A5. Windows color (decimal): -687476 or 9208565. OLE color: 9208565.
HSL color Cylindrical-coordinate representation of color #F5828C: hue angle of 354.78º 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 #F5828C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 140 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.04 |
| HSL | 354.78º | 0.85% | 0.74% | - |
| HSV(B) | 354.78º | 0.47% | 0.96% | - |
| XYZ | 50.37 | 37.27 | 29.35 | - |
| YUV | 165.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 140 | 0 | 0.47 | 0.43 | 0.04 | 354.78 | 0.85 | 0.74 |
| Hex | F5 | 82 | 8C | 0 | 2F | 2B | 4 | 163 | 55 | 4A |
| Octal | 365 | 202 | 214 | 0 | 57 | 53 | 4 | 543 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10001100 | 0 | 101111 | 101011 | 100 | 101100011 | 1010101 | 1001010 |
Color Harmonies of #F5828C
Complementary color
Monochromatic Colors of #F5828C
Black with #F5828C
Text Example
Text Example
White with #F5828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5828C; }
p { color: rgb(245,130,140); }
H1.HeaderClassName
{
color: #F5828C;
}
.AnyTagClassName
{
color: #F5828C;
}
</style>
background-color css
<style>
a { background-color: #F5828C; }
a { background-color: rgb(245,130,140); }
div.DivClassName
{
background-color: #F5828C;
}
.BgClassName
{
background-color: #F5828C;
}
</style>
border-color css
<style>
span { border-color: #F5828C; }
span { border-color: rgb(245,130,140); }
td.TdClassName
{
border-color: #F5828C;
}
.TagClassName
{
border-color: #F5828C;
}
</style>