Shades of Carissma #FF7D89
Tints of Carissma #FF7D89
RGB
CMYK
RGB Variations
Color information
#FF7D89 (or 0xFF7D89) is known color: Carissma. HEX triplet: FF, 7D and 89. RGB value is (255,125,137). Sum of RGB (Red+Green+Blue) = 255+125+137=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D89 is #008276. Grayscale: #A5A5A5. Windows color (decimal): -33399 or 9010687. OLE color: 9010687.
HSL color Cylindrical-coordinate representation of color #FF7D89: hue angle of 354.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7D89 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 137 | - |
| CMYK | 0 | 0.51 | 0.46 | 0 |
| HSL | 354.46º | 1% | 0.75% | - |
| HSV(B) | 354.46º | 0.51% | 1% | - |
| XYZ | 53.09 | 37.73 | 28.15 | - |
| YUV | 165.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 137 | 0 | 0.51 | 0.46 | 0 | 354.46 | 1 | 0.75 |
| Hex | FF | 7D | 89 | 0 | 33 | 2E | 0 | 162 | 64 | 4B |
| Octal | 377 | 175 | 211 | 0 | 63 | 56 | 0 | 542 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10001001 | 0 | 110011 | 101110 | 0 | 101100010 | 1100100 | 1001011 |
Color Harmonies of #FF7D89
Complementary color
Monochromatic Colors of #FF7D89
Black with #FF7D89
Text Example
Text Example
White with #FF7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D89; }
p { color: rgb(255,125,137); }
H1.HeaderClassName
{
color: #FF7D89;
}
.AnyTagClassName
{
color: #FF7D89;
}
</style>
background-color css
<style>
a { background-color: #FF7D89; }
a { background-color: rgb(255,125,137); }
div.DivClassName
{
background-color: #FF7D89;
}
.BgClassName
{
background-color: #FF7D89;
}
</style>
border-color css
<style>
span { border-color: #FF7D89; }
span { border-color: rgb(255,125,137); }
td.TdClassName
{
border-color: #FF7D89;
}
.TagClassName
{
border-color: #FF7D89;
}
</style>