Shades of Carissma #F28189
Tints of Carissma #F28189
RGB
CMYK
RGB Variations
Color information
#F28189 (or 0xF28189) is known color: Carissma. HEX triplet: F2, 81 and 89. RGB value is (242,129,137). Sum of RGB (Red+Green+Blue) = 242+129+137=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F28189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28189 is #0D7E76. Grayscale: #A3A3A3. Windows color (decimal): -884343 or 9011698. OLE color: 9011698.
HSL color Cylindrical-coordinate representation of color #F28189: hue angle of 355.75º 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 #F28189 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 137 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.05 |
| HSL | 355.75º | 0.81% | 0.73% | - |
| HSV(B) | 355.75º | 0.47% | 0.95% | - |
| XYZ | 48.98 | 36.38 | 28.11 | - |
| YUV | 163.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 137 | 0 | 0.47 | 0.43 | 0.05 | 355.75 | 0.81 | 0.73 |
| Hex | F2 | 81 | 89 | 0 | 2F | 2B | 5 | 164 | 51 | 49 |
| Octal | 362 | 201 | 211 | 0 | 57 | 53 | 5 | 544 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10001001 | 0 | 101111 | 101011 | 101 | 101100100 | 1010001 | 1001001 |
Color Harmonies of #F28189
Complementary color
Monochromatic Colors of #F28189
Black with #F28189
Text Example
Text Example
White with #F28189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28189; }
p { color: rgb(242,129,137); }
H1.HeaderClassName
{
color: #F28189;
}
.AnyTagClassName
{
color: #F28189;
}
</style>
background-color css
<style>
a { background-color: #F28189; }
a { background-color: rgb(242,129,137); }
div.DivClassName
{
background-color: #F28189;
}
.BgClassName
{
background-color: #F28189;
}
</style>
border-color css
<style>
span { border-color: #F28189; }
span { border-color: rgb(242,129,137); }
td.TdClassName
{
border-color: #F28189;
}
.TagClassName
{
border-color: #F28189;
}
</style>