Shades of Carissma #F2828F
Tints of Carissma #F2828F
RGB
CMYK
RGB Variations
Color information
#F2828F (or 0xF2828F) is known color: Carissma. HEX triplet: F2, 82 and 8F. RGB value is (242,130,143). Sum of RGB (Red+Green+Blue) = 242+130+143=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2828F is #0D7D70. Grayscale: #A5A5A5. Windows color (decimal): -884081 or 9405170. OLE color: 9405170.
HSL color Cylindrical-coordinate representation of color #F2828F: hue angle of 353.04º 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 #F2828F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 143 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.05 |
| HSL | 353.04º | 0.81% | 0.73% | - |
| HSV(B) | 353.04º | 0.46% | 0.95% | - |
| XYZ | 49.56 | 36.83 | 30.48 | - |
| YUV | 164.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 143 | 0 | 0.46 | 0.41 | 0.05 | 353.04 | 0.81 | 0.73 |
| Hex | F2 | 82 | 8F | 0 | 2E | 29 | 5 | 161 | 51 | 49 |
| Octal | 362 | 202 | 217 | 0 | 56 | 51 | 5 | 541 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10001111 | 0 | 101110 | 101001 | 101 | 101100001 | 1010001 | 1001001 |
Color Harmonies of #F2828F
Complementary color
Monochromatic Colors of #F2828F
Black with #F2828F
Text Example
Text Example
White with #F2828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2828F; }
p { color: rgb(242,130,143); }
H1.HeaderClassName
{
color: #F2828F;
}
.AnyTagClassName
{
color: #F2828F;
}
</style>
background-color css
<style>
a { background-color: #F2828F; }
a { background-color: rgb(242,130,143); }
div.DivClassName
{
background-color: #F2828F;
}
.BgClassName
{
background-color: #F2828F;
}
</style>
border-color css
<style>
span { border-color: #F2828F; }
span { border-color: rgb(242,130,143); }
td.TdClassName
{
border-color: #F2828F;
}
.TagClassName
{
border-color: #F2828F;
}
</style>