Shades of Carissma #F5808C
Tints of Carissma #F5808C
RGB
CMYK
RGB Variations
Color information
#F5808C (or 0xF5808C) is known color: Carissma. HEX triplet: F5, 80 and 8C. RGB value is (245,128,140). Sum of RGB (Red+Green+Blue) = 245+128+140=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5808C is #0A7F73. Grayscale: #A4A4A4. Windows color (decimal): -687988 or 9208053. OLE color: 9208053.
HSL color Cylindrical-coordinate representation of color #F5808C: hue angle of 353.85º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5808C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 140 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.04 |
| HSL | 353.85º | 0.85% | 0.73% | - |
| HSV(B) | 353.85º | 0.48% | 0.96% | - |
| XYZ | 50.11 | 36.74 | 29.26 | - |
| YUV | 164.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 140 | 0 | 0.48 | 0.43 | 0.04 | 353.85 | 0.85 | 0.73 |
| Hex | F5 | 80 | 8C | 0 | 30 | 2B | 4 | 162 | 55 | 49 |
| Octal | 365 | 200 | 214 | 0 | 60 | 53 | 4 | 542 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10001100 | 0 | 110000 | 101011 | 100 | 101100010 | 1010101 | 1001001 |
Color Harmonies of #F5808C
Complementary color
Monochromatic Colors of #F5808C
Black with #F5808C
Text Example
Text Example
White with #F5808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5808C; }
p { color: rgb(245,128,140); }
H1.HeaderClassName
{
color: #F5808C;
}
.AnyTagClassName
{
color: #F5808C;
}
</style>
background-color css
<style>
a { background-color: #F5808C; }
a { background-color: rgb(245,128,140); }
div.DivClassName
{
background-color: #F5808C;
}
.BgClassName
{
background-color: #F5808C;
}
</style>
border-color css
<style>
span { border-color: #F5808C; }
span { border-color: rgb(245,128,140); }
td.TdClassName
{
border-color: #F5808C;
}
.TagClassName
{
border-color: #F5808C;
}
</style>