Shades of Carissma #FF7C8E
Tints of Carissma #FF7C8E
RGB
CMYK
RGB Variations
Color information
#FF7C8E (or 0xFF7C8E) is known color: Carissma. HEX triplet: FF, 7C and 8E. RGB value is (255,124,142). Sum of RGB (Red+Green+Blue) = 255+124+142=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C8E is #008371. Grayscale: #A5A5A5. Windows color (decimal): -33650 or 9338111. OLE color: 9338111.
HSL color Cylindrical-coordinate representation of color #FF7C8E: hue angle of 351.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C8E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 142 | - |
| CMYK | 0 | 0.51 | 0.44 | 0 |
| HSL | 351.76º | 1% | 0.74% | - |
| HSV(B) | 351.76º | 0.51% | 1% | - |
| XYZ | 53.33 | 37.63 | 30.04 | - |
| YUV | 165.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 142 | 0 | 0.51 | 0.44 | 0 | 351.76 | 1 | 0.74 |
| Hex | FF | 7C | 8E | 0 | 33 | 2C | 0 | 160 | 64 | 4A |
| Octal | 377 | 174 | 216 | 0 | 63 | 54 | 0 | 540 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10001110 | 0 | 110011 | 101100 | 0 | 101100000 | 1100100 | 1001010 |
Color Harmonies of #FF7C8E
Complementary color
Monochromatic Colors of #FF7C8E
Black with #FF7C8E
Text Example
Text Example
White with #FF7C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C8E; }
p { color: rgb(255,124,142); }
H1.HeaderClassName
{
color: #FF7C8E;
}
.AnyTagClassName
{
color: #FF7C8E;
}
</style>
background-color css
<style>
a { background-color: #FF7C8E; }
a { background-color: rgb(255,124,142); }
div.DivClassName
{
background-color: #FF7C8E;
}
.BgClassName
{
background-color: #FF7C8E;
}
</style>
border-color css
<style>
span { border-color: #FF7C8E; }
span { border-color: rgb(255,124,142); }
td.TdClassName
{
border-color: #FF7C8E;
}
.TagClassName
{
border-color: #FF7C8E;
}
</style>