Shades of Carissma #FF7C8A
Tints of Carissma #FF7C8A
RGB
CMYK
RGB Variations
Color information
#FF7C8A (or 0xFF7C8A) is known color: Carissma. HEX triplet: FF, 7C and 8A. RGB value is (255,124,138). Sum of RGB (Red+Green+Blue) = 255+124+138=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C8A is #008375. Grayscale: #A4A4A4. Windows color (decimal): -33654 or 9075967. OLE color: 9075967.
HSL color Cylindrical-coordinate representation of color #FF7C8A: hue angle of 353.59º 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 #FF7C8A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 138 | - |
| CMYK | 0 | 0.51 | 0.46 | 0 |
| HSL | 353.59º | 1% | 0.74% | - |
| HSV(B) | 353.59º | 0.51% | 1% | - |
| XYZ | 53.04 | 37.51 | 28.49 | - |
| YUV | 164.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 138 | 0 | 0.51 | 0.46 | 0 | 353.59 | 1 | 0.74 |
| Hex | FF | 7C | 8A | 0 | 33 | 2E | 0 | 162 | 64 | 4A |
| Octal | 377 | 174 | 212 | 0 | 63 | 56 | 0 | 542 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10001010 | 0 | 110011 | 101110 | 0 | 101100010 | 1100100 | 1001010 |
Color Harmonies of #FF7C8A
Complementary color
Monochromatic Colors of #FF7C8A
Black with #FF7C8A
Text Example
Text Example
White with #FF7C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C8A; }
p { color: rgb(255,124,138); }
H1.HeaderClassName
{
color: #FF7C8A;
}
.AnyTagClassName
{
color: #FF7C8A;
}
</style>
background-color css
<style>
a { background-color: #FF7C8A; }
a { background-color: rgb(255,124,138); }
div.DivClassName
{
background-color: #FF7C8A;
}
.BgClassName
{
background-color: #FF7C8A;
}
</style>
border-color css
<style>
span { border-color: #FF7C8A; }
span { border-color: rgb(255,124,138); }
td.TdClassName
{
border-color: #FF7C8A;
}
.TagClassName
{
border-color: #FF7C8A;
}
</style>