Shades of Carissma #FA778D
Tints of Carissma #FA778D
RGB
CMYK
RGB Variations
Color information
#FA778D (or 0xFA778D) is known color: Carissma. HEX triplet: FA, 77 and 8D. RGB value is (250,119,141). Sum of RGB (Red+Green+Blue) = 250+119+141=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA778D is #058872. Grayscale: #A0A0A0. Windows color (decimal): -362611 or 9271290. OLE color: 9271290.
HSL color Cylindrical-coordinate representation of color #FA778D: hue angle of 349.92º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA778D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.02 |
| HSL | 349.92º | 0.93% | 0.72% | - |
| HSV(B) | 349.92º | 0.52% | 0.98% | - |
| XYZ | 50.83 | 35.44 | 29.36 | - |
| YUV | 160.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 141 | 0 | 0.52 | 0.44 | 0.02 | 349.92 | 0.93 | 0.72 |
| Hex | FA | 77 | 8D | 0 | 34 | 2C | 2 | 15E | 5D | 48 |
| Octal | 372 | 167 | 215 | 0 | 64 | 54 | 2 | 536 | 135 | 110 |
| Binary | 11111010 | 1110111 | 10001101 | 0 | 110100 | 101100 | 10 | 101011110 | 1011101 | 1001000 |
Color Harmonies of #FA778D
Complementary color
Monochromatic Colors of #FA778D
Black with #FA778D
Text Example
Text Example
White with #FA778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA778D; }
p { color: rgb(250,119,141); }
H1.HeaderClassName
{
color: #FA778D;
}
.AnyTagClassName
{
color: #FA778D;
}
</style>
background-color css
<style>
a { background-color: #FA778D; }
a { background-color: rgb(250,119,141); }
div.DivClassName
{
background-color: #FA778D;
}
.BgClassName
{
background-color: #FA778D;
}
</style>
border-color css
<style>
span { border-color: #FA778D; }
span { border-color: rgb(250,119,141); }
td.TdClassName
{
border-color: #FA778D;
}
.TagClassName
{
border-color: #FA778D;
}
</style>