Shades of Carissma #F5808E
Tints of Carissma #F5808E
RGB
CMYK
RGB Variations
Color information
#F5808E (or 0xF5808E) is known color: Carissma. HEX triplet: F5, 80 and 8E. RGB value is (245,128,142). Sum of RGB (Red+Green+Blue) = 245+128+142=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5808E is #0A7F71. Grayscale: #A4A4A4. Windows color (decimal): -687986 or 9339125. OLE color: 9339125.
HSL color Cylindrical-coordinate representation of color #F5808E: hue angle of 352.82º 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 #F5808E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 142 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.04 |
| HSL | 352.82º | 0.85% | 0.73% | - |
| HSV(B) | 352.82º | 0.48% | 0.96% | - |
| XYZ | 50.26 | 36.8 | 30.05 | - |
| YUV | 164.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 142 | 0 | 0.48 | 0.42 | 0.04 | 352.82 | 0.85 | 0.73 |
| Hex | F5 | 80 | 8E | 0 | 30 | 2A | 4 | 161 | 55 | 49 |
| Octal | 365 | 200 | 216 | 0 | 60 | 52 | 4 | 541 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10001110 | 0 | 110000 | 101010 | 100 | 101100001 | 1010101 | 1001001 |
Color Harmonies of #F5808E
Complementary color
Monochromatic Colors of #F5808E
Black with #F5808E
Text Example
Text Example
White with #F5808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5808E; }
p { color: rgb(245,128,142); }
H1.HeaderClassName
{
color: #F5808E;
}
.AnyTagClassName
{
color: #F5808E;
}
</style>
background-color css
<style>
a { background-color: #F5808E; }
a { background-color: rgb(245,128,142); }
div.DivClassName
{
background-color: #F5808E;
}
.BgClassName
{
background-color: #F5808E;
}
</style>
border-color css
<style>
span { border-color: #F5808E; }
span { border-color: rgb(245,128,142); }
td.TdClassName
{
border-color: #F5808E;
}
.TagClassName
{
border-color: #F5808E;
}
</style>