Shades of Carissma #FD7B89
Tints of Carissma #FD7B89
RGB
CMYK
RGB Variations
Color information
#FD7B89 (or 0xFD7B89) is known color: Carissma. HEX triplet: FD, 7B and 89. RGB value is (253,123,137). Sum of RGB (Red+Green+Blue) = 253+123+137=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7B89 is #028476. Grayscale: #A3A3A3. Windows color (decimal): -164983 or 9010173. OLE color: 9010173.
HSL color Cylindrical-coordinate representation of color #FD7B89: hue angle of 353.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7B89 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 137 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.01 |
| HSL | 353.54º | 0.97% | 0.74% | - |
| HSV(B) | 353.54º | 0.51% | 0.99% | - |
| XYZ | 52.11 | 36.85 | 28.03 | - |
| YUV | 163.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 137 | 0 | 0.51 | 0.46 | 0.01 | 353.54 | 0.97 | 0.74 |
| Hex | FD | 7B | 89 | 0 | 33 | 2E | 1 | 162 | 61 | 4A |
| Octal | 375 | 173 | 211 | 0 | 63 | 56 | 1 | 542 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10001001 | 0 | 110011 | 101110 | 1 | 101100010 | 1100001 | 1001010 |
Color Harmonies of #FD7B89
Complementary color
Monochromatic Colors of #FD7B89
Black with #FD7B89
Text Example
Text Example
White with #FD7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B89; }
p { color: rgb(253,123,137); }
H1.HeaderClassName
{
color: #FD7B89;
}
.AnyTagClassName
{
color: #FD7B89;
}
</style>
background-color css
<style>
a { background-color: #FD7B89; }
a { background-color: rgb(253,123,137); }
div.DivClassName
{
background-color: #FD7B89;
}
.BgClassName
{
background-color: #FD7B89;
}
</style>
border-color css
<style>
span { border-color: #FD7B89; }
span { border-color: rgb(253,123,137); }
td.TdClassName
{
border-color: #FD7B89;
}
.TagClassName
{
border-color: #FD7B89;
}
</style>