Shades of Carissma #FF7D8B
Tints of Carissma #FF7D8B
RGB
CMYK
RGB Variations
Color information
#FF7D8B (or 0xFF7D8B) is known color: Carissma. HEX triplet: FF, 7D and 8B. RGB value is (255,125,139). Sum of RGB (Red+Green+Blue) = 255+125+139=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D8B is #008274. Grayscale: #A5A5A5. Windows color (decimal): -33397 or 9141759. OLE color: 9141759.
HSL color Cylindrical-coordinate representation of color #FF7D8B: hue angle of 353.54º 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 #FF7D8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 139 | - |
| CMYK | 0 | 0.51 | 0.45 | 0 |
| HSL | 353.54º | 1% | 0.75% | - |
| HSV(B) | 353.54º | 0.51% | 1% | - |
| XYZ | 53.23 | 37.79 | 28.91 | - |
| YUV | 165.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 139 | 0 | 0.51 | 0.45 | 0 | 353.54 | 1 | 0.75 |
| Hex | FF | 7D | 8B | 0 | 33 | 2D | 0 | 162 | 64 | 4B |
| Octal | 377 | 175 | 213 | 0 | 63 | 55 | 0 | 542 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10001011 | 0 | 110011 | 101101 | 0 | 101100010 | 1100100 | 1001011 |
Color Harmonies of #FF7D8B
Complementary color
Monochromatic Colors of #FF7D8B
Black with #FF7D8B
Text Example
Text Example
White with #FF7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D8B; }
p { color: rgb(255,125,139); }
H1.HeaderClassName
{
color: #FF7D8B;
}
.AnyTagClassName
{
color: #FF7D8B;
}
</style>
background-color css
<style>
a { background-color: #FF7D8B; }
a { background-color: rgb(255,125,139); }
div.DivClassName
{
background-color: #FF7D8B;
}
.BgClassName
{
background-color: #FF7D8B;
}
</style>
border-color css
<style>
span { border-color: #FF7D8B; }
span { border-color: rgb(255,125,139); }
td.TdClassName
{
border-color: #FF7D8B;
}
.TagClassName
{
border-color: #FF7D8B;
}
</style>