Shades of Carissma #F2828C
Tints of Carissma #F2828C
RGB
CMYK
RGB Variations
Color information
#F2828C (or 0xF2828C) is known color: Carissma. HEX triplet: F2, 82 and 8C. RGB value is (242,130,140). Sum of RGB (Red+Green+Blue) = 242+130+140=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2828C is #0D7D73. Grayscale: #A4A4A4. Windows color (decimal): -884084 or 9208562. OLE color: 9208562.
HSL color Cylindrical-coordinate representation of color #F2828C: hue angle of 354.64º 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 #F2828C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 140 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.05 |
| HSL | 354.64º | 0.81% | 0.73% | - |
| HSV(B) | 354.64º | 0.46% | 0.95% | - |
| XYZ | 49.33 | 36.74 | 29.3 | - |
| YUV | 164.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 140 | 0 | 0.46 | 0.42 | 0.05 | 354.64 | 0.81 | 0.73 |
| Hex | F2 | 82 | 8C | 0 | 2E | 2A | 5 | 163 | 51 | 49 |
| Octal | 362 | 202 | 214 | 0 | 56 | 52 | 5 | 543 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10001100 | 0 | 101110 | 101010 | 101 | 101100011 | 1010001 | 1001001 |
Color Harmonies of #F2828C
Complementary color
Monochromatic Colors of #F2828C
Black with #F2828C
Text Example
Text Example
White with #F2828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2828C; }
p { color: rgb(242,130,140); }
H1.HeaderClassName
{
color: #F2828C;
}
.AnyTagClassName
{
color: #F2828C;
}
</style>
background-color css
<style>
a { background-color: #F2828C; }
a { background-color: rgb(242,130,140); }
div.DivClassName
{
background-color: #F2828C;
}
.BgClassName
{
background-color: #F2828C;
}
</style>
border-color css
<style>
span { border-color: #F2828C; }
span { border-color: rgb(242,130,140); }
td.TdClassName
{
border-color: #F2828C;
}
.TagClassName
{
border-color: #F2828C;
}
</style>