Shades of Carissma #FA788D
Tints of Carissma #FA788D
RGB
CMYK
RGB Variations
Color information
#FA788D (or 0xFA788D) is known color: Carissma. HEX triplet: FA, 78 and 8D. RGB value is (250,120,141). Sum of RGB (Red+Green+Blue) = 250+120+141=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA788D is #058772. Grayscale: #A1A1A1. Windows color (decimal): -362355 or 9271546. OLE color: 9271546.
HSL color Cylindrical-coordinate representation of color #FA788D: hue angle of 350.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA788D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.02 |
| HSL | 350.31º | 0.93% | 0.73% | - |
| HSV(B) | 350.31º | 0.52% | 0.98% | - |
| XYZ | 50.95 | 35.68 | 29.4 | - |
| YUV | 161.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 141 | 0 | 0.52 | 0.44 | 0.02 | 350.31 | 0.93 | 0.73 |
| Hex | FA | 78 | 8D | 0 | 34 | 2C | 2 | 15E | 5D | 49 |
| Octal | 372 | 170 | 215 | 0 | 64 | 54 | 2 | 536 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10001101 | 0 | 110100 | 101100 | 10 | 101011110 | 1011101 | 1001001 |
Color Harmonies of #FA788D
Complementary color
Monochromatic Colors of #FA788D
Black with #FA788D
Text Example
Text Example
White with #FA788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA788D; }
p { color: rgb(250,120,141); }
H1.HeaderClassName
{
color: #FA788D;
}
.AnyTagClassName
{
color: #FA788D;
}
</style>
background-color css
<style>
a { background-color: #FA788D; }
a { background-color: rgb(250,120,141); }
div.DivClassName
{
background-color: #FA788D;
}
.BgClassName
{
background-color: #FA788D;
}
</style>
border-color css
<style>
span { border-color: #FA788D; }
span { border-color: rgb(250,120,141); }
td.TdClassName
{
border-color: #FA788D;
}
.TagClassName
{
border-color: #FA788D;
}
</style>