Shades of Carissma #F2828D
Tints of Carissma #F2828D
RGB
CMYK
RGB Variations
Color information
#F2828D (or 0xF2828D) is known color: Carissma. HEX triplet: F2, 82 and 8D. RGB value is (242,130,141). Sum of RGB (Red+Green+Blue) = 242+130+141=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2828D is #0D7D72. Grayscale: #A4A4A4. Windows color (decimal): -884083 or 9274098. OLE color: 9274098.
HSL color Cylindrical-coordinate representation of color #F2828D: hue angle of 354.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2828D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 141 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.05 |
| HSL | 354.11º | 0.81% | 0.73% | - |
| HSV(B) | 354.11º | 0.46% | 0.95% | - |
| XYZ | 49.41 | 36.77 | 29.69 | - |
| YUV | 164.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 141 | 0 | 0.46 | 0.42 | 0.05 | 354.11 | 0.81 | 0.73 |
| Hex | F2 | 82 | 8D | 0 | 2E | 2A | 5 | 162 | 51 | 49 |
| Octal | 362 | 202 | 215 | 0 | 56 | 52 | 5 | 542 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10001101 | 0 | 101110 | 101010 | 101 | 101100010 | 1010001 | 1001001 |
Color Harmonies of #F2828D
Complementary color
Monochromatic Colors of #F2828D
Black with #F2828D
Text Example
Text Example
White with #F2828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2828D; }
p { color: rgb(242,130,141); }
H1.HeaderClassName
{
color: #F2828D;
}
.AnyTagClassName
{
color: #F2828D;
}
</style>
background-color css
<style>
a { background-color: #F2828D; }
a { background-color: rgb(242,130,141); }
div.DivClassName
{
background-color: #F2828D;
}
.BgClassName
{
background-color: #F2828D;
}
</style>
border-color css
<style>
span { border-color: #F2828D; }
span { border-color: rgb(242,130,141); }
td.TdClassName
{
border-color: #F2828D;
}
.TagClassName
{
border-color: #F2828D;
}
</style>