Shades of Carissma #FD788D
Tints of Carissma #FD788D
RGB
CMYK
RGB Variations
Color information
#FD788D (or 0xFD788D) is known color: Carissma. HEX triplet: FD, 78 and 8D. RGB value is (253,120,141). Sum of RGB (Red+Green+Blue) = 253+120+141=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD788D is #028772. Grayscale: #A2A2A2. Windows color (decimal): -165747 or 9271549. OLE color: 9271549.
HSL color Cylindrical-coordinate representation of color #FD788D: hue angle of 350.53º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD788D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 120 | 141 | - |
CMYK | 0 | 0.53 | 0.44 | 0.01 |
HSL | 350.53º | 0.97% | 0.73% | - |
HSV(B) | 350.53º | 0.53% | 0.99% | - |
XYZ | 52.03 | 36.24 | 29.45 | - |
YUV | 162.16 | 116.06 | 192.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 120 | 141 | 0 | 0.53 | 0.44 | 0.01 | 350.53 | 0.97 | 0.73 |
Hex | FD | 78 | 8D | 0 | 35 | 2C | 1 | 15F | 61 | 49 |
Octal | 375 | 170 | 215 | 0 | 65 | 54 | 1 | 537 | 141 | 111 |
Binary | 11111101 | 1111000 | 10001101 | 0 | 110101 | 101100 | 1 | 101011111 | 1100001 | 1001001 |
Color Harmonies of #FD788D
Complementary color
Monochromatic Colors of #FD788D
Black with #FD788D
Text Example
Text Example
White with #FD788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD788D; }
p { color: rgb(253,120,141); }
H1.HeaderClassName
{
color: #FD788D;
}
.AnyTagClassName
{
color: #FD788D;
}
</style>
background-color css
<style>
a { background-color: #FD788D; }
a { background-color: rgb(253,120,141); }
div.DivClassName
{
background-color: #FD788D;
}
.BgClassName
{
background-color: #FD788D;
}
</style>
border-color css
<style>
span { border-color: #FD788D; }
span { border-color: rgb(253,120,141); }
td.TdClassName
{
border-color: #FD788D;
}
.TagClassName
{
border-color: #FD788D;
}
</style>