Shades of Carissma #FE7A8E
Tints of Carissma #FE7A8E
RGB
CMYK
RGB Variations
Color information
#FE7A8E (or 0xFE7A8E) is known color: Carissma. HEX triplet: FE, 7A and 8E. RGB value is (254,122,142). Sum of RGB (Red+Green+Blue) = 254+122+142=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A8E is #018571. Grayscale: #A3A3A3. Windows color (decimal): -99698 or 9337598. OLE color: 9337598.
HSL color Cylindrical-coordinate representation of color #FE7A8E: hue angle of 350.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A8E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 142 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.00 |
| HSL | 350.91º | 0.99% | 0.74% | - |
| HSV(B) | 350.91º | 0.52% | 1% | - |
| XYZ | 52.72 | 36.94 | 29.94 | - |
| YUV | 163.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 142 | 0 | 0.52 | 0.44 | 0.00 | 350.91 | 0.99 | 0.74 |
| Hex | FE | 7A | 8E | 0 | 34 | 2C | 0 | 15F | 63 | 4A |
| Octal | 376 | 172 | 216 | 0 | 64 | 54 | 0 | 537 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10001110 | 0 | 110100 | 101100 | 0 | 101011111 | 1100011 | 1001010 |
Color Harmonies of #FE7A8E
Complementary color
Monochromatic Colors of #FE7A8E
Black with #FE7A8E
Text Example
Text Example
White with #FE7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A8E; }
p { color: rgb(254,122,142); }
H1.HeaderClassName
{
color: #FE7A8E;
}
.AnyTagClassName
{
color: #FE7A8E;
}
</style>
background-color css
<style>
a { background-color: #FE7A8E; }
a { background-color: rgb(254,122,142); }
div.DivClassName
{
background-color: #FE7A8E;
}
.BgClassName
{
background-color: #FE7A8E;
}
</style>
border-color css
<style>
span { border-color: #FE7A8E; }
span { border-color: rgb(254,122,142); }
td.TdClassName
{
border-color: #FE7A8E;
}
.TagClassName
{
border-color: #FE7A8E;
}
</style>