Shades of Carissma #FF7B8D
Tints of Carissma #FF7B8D
RGB
CMYK
RGB Variations
Color information
#FF7B8D (or 0xFF7B8D) is known color: Carissma. HEX triplet: FF, 7B and 8D. RGB value is (255,123,141). Sum of RGB (Red+Green+Blue) = 255+123+141=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B8D is #008472. Grayscale: #A4A4A4. Windows color (decimal): -33907 or 9272319. OLE color: 9272319.
HSL color Cylindrical-coordinate representation of color #FF7B8D: hue angle of 351.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B8D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 141 | - |
| CMYK | 0 | 0.52 | 0.45 | 0 |
| HSL | 351.82º | 1% | 0.74% | - |
| HSV(B) | 351.82º | 0.52% | 1% | - |
| XYZ | 53.13 | 37.35 | 29.61 | - |
| YUV | 164.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 141 | 0 | 0.52 | 0.45 | 0 | 351.82 | 1 | 0.74 |
| Hex | FF | 7B | 8D | 0 | 34 | 2D | 0 | 160 | 64 | 4A |
| Octal | 377 | 173 | 215 | 0 | 64 | 55 | 0 | 540 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10001101 | 0 | 110100 | 101101 | 0 | 101100000 | 1100100 | 1001010 |
Color Harmonies of #FF7B8D
Complementary color
Monochromatic Colors of #FF7B8D
Black with #FF7B8D
Text Example
Text Example
White with #FF7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B8D; }
p { color: rgb(255,123,141); }
H1.HeaderClassName
{
color: #FF7B8D;
}
.AnyTagClassName
{
color: #FF7B8D;
}
</style>
background-color css
<style>
a { background-color: #FF7B8D; }
a { background-color: rgb(255,123,141); }
div.DivClassName
{
background-color: #FF7B8D;
}
.BgClassName
{
background-color: #FF7B8D;
}
</style>
border-color css
<style>
span { border-color: #FF7B8D; }
span { border-color: rgb(255,123,141); }
td.TdClassName
{
border-color: #FF7B8D;
}
.TagClassName
{
border-color: #FF7B8D;
}
</style>