Shades of Carissma #F0828A
Tints of Carissma #F0828A
RGB
CMYK
RGB Variations
Color information
#F0828A (or 0xF0828A) is known color: Carissma. HEX triplet: F0, 82 and 8A. RGB value is (240,130,138). Sum of RGB (Red+Green+Blue) = 240+130+138=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0828A is #0F7D75. Grayscale: #A3A3A3. Windows color (decimal): -1015158 or 9077488. OLE color: 9077488.
HSL color Cylindrical-coordinate representation of color #F0828A: hue angle of 355.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0828A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 138 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.06 |
| HSL | 355.64º | 0.79% | 0.73% | - |
| HSV(B) | 355.64º | 0.46% | 0.94% | - |
| XYZ | 48.51 | 36.33 | 28.5 | - |
| YUV | 163.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 138 | 0 | 0.46 | 0.42 | 0.06 | 355.64 | 0.79 | 0.73 |
| Hex | F0 | 82 | 8A | 0 | 2E | 2A | 6 | 164 | 4F | 49 |
| Octal | 360 | 202 | 212 | 0 | 56 | 52 | 6 | 544 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10001010 | 0 | 101110 | 101010 | 110 | 101100100 | 1001111 | 1001001 |
Color Harmonies of #F0828A
Complementary color
Monochromatic Colors of #F0828A
Black with #F0828A
Text Example
Text Example
White with #F0828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0828A; }
p { color: rgb(240,130,138); }
H1.HeaderClassName
{
color: #F0828A;
}
.AnyTagClassName
{
color: #F0828A;
}
</style>
background-color css
<style>
a { background-color: #F0828A; }
a { background-color: rgb(240,130,138); }
div.DivClassName
{
background-color: #F0828A;
}
.BgClassName
{
background-color: #F0828A;
}
</style>
border-color css
<style>
span { border-color: #F0828A; }
span { border-color: rgb(240,130,138); }
td.TdClassName
{
border-color: #F0828A;
}
.TagClassName
{
border-color: #F0828A;
}
</style>