Shades of Carissma #F0828C
Tints of Carissma #F0828C
RGB
CMYK
RGB Variations
Color information
#F0828C (or 0xF0828C) is known color: Carissma. HEX triplet: F0, 82 and 8C. RGB value is (240,130,140). Sum of RGB (Red+Green+Blue) = 240+130+140=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0828C is #0F7D73. Grayscale: #A4A4A4. Windows color (decimal): -1015156 or 9208560. OLE color: 9208560.
HSL color Cylindrical-coordinate representation of color #F0828C: hue angle of 354.55º 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 #F0828C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 140 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.06 |
| HSL | 354.55º | 0.79% | 0.73% | - |
| HSV(B) | 354.55º | 0.46% | 0.94% | - |
| XYZ | 48.65 | 36.38 | 29.27 | - |
| YUV | 164.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 140 | 0 | 0.46 | 0.42 | 0.06 | 354.55 | 0.79 | 0.73 |
| Hex | F0 | 82 | 8C | 0 | 2E | 2A | 6 | 163 | 4F | 49 |
| Octal | 360 | 202 | 214 | 0 | 56 | 52 | 6 | 543 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10001100 | 0 | 101110 | 101010 | 110 | 101100011 | 1001111 | 1001001 |
Color Harmonies of #F0828C
Complementary color
Monochromatic Colors of #F0828C
Black with #F0828C
Text Example
Text Example
White with #F0828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0828C; }
p { color: rgb(240,130,140); }
H1.HeaderClassName
{
color: #F0828C;
}
.AnyTagClassName
{
color: #F0828C;
}
</style>
background-color css
<style>
a { background-color: #F0828C; }
a { background-color: rgb(240,130,140); }
div.DivClassName
{
background-color: #F0828C;
}
.BgClassName
{
background-color: #F0828C;
}
</style>
border-color css
<style>
span { border-color: #F0828C; }
span { border-color: rgb(240,130,140); }
td.TdClassName
{
border-color: #F0828C;
}
.TagClassName
{
border-color: #F0828C;
}
</style>