Shades of Carissma #FD7D8A
Tints of Carissma #FD7D8A
RGB
CMYK
RGB Variations
Color information
#FD7D8A (or 0xFD7D8A) is known color: Carissma. HEX triplet: FD, 7D and 8A. RGB value is (253,125,138). Sum of RGB (Red+Green+Blue) = 253+125+138=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D8A is #028275. Grayscale: #A4A4A4. Windows color (decimal): -164470 or 9076221. OLE color: 9076221.
HSL color Cylindrical-coordinate representation of color #FD7D8A: hue angle of 353.91º 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 #FD7D8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 138 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 353.91º | 0.97% | 0.74% | - |
| HSV(B) | 353.91º | 0.51% | 0.99% | - |
| XYZ | 52.43 | 37.38 | 28.5 | - |
| YUV | 164.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 138 | 0 | 0.51 | 0.45 | 0.01 | 353.91 | 0.97 | 0.74 |
| Hex | FD | 7D | 8A | 0 | 33 | 2D | 1 | 162 | 61 | 4A |
| Octal | 375 | 175 | 212 | 0 | 63 | 55 | 1 | 542 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10001010 | 0 | 110011 | 101101 | 1 | 101100010 | 1100001 | 1001010 |
Color Harmonies of #FD7D8A
Complementary color
Monochromatic Colors of #FD7D8A
Black with #FD7D8A
Text Example
Text Example
White with #FD7D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D8A; }
p { color: rgb(253,125,138); }
H1.HeaderClassName
{
color: #FD7D8A;
}
.AnyTagClassName
{
color: #FD7D8A;
}
</style>
background-color css
<style>
a { background-color: #FD7D8A; }
a { background-color: rgb(253,125,138); }
div.DivClassName
{
background-color: #FD7D8A;
}
.BgClassName
{
background-color: #FD7D8A;
}
</style>
border-color css
<style>
span { border-color: #FD7D8A; }
span { border-color: rgb(253,125,138); }
td.TdClassName
{
border-color: #FD7D8A;
}
.TagClassName
{
border-color: #FD7D8A;
}
</style>