Shades of Carissma #FD7B8A
Tints of Carissma #FD7B8A
RGB
CMYK
RGB Variations
Color information
#FD7B8A (or 0xFD7B8A) is known color: Carissma. HEX triplet: FD, 7B and 8A. RGB value is (253,123,138). Sum of RGB (Red+Green+Blue) = 253+123+138=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7B8A is #028475. Grayscale: #A3A3A3. Windows color (decimal): -164982 or 9075709. OLE color: 9075709.
HSL color Cylindrical-coordinate representation of color #FD7B8A: hue angle of 353.08º 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 #FD7B8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 138 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 353.08º | 0.97% | 0.74% | - |
| HSV(B) | 353.08º | 0.51% | 0.99% | - |
| XYZ | 52.18 | 36.88 | 28.41 | - |
| YUV | 163.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 138 | 0 | 0.51 | 0.45 | 0.01 | 353.08 | 0.97 | 0.74 |
| Hex | FD | 7B | 8A | 0 | 33 | 2D | 1 | 161 | 61 | 4A |
| Octal | 375 | 173 | 212 | 0 | 63 | 55 | 1 | 541 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10001010 | 0 | 110011 | 101101 | 1 | 101100001 | 1100001 | 1001010 |
Color Harmonies of #FD7B8A
Complementary color
Monochromatic Colors of #FD7B8A
Black with #FD7B8A
Text Example
Text Example
White with #FD7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B8A; }
p { color: rgb(253,123,138); }
H1.HeaderClassName
{
color: #FD7B8A;
}
.AnyTagClassName
{
color: #FD7B8A;
}
</style>
background-color css
<style>
a { background-color: #FD7B8A; }
a { background-color: rgb(253,123,138); }
div.DivClassName
{
background-color: #FD7B8A;
}
.BgClassName
{
background-color: #FD7B8A;
}
</style>
border-color css
<style>
span { border-color: #FD7B8A; }
span { border-color: rgb(253,123,138); }
td.TdClassName
{
border-color: #FD7B8A;
}
.TagClassName
{
border-color: #FD7B8A;
}
</style>