Shades of Carissma #FF7A8A
Tints of Carissma #FF7A8A
RGB
CMYK
RGB Variations
Color information
#FF7A8A (or 0xFF7A8A) is known color: Carissma. HEX triplet: FF, 7A and 8A. RGB value is (255,122,138). Sum of RGB (Red+Green+Blue) = 255+122+138=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A8A is #008575. Grayscale: #A3A3A3. Windows color (decimal): -34166 or 9075455. OLE color: 9075455.
HSL color Cylindrical-coordinate representation of color #FF7A8A: hue angle of 352.78º 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 #FF7A8A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 138 | - |
| CMYK | 0 | 0.52 | 0.46 | 0 |
| HSL | 352.78º | 1% | 0.74% | - |
| HSV(B) | 352.78º | 0.52% | 1% | - |
| XYZ | 52.79 | 37.01 | 28.41 | - |
| YUV | 163.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 138 | 0 | 0.52 | 0.46 | 0 | 352.78 | 1 | 0.74 |
| Hex | FF | 7A | 8A | 0 | 34 | 2E | 0 | 161 | 64 | 4A |
| Octal | 377 | 172 | 212 | 0 | 64 | 56 | 0 | 541 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10001010 | 0 | 110100 | 101110 | 0 | 101100001 | 1100100 | 1001010 |
Color Harmonies of #FF7A8A
Complementary color
Monochromatic Colors of #FF7A8A
Black with #FF7A8A
Text Example
Text Example
White with #FF7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A8A; }
p { color: rgb(255,122,138); }
H1.HeaderClassName
{
color: #FF7A8A;
}
.AnyTagClassName
{
color: #FF7A8A;
}
</style>
background-color css
<style>
a { background-color: #FF7A8A; }
a { background-color: rgb(255,122,138); }
div.DivClassName
{
background-color: #FF7A8A;
}
.BgClassName
{
background-color: #FF7A8A;
}
</style>
border-color css
<style>
span { border-color: #FF7A8A; }
span { border-color: rgb(255,122,138); }
td.TdClassName
{
border-color: #FF7A8A;
}
.TagClassName
{
border-color: #FF7A8A;
}
</style>