Shades of Carissma #F5808F
Tints of Carissma #F5808F
RGB
CMYK
RGB Variations
Color information
#F5808F (or 0xF5808F) is known color: Carissma. HEX triplet: F5, 80 and 8F. RGB value is (245,128,143). Sum of RGB (Red+Green+Blue) = 245+128+143=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5808F is #0A7F70. Grayscale: #A4A4A4. Windows color (decimal): -687985 or 9404661. OLE color: 9404661.
HSL color Cylindrical-coordinate representation of color #F5808F: hue angle of 352.31º 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 #F5808F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 143 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.04 |
| HSL | 352.31º | 0.85% | 0.73% | - |
| HSV(B) | 352.31º | 0.48% | 0.96% | - |
| XYZ | 50.33 | 36.83 | 30.44 | - |
| YUV | 164.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 143 | 0 | 0.48 | 0.42 | 0.04 | 352.31 | 0.85 | 0.73 |
| Hex | F5 | 80 | 8F | 0 | 30 | 2A | 4 | 160 | 55 | 49 |
| Octal | 365 | 200 | 217 | 0 | 60 | 52 | 4 | 540 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10001111 | 0 | 110000 | 101010 | 100 | 101100000 | 1010101 | 1001001 |
Color Harmonies of #F5808F
Complementary color
Monochromatic Colors of #F5808F
Black with #F5808F
Text Example
Text Example
White with #F5808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5808F; }
p { color: rgb(245,128,143); }
H1.HeaderClassName
{
color: #F5808F;
}
.AnyTagClassName
{
color: #F5808F;
}
</style>
background-color css
<style>
a { background-color: #F5808F; }
a { background-color: rgb(245,128,143); }
div.DivClassName
{
background-color: #F5808F;
}
.BgClassName
{
background-color: #F5808F;
}
</style>
border-color css
<style>
span { border-color: #F5808F; }
span { border-color: rgb(245,128,143); }
td.TdClassName
{
border-color: #F5808F;
}
.TagClassName
{
border-color: #F5808F;
}
</style>