Shades of Carissma #FF7D8D
Tints of Carissma #FF7D8D
RGB
CMYK
RGB Variations
Color information
#FF7D8D (or 0xFF7D8D) is known color: Carissma. HEX triplet: FF, 7D and 8D. RGB value is (255,125,141). Sum of RGB (Red+Green+Blue) = 255+125+141=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D8D is #008272. Grayscale: #A5A5A5. Windows color (decimal): -33395 or 9272831. OLE color: 9272831.
HSL color Cylindrical-coordinate representation of color #FF7D8D: hue angle of 352.62º 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 #FF7D8D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 141 | - |
| CMYK | 0 | 0.51 | 0.45 | 0 |
| HSL | 352.62º | 1% | 0.75% | - |
| HSV(B) | 352.62º | 0.51% | 1% | - |
| XYZ | 53.38 | 37.85 | 29.69 | - |
| YUV | 165.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 141 | 0 | 0.51 | 0.45 | 0 | 352.62 | 1 | 0.75 |
| Hex | FF | 7D | 8D | 0 | 33 | 2D | 0 | 161 | 64 | 4B |
| Octal | 377 | 175 | 215 | 0 | 63 | 55 | 0 | 541 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10001101 | 0 | 110011 | 101101 | 0 | 101100001 | 1100100 | 1001011 |
Color Harmonies of #FF7D8D
Complementary color
Monochromatic Colors of #FF7D8D
Black with #FF7D8D
Text Example
Text Example
White with #FF7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D8D; }
p { color: rgb(255,125,141); }
H1.HeaderClassName
{
color: #FF7D8D;
}
.AnyTagClassName
{
color: #FF7D8D;
}
</style>
background-color css
<style>
a { background-color: #FF7D8D; }
a { background-color: rgb(255,125,141); }
div.DivClassName
{
background-color: #FF7D8D;
}
.BgClassName
{
background-color: #FF7D8D;
}
</style>
border-color css
<style>
span { border-color: #FF7D8D; }
span { border-color: rgb(255,125,141); }
td.TdClassName
{
border-color: #FF7D8D;
}
.TagClassName
{
border-color: #FF7D8D;
}
</style>