Shades of Carissma #FE7C8D
Tints of Carissma #FE7C8D
RGB
CMYK
RGB Variations
Color information
#FE7C8D (or 0xFE7C8D) is known color: Carissma. HEX triplet: FE, 7C and 8D. RGB value is (254,124,141). Sum of RGB (Red+Green+Blue) = 254+124+141=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C8D is #018372. Grayscale: #A4A4A4. Windows color (decimal): -99187 or 9272574. OLE color: 9272574.
HSL color Cylindrical-coordinate representation of color #FE7C8D: hue angle of 352.15º 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 #FE7C8D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 141 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.00 |
| HSL | 352.15º | 0.98% | 0.74% | - |
| HSV(B) | 352.15º | 0.51% | 1% | - |
| XYZ | 52.89 | 37.41 | 29.63 | - |
| YUV | 164.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 141 | 0 | 0.51 | 0.44 | 0.00 | 352.15 | 0.98 | 0.74 |
| Hex | FE | 7C | 8D | 0 | 33 | 2C | 0 | 160 | 62 | 4A |
| Octal | 376 | 174 | 215 | 0 | 63 | 54 | 0 | 540 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10001101 | 0 | 110011 | 101100 | 0 | 101100000 | 1100010 | 1001010 |
Color Harmonies of #FE7C8D
Complementary color
Monochromatic Colors of #FE7C8D
Black with #FE7C8D
Text Example
Text Example
White with #FE7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C8D; }
p { color: rgb(254,124,141); }
H1.HeaderClassName
{
color: #FE7C8D;
}
.AnyTagClassName
{
color: #FE7C8D;
}
</style>
background-color css
<style>
a { background-color: #FE7C8D; }
a { background-color: rgb(254,124,141); }
div.DivClassName
{
background-color: #FE7C8D;
}
.BgClassName
{
background-color: #FE7C8D;
}
</style>
border-color css
<style>
span { border-color: #FE7C8D; }
span { border-color: rgb(254,124,141); }
td.TdClassName
{
border-color: #FE7C8D;
}
.TagClassName
{
border-color: #FE7C8D;
}
</style>