Shades of Carissma #FD7A8D
Tints of Carissma #FD7A8D
RGB
CMYK
RGB Variations
Color information
#FD7A8D (or 0xFD7A8D) is known color: Carissma. HEX triplet: FD, 7A and 8D. RGB value is (253,122,141). Sum of RGB (Red+Green+Blue) = 253+122+141=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A8D is #028572. Grayscale: #A3A3A3. Windows color (decimal): -165235 or 9272061. OLE color: 9272061.
HSL color Cylindrical-coordinate representation of color #FD7A8D: hue angle of 351.3º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7A8D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.01 |
| HSL | 351.3º | 0.97% | 0.74% | - |
| HSV(B) | 351.3º | 0.52% | 0.99% | - |
| XYZ | 52.28 | 36.72 | 29.53 | - |
| YUV | 163.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 141 | 0 | 0.52 | 0.44 | 0.01 | 351.3 | 0.97 | 0.74 |
| Hex | FD | 7A | 8D | 0 | 34 | 2C | 1 | 15F | 61 | 4A |
| Octal | 375 | 172 | 215 | 0 | 64 | 54 | 1 | 537 | 141 | 112 |
| Binary | 11111101 | 1111010 | 10001101 | 0 | 110100 | 101100 | 1 | 101011111 | 1100001 | 1001010 |
Color Harmonies of #FD7A8D
Complementary color
Monochromatic Colors of #FD7A8D
Black with #FD7A8D
Text Example
Text Example
White with #FD7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A8D; }
p { color: rgb(253,122,141); }
H1.HeaderClassName
{
color: #FD7A8D;
}
.AnyTagClassName
{
color: #FD7A8D;
}
</style>
background-color css
<style>
a { background-color: #FD7A8D; }
a { background-color: rgb(253,122,141); }
div.DivClassName
{
background-color: #FD7A8D;
}
.BgClassName
{
background-color: #FD7A8D;
}
</style>
border-color css
<style>
span { border-color: #FD7A8D; }
span { border-color: rgb(253,122,141); }
td.TdClassName
{
border-color: #FD7A8D;
}
.TagClassName
{
border-color: #FD7A8D;
}
</style>