Shades of Carissma #F28084
Tints of Carissma #F28084
RGB
CMYK
RGB Variations
Color information
#F28084 (or 0xF28084) is known color: Carissma. HEX triplet: F2, 80 and 84. RGB value is (242,128,132). Sum of RGB (Red+Green+Blue) = 242+128+132=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F28084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28084 is #0D7F7B. Grayscale: #A2A2A2. Windows color (decimal): -884604 or 8683762. OLE color: 8683762.
HSL color Cylindrical-coordinate representation of color #F28084: hue angle of 357.89º 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 #F28084 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 132 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.05 |
| HSL | 357.89º | 0.81% | 0.73% | - |
| HSV(B) | 357.89º | 0.47% | 0.95% | - |
| XYZ | 48.5 | 35.98 | 26.22 | - |
| YUV | 162.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 132 | 0 | 0.47 | 0.45 | 0.05 | 357.89 | 0.81 | 0.73 |
| Hex | F2 | 80 | 84 | 0 | 2F | 2D | 5 | 166 | 51 | 49 |
| Octal | 362 | 200 | 204 | 0 | 57 | 55 | 5 | 546 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10000100 | 0 | 101111 | 101101 | 101 | 101100110 | 1010001 | 1001001 |
Color Harmonies of #F28084
Complementary color
Monochromatic Colors of #F28084
Black with #F28084
Text Example
Text Example
White with #F28084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28084; }
p { color: rgb(242,128,132); }
H1.HeaderClassName
{
color: #F28084;
}
.AnyTagClassName
{
color: #F28084;
}
</style>
background-color css
<style>
a { background-color: #F28084; }
a { background-color: rgb(242,128,132); }
div.DivClassName
{
background-color: #F28084;
}
.BgClassName
{
background-color: #F28084;
}
</style>
border-color css
<style>
span { border-color: #F28084; }
span { border-color: rgb(242,128,132); }
td.TdClassName
{
border-color: #F28084;
}
.TagClassName
{
border-color: #F28084;
}
</style>