Shades of Carissma #F5818A
Tints of Carissma #F5818A
RGB
CMYK
RGB Variations
Color information
#F5818A (or 0xF5818A) is known color: Carissma. HEX triplet: F5, 81 and 8A. RGB value is (245,129,138). Sum of RGB (Red+Green+Blue) = 245+129+138=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5818A is #0A7E75. Grayscale: #A4A4A4. Windows color (decimal): -687734 or 9077237. OLE color: 9077237.
HSL color Cylindrical-coordinate representation of color #F5818A: hue angle of 355.34º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5818A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 138 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.04 |
| HSL | 355.34º | 0.85% | 0.73% | - |
| HSV(B) | 355.34º | 0.47% | 0.96% | - |
| XYZ | 50.09 | 36.95 | 28.54 | - |
| YUV | 164.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 138 | 0 | 0.47 | 0.44 | 0.04 | 355.34 | 0.85 | 0.73 |
| Hex | F5 | 81 | 8A | 0 | 2F | 2C | 4 | 163 | 55 | 49 |
| Octal | 365 | 201 | 212 | 0 | 57 | 54 | 4 | 543 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10001010 | 0 | 101111 | 101100 | 100 | 101100011 | 1010101 | 1001001 |
Color Harmonies of #F5818A
Complementary color
Monochromatic Colors of #F5818A
Black with #F5818A
Text Example
Text Example
White with #F5818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5818A; }
p { color: rgb(245,129,138); }
H1.HeaderClassName
{
color: #F5818A;
}
.AnyTagClassName
{
color: #F5818A;
}
</style>
background-color css
<style>
a { background-color: #F5818A; }
a { background-color: rgb(245,129,138); }
div.DivClassName
{
background-color: #F5818A;
}
.BgClassName
{
background-color: #F5818A;
}
</style>
border-color css
<style>
span { border-color: #F5818A; }
span { border-color: rgb(245,129,138); }
td.TdClassName
{
border-color: #F5818A;
}
.TagClassName
{
border-color: #F5818A;
}
</style>