Shades of Carissma #FE7A8C
Tints of Carissma #FE7A8C
RGB
CMYK
RGB Variations
Color information
#FE7A8C (or 0xFE7A8C) is known color: Carissma. HEX triplet: FE, 7A and 8C. RGB value is (254,122,140). Sum of RGB (Red+Green+Blue) = 254+122+140=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A8C is #018573. Grayscale: #A3A3A3. Windows color (decimal): -99700 or 9206526. OLE color: 9206526.
HSL color Cylindrical-coordinate representation of color #FE7A8C: hue angle of 351.82º 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 #FE7A8C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 140 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.00 |
| HSL | 351.82º | 0.99% | 0.74% | - |
| HSV(B) | 351.82º | 0.52% | 1% | - |
| XYZ | 52.57 | 36.88 | 29.16 | - |
| YUV | 163.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 140 | 0 | 0.52 | 0.45 | 0.00 | 351.82 | 0.99 | 0.74 |
| Hex | FE | 7A | 8C | 0 | 34 | 2D | 0 | 160 | 63 | 4A |
| Octal | 376 | 172 | 214 | 0 | 64 | 55 | 0 | 540 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10001100 | 0 | 110100 | 101101 | 0 | 101100000 | 1100011 | 1001010 |
Color Harmonies of #FE7A8C
Complementary color
Monochromatic Colors of #FE7A8C
Black with #FE7A8C
Text Example
Text Example
White with #FE7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A8C; }
p { color: rgb(254,122,140); }
H1.HeaderClassName
{
color: #FE7A8C;
}
.AnyTagClassName
{
color: #FE7A8C;
}
</style>
background-color css
<style>
a { background-color: #FE7A8C; }
a { background-color: rgb(254,122,140); }
div.DivClassName
{
background-color: #FE7A8C;
}
.BgClassName
{
background-color: #FE7A8C;
}
</style>
border-color css
<style>
span { border-color: #FE7A8C; }
span { border-color: rgb(254,122,140); }
td.TdClassName
{
border-color: #FE7A8C;
}
.TagClassName
{
border-color: #FE7A8C;
}
</style>