Shades of Carissma #FF7B8B
Tints of Carissma #FF7B8B
RGB
CMYK
RGB Variations
Color information
#FF7B8B (or 0xFF7B8B) is known color: Carissma. HEX triplet: FF, 7B and 8B. RGB value is (255,123,139). Sum of RGB (Red+Green+Blue) = 255+123+139=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B8B is #008474. Grayscale: #A4A4A4. Windows color (decimal): -33909 or 9141247. OLE color: 9141247.
HSL color Cylindrical-coordinate representation of color #FF7B8B: hue angle of 352.73º 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 #FF7B8B is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 139 | - |
| CMYK | 0 | 0.52 | 0.45 | 0 |
| HSL | 352.73º | 1% | 0.74% | - |
| HSV(B) | 352.73º | 0.52% | 1% | - |
| XYZ | 52.98 | 37.29 | 28.83 | - |
| YUV | 164.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 139 | 0 | 0.52 | 0.45 | 0 | 352.73 | 1 | 0.74 |
| Hex | FF | 7B | 8B | 0 | 34 | 2D | 0 | 161 | 64 | 4A |
| Octal | 377 | 173 | 213 | 0 | 64 | 55 | 0 | 541 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10001011 | 0 | 110100 | 101101 | 0 | 101100001 | 1100100 | 1001010 |
Color Harmonies of #FF7B8B
Complementary color
Monochromatic Colors of #FF7B8B
Black with #FF7B8B
Text Example
Text Example
White with #FF7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B8B; }
p { color: rgb(255,123,139); }
H1.HeaderClassName
{
color: #FF7B8B;
}
.AnyTagClassName
{
color: #FF7B8B;
}
</style>
background-color css
<style>
a { background-color: #FF7B8B; }
a { background-color: rgb(255,123,139); }
div.DivClassName
{
background-color: #FF7B8B;
}
.BgClassName
{
background-color: #FF7B8B;
}
</style>
border-color css
<style>
span { border-color: #FF7B8B; }
span { border-color: rgb(255,123,139); }
td.TdClassName
{
border-color: #FF7B8B;
}
.TagClassName
{
border-color: #FF7B8B;
}
</style>