Shades of Carissma #FF7D86
Tints of Carissma #FF7D86
RGB
CMYK
RGB Variations
Color information
#FF7D86 (or 0xFF7D86) is known color: Carissma. HEX triplet: FF, 7D and 86. RGB value is (255,125,134). Sum of RGB (Red+Green+Blue) = 255+125+134=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D86 is #008279. Grayscale: #A4A4A4. Windows color (decimal): -33402 or 8814079. OLE color: 8814079.
HSL color Cylindrical-coordinate representation of color #FF7D86: hue angle of 355.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7D86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 134 | - |
| CMYK | 0 | 0.51 | 0.47 | 0 |
| HSL | 355.85º | 1% | 0.75% | - |
| HSV(B) | 355.85º | 0.51% | 1% | - |
| XYZ | 52.88 | 37.65 | 27.03 | - |
| YUV | 164.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 134 | 0 | 0.51 | 0.47 | 0 | 355.85 | 1 | 0.75 |
| Hex | FF | 7D | 86 | 0 | 33 | 2F | 0 | 164 | 64 | 4B |
| Octal | 377 | 175 | 206 | 0 | 63 | 57 | 0 | 544 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10000110 | 0 | 110011 | 101111 | 0 | 101100100 | 1100100 | 1001011 |
Color Harmonies of #FF7D86
Complementary color
Monochromatic Colors of #FF7D86
Black with #FF7D86
Text Example
Text Example
White with #FF7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D86; }
p { color: rgb(255,125,134); }
H1.HeaderClassName
{
color: #FF7D86;
}
.AnyTagClassName
{
color: #FF7D86;
}
</style>
background-color css
<style>
a { background-color: #FF7D86; }
a { background-color: rgb(255,125,134); }
div.DivClassName
{
background-color: #FF7D86;
}
.BgClassName
{
background-color: #FF7D86;
}
</style>
border-color css
<style>
span { border-color: #FF7D86; }
span { border-color: rgb(255,125,134); }
td.TdClassName
{
border-color: #FF7D86;
}
.TagClassName
{
border-color: #FF7D86;
}
</style>