Shades of Carissma #FE7D89
Tints of Carissma #FE7D89
RGB
CMYK
RGB Variations
Color information
#FE7D89 (or 0xFE7D89) is known color: Carissma. HEX triplet: FE, 7D and 89. RGB value is (254,125,137). Sum of RGB (Red+Green+Blue) = 254+125+137=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D89 is #018276. Grayscale: #A5A5A5. Windows color (decimal): -98935 or 9010686. OLE color: 9010686.
HSL color Cylindrical-coordinate representation of color #FE7D89: hue angle of 354.42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D89 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 137 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.00 |
| HSL | 354.42º | 0.98% | 0.74% | - |
| HSV(B) | 354.42º | 0.51% | 1% | - |
| XYZ | 52.72 | 37.54 | 28.13 | - |
| YUV | 164.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 137 | 0 | 0.51 | 0.46 | 0.00 | 354.42 | 0.98 | 0.74 |
| Hex | FE | 7D | 89 | 0 | 33 | 2E | 0 | 162 | 62 | 4A |
| Octal | 376 | 175 | 211 | 0 | 63 | 56 | 0 | 542 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10001001 | 0 | 110011 | 101110 | 0 | 101100010 | 1100010 | 1001010 |
Color Harmonies of #FE7D89
Complementary color
Monochromatic Colors of #FE7D89
Black with #FE7D89
Text Example
Text Example
White with #FE7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D89; }
p { color: rgb(254,125,137); }
H1.HeaderClassName
{
color: #FE7D89;
}
.AnyTagClassName
{
color: #FE7D89;
}
</style>
background-color css
<style>
a { background-color: #FE7D89; }
a { background-color: rgb(254,125,137); }
div.DivClassName
{
background-color: #FE7D89;
}
.BgClassName
{
background-color: #FE7D89;
}
</style>
border-color css
<style>
span { border-color: #FE7D89; }
span { border-color: rgb(254,125,137); }
td.TdClassName
{
border-color: #FE7D89;
}
.TagClassName
{
border-color: #FE7D89;
}
</style>