Shades of Carissma #F28285
Tints of Carissma #F28285
RGB
CMYK
RGB Variations
Color information
#F28285 (or 0xF28285) is known color: Carissma. HEX triplet: F2, 82 and 85. RGB value is (242,130,133). Sum of RGB (Red+Green+Blue) = 242+130+133=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F28285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28285 is #0D7D7A. Grayscale: #A3A3A3. Windows color (decimal): -884091 or 8749810. OLE color: 8749810.
HSL color Cylindrical-coordinate representation of color #F28285: hue angle of 358.39º 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 #F28285 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 133 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.05 |
| HSL | 358.39º | 0.81% | 0.73% | - |
| HSV(B) | 358.39º | 0.46% | 0.95% | - |
| XYZ | 48.83 | 36.54 | 26.67 | - |
| YUV | 163.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 133 | 0 | 0.46 | 0.45 | 0.05 | 358.39 | 0.81 | 0.73 |
| Hex | F2 | 82 | 85 | 0 | 2E | 2D | 5 | 166 | 51 | 49 |
| Octal | 362 | 202 | 205 | 0 | 56 | 55 | 5 | 546 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10000101 | 0 | 101110 | 101101 | 101 | 101100110 | 1010001 | 1001001 |
Color Harmonies of #F28285
Complementary color
Monochromatic Colors of #F28285
Black with #F28285
Text Example
Text Example
White with #F28285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28285; }
p { color: rgb(242,130,133); }
H1.HeaderClassName
{
color: #F28285;
}
.AnyTagClassName
{
color: #F28285;
}
</style>
background-color css
<style>
a { background-color: #F28285; }
a { background-color: rgb(242,130,133); }
div.DivClassName
{
background-color: #F28285;
}
.BgClassName
{
background-color: #F28285;
}
</style>
border-color css
<style>
span { border-color: #F28285; }
span { border-color: rgb(242,130,133); }
td.TdClassName
{
border-color: #F28285;
}
.TagClassName
{
border-color: #F28285;
}
</style>