Shades of Carissma #FF7D87
Tints of Carissma #FF7D87
RGB
CMYK
RGB Variations
Color information
#FF7D87 (or 0xFF7D87) is known color: Carissma. HEX triplet: FF, 7D and 87. RGB value is (255,125,135). Sum of RGB (Red+Green+Blue) = 255+125+135=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D87 is #008278. Grayscale: #A5A5A5. Windows color (decimal): -33401 or 8879615. OLE color: 8879615.
HSL color Cylindrical-coordinate representation of color #FF7D87: hue angle of 355.38º 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 #FF7D87 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 135 | - |
| CMYK | 0 | 0.51 | 0.47 | 0 |
| HSL | 355.38º | 1% | 0.75% | - |
| HSV(B) | 355.38º | 0.51% | 1% | - |
| XYZ | 52.95 | 37.68 | 27.4 | - |
| YUV | 165.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 135 | 0 | 0.51 | 0.47 | 0 | 355.38 | 1 | 0.75 |
| Hex | FF | 7D | 87 | 0 | 33 | 2F | 0 | 163 | 64 | 4B |
| Octal | 377 | 175 | 207 | 0 | 63 | 57 | 0 | 543 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10000111 | 0 | 110011 | 101111 | 0 | 101100011 | 1100100 | 1001011 |
Color Harmonies of #FF7D87
Complementary color
Monochromatic Colors of #FF7D87
Black with #FF7D87
Text Example
Text Example
White with #FF7D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D87; }
p { color: rgb(255,125,135); }
H1.HeaderClassName
{
color: #FF7D87;
}
.AnyTagClassName
{
color: #FF7D87;
}
</style>
background-color css
<style>
a { background-color: #FF7D87; }
a { background-color: rgb(255,125,135); }
div.DivClassName
{
background-color: #FF7D87;
}
.BgClassName
{
background-color: #FF7D87;
}
</style>
border-color css
<style>
span { border-color: #FF7D87; }
span { border-color: rgb(255,125,135); }
td.TdClassName
{
border-color: #FF7D87;
}
.TagClassName
{
border-color: #FF7D87;
}
</style>