Shades of Carissma #FF7A8C
Tints of Carissma #FF7A8C
RGB
CMYK
RGB Variations
Color information
#FF7A8C (or 0xFF7A8C) is known color: Carissma. HEX triplet: FF, 7A and 8C. RGB value is (255,122,140). Sum of RGB (Red+Green+Blue) = 255+122+140=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A8C is #008573. Grayscale: #A3A3A3. Windows color (decimal): -34164 or 9206527. OLE color: 9206527.
HSL color Cylindrical-coordinate representation of color #FF7A8C: hue angle of 351.88º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7A8C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 140 | - |
| CMYK | 0 | 0.52 | 0.45 | 0 |
| HSL | 351.88º | 1% | 0.74% | - |
| HSV(B) | 351.88º | 0.52% | 1% | - |
| XYZ | 52.93 | 37.07 | 29.18 | - |
| YUV | 163.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 140 | 0 | 0.52 | 0.45 | 0 | 351.88 | 1 | 0.74 |
| Hex | FF | 7A | 8C | 0 | 34 | 2D | 0 | 160 | 64 | 4A |
| Octal | 377 | 172 | 214 | 0 | 64 | 55 | 0 | 540 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10001100 | 0 | 110100 | 101101 | 0 | 101100000 | 1100100 | 1001010 |
Color Harmonies of #FF7A8C
Complementary color
Monochromatic Colors of #FF7A8C
Black with #FF7A8C
Text Example
Text Example
White with #FF7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A8C; }
p { color: rgb(255,122,140); }
H1.HeaderClassName
{
color: #FF7A8C;
}
.AnyTagClassName
{
color: #FF7A8C;
}
</style>
background-color css
<style>
a { background-color: #FF7A8C; }
a { background-color: rgb(255,122,140); }
div.DivClassName
{
background-color: #FF7A8C;
}
.BgClassName
{
background-color: #FF7A8C;
}
</style>
border-color css
<style>
span { border-color: #FF7A8C; }
span { border-color: rgb(255,122,140); }
td.TdClassName
{
border-color: #FF7A8C;
}
.TagClassName
{
border-color: #FF7A8C;
}
</style>