Shades of Carissma #F2828B
Tints of Carissma #F2828B
RGB
CMYK
RGB Variations
Color information
#F2828B (or 0xF2828B) is known color: Carissma. HEX triplet: F2, 82 and 8B. RGB value is (242,130,139). Sum of RGB (Red+Green+Blue) = 242+130+139=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2828B is #0D7D74. Grayscale: #A4A4A4. Windows color (decimal): -884085 or 9143026. OLE color: 9143026.
HSL color Cylindrical-coordinate representation of color #F2828B: hue angle of 355.18º 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 #F2828B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 139 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.05 |
| HSL | 355.18º | 0.81% | 0.73% | - |
| HSV(B) | 355.18º | 0.46% | 0.95% | - |
| XYZ | 49.26 | 36.71 | 28.91 | - |
| YUV | 164.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 139 | 0 | 0.46 | 0.43 | 0.05 | 355.18 | 0.81 | 0.73 |
| Hex | F2 | 82 | 8B | 0 | 2E | 2B | 5 | 163 | 51 | 49 |
| Octal | 362 | 202 | 213 | 0 | 56 | 53 | 5 | 543 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10001011 | 0 | 101110 | 101011 | 101 | 101100011 | 1010001 | 1001001 |
Color Harmonies of #F2828B
Complementary color
Monochromatic Colors of #F2828B
Black with #F2828B
Text Example
Text Example
White with #F2828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2828B; }
p { color: rgb(242,130,139); }
H1.HeaderClassName
{
color: #F2828B;
}
.AnyTagClassName
{
color: #F2828B;
}
</style>
background-color css
<style>
a { background-color: #F2828B; }
a { background-color: rgb(242,130,139); }
div.DivClassName
{
background-color: #F2828B;
}
.BgClassName
{
background-color: #F2828B;
}
</style>
border-color css
<style>
span { border-color: #F2828B; }
span { border-color: rgb(242,130,139); }
td.TdClassName
{
border-color: #F2828B;
}
.TagClassName
{
border-color: #F2828B;
}
</style>