Shades of Carissma #FE7C88
Tints of Carissma #FE7C88
RGB
CMYK
RGB Variations
Color information
#FE7C88 (or 0xFE7C88) is known color: Carissma. HEX triplet: FE, 7C and 88. RGB value is (254,124,136). Sum of RGB (Red+Green+Blue) = 254+124+136=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C88 is #018377. Grayscale: #A4A4A4. Windows color (decimal): -99192 or 8944894. OLE color: 8944894.
HSL color Cylindrical-coordinate representation of color #FE7C88: hue angle of 354.46º 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 #FE7C88 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 136 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.00 |
| HSL | 354.46º | 0.98% | 0.74% | - |
| HSV(B) | 354.46º | 0.51% | 1% | - |
| XYZ | 52.52 | 37.26 | 27.72 | - |
| YUV | 164.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 136 | 0 | 0.51 | 0.46 | 0.00 | 354.46 | 0.98 | 0.74 |
| Hex | FE | 7C | 88 | 0 | 33 | 2E | 0 | 162 | 62 | 4A |
| Octal | 376 | 174 | 210 | 0 | 63 | 56 | 0 | 542 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10001000 | 0 | 110011 | 101110 | 0 | 101100010 | 1100010 | 1001010 |
Color Harmonies of #FE7C88
Complementary color
Monochromatic Colors of #FE7C88
Black with #FE7C88
Text Example
Text Example
White with #FE7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C88; }
p { color: rgb(254,124,136); }
H1.HeaderClassName
{
color: #FE7C88;
}
.AnyTagClassName
{
color: #FE7C88;
}
</style>
background-color css
<style>
a { background-color: #FE7C88; }
a { background-color: rgb(254,124,136); }
div.DivClassName
{
background-color: #FE7C88;
}
.BgClassName
{
background-color: #FE7C88;
}
</style>
border-color css
<style>
span { border-color: #FE7C88; }
span { border-color: rgb(254,124,136); }
td.TdClassName
{
border-color: #FE7C88;
}
.TagClassName
{
border-color: #FE7C88;
}
</style>