Shades of Carissma #FF7D88
Tints of Carissma #FF7D88
RGB
CMYK
RGB Variations
Color information
#FF7D88 (or 0xFF7D88) is known color: Carissma. HEX triplet: FF, 7D and 88. RGB value is (255,125,136). Sum of RGB (Red+Green+Blue) = 255+125+136=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D88 is #008277. Grayscale: #A5A5A5. Windows color (decimal): -33400 or 8945151. OLE color: 8945151.
HSL color Cylindrical-coordinate representation of color #FF7D88: hue angle of 354.92º 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 #FF7D88 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 136 | - |
| CMYK | 0 | 0.51 | 0.47 | 0 |
| HSL | 354.92º | 1% | 0.75% | - |
| HSV(B) | 354.92º | 0.51% | 1% | - |
| XYZ | 53.02 | 37.7 | 27.78 | - |
| YUV | 165.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 136 | 0 | 0.51 | 0.47 | 0 | 354.92 | 1 | 0.75 |
| Hex | FF | 7D | 88 | 0 | 33 | 2F | 0 | 163 | 64 | 4B |
| Octal | 377 | 175 | 210 | 0 | 63 | 57 | 0 | 543 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10001000 | 0 | 110011 | 101111 | 0 | 101100011 | 1100100 | 1001011 |
Color Harmonies of #FF7D88
Complementary color
Monochromatic Colors of #FF7D88
Black with #FF7D88
Text Example
Text Example
White with #FF7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D88; }
p { color: rgb(255,125,136); }
H1.HeaderClassName
{
color: #FF7D88;
}
.AnyTagClassName
{
color: #FF7D88;
}
</style>
background-color css
<style>
a { background-color: #FF7D88; }
a { background-color: rgb(255,125,136); }
div.DivClassName
{
background-color: #FF7D88;
}
.BgClassName
{
background-color: #FF7D88;
}
</style>
border-color css
<style>
span { border-color: #FF7D88; }
span { border-color: rgb(255,125,136); }
td.TdClassName
{
border-color: #FF7D88;
}
.TagClassName
{
border-color: #FF7D88;
}
</style>