Shades of Carissma #F2818D
Tints of Carissma #F2818D
RGB
CMYK
RGB Variations
Color information
#F2818D (or 0xF2818D) is known color: Carissma. HEX triplet: F2, 81 and 8D. RGB value is (242,129,141). Sum of RGB (Red+Green+Blue) = 242+129+141=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2818D is #0D7E72. Grayscale: #A4A4A4. Windows color (decimal): -884339 or 9273842. OLE color: 9273842.
HSL color Cylindrical-coordinate representation of color #F2818D: hue angle of 353.63º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2818D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 141 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.05 |
| HSL | 353.63º | 0.81% | 0.73% | - |
| HSV(B) | 353.63º | 0.47% | 0.95% | - |
| XYZ | 49.28 | 36.5 | 29.65 | - |
| YUV | 164.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 141 | 0 | 0.47 | 0.42 | 0.05 | 353.63 | 0.81 | 0.73 |
| Hex | F2 | 81 | 8D | 0 | 2F | 2A | 5 | 162 | 51 | 49 |
| Octal | 362 | 201 | 215 | 0 | 57 | 52 | 5 | 542 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10001101 | 0 | 101111 | 101010 | 101 | 101100010 | 1010001 | 1001001 |
Color Harmonies of #F2818D
Complementary color
Monochromatic Colors of #F2818D
Black with #F2818D
Text Example
Text Example
White with #F2818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2818D; }
p { color: rgb(242,129,141); }
H1.HeaderClassName
{
color: #F2818D;
}
.AnyTagClassName
{
color: #F2818D;
}
</style>
background-color css
<style>
a { background-color: #F2818D; }
a { background-color: rgb(242,129,141); }
div.DivClassName
{
background-color: #F2818D;
}
.BgClassName
{
background-color: #F2818D;
}
</style>
border-color css
<style>
span { border-color: #F2818D; }
span { border-color: rgb(242,129,141); }
td.TdClassName
{
border-color: #F2818D;
}
.TagClassName
{
border-color: #F2818D;
}
</style>