Shades of Carissma #FA788A
Tints of Carissma #FA788A
RGB
CMYK
RGB Variations
Color information
#FA788A (or 0xFA788A) is known color: Carissma. HEX triplet: FA, 78 and 8A. RGB value is (250,120,138). Sum of RGB (Red+Green+Blue) = 250+120+138=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA788A is #058775. Grayscale: #A0A0A0. Windows color (decimal): -362358 or 9074938. OLE color: 9074938.
HSL color Cylindrical-coordinate representation of color #FA788A: hue angle of 351.69º 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 #FA788A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 138 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.02 |
| HSL | 351.69º | 0.93% | 0.73% | - |
| HSV(B) | 351.69º | 0.52% | 0.98% | - |
| XYZ | 50.73 | 35.59 | 28.24 | - |
| YUV | 160.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 138 | 0 | 0.52 | 0.45 | 0.02 | 351.69 | 0.93 | 0.73 |
| Hex | FA | 78 | 8A | 0 | 34 | 2D | 2 | 160 | 5D | 49 |
| Octal | 372 | 170 | 212 | 0 | 64 | 55 | 2 | 540 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10001010 | 0 | 110100 | 101101 | 10 | 101100000 | 1011101 | 1001001 |
Color Harmonies of #FA788A
Complementary color
Monochromatic Colors of #FA788A
Black with #FA788A
Text Example
Text Example
White with #FA788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA788A; }
p { color: rgb(250,120,138); }
H1.HeaderClassName
{
color: #FA788A;
}
.AnyTagClassName
{
color: #FA788A;
}
</style>
background-color css
<style>
a { background-color: #FA788A; }
a { background-color: rgb(250,120,138); }
div.DivClassName
{
background-color: #FA788A;
}
.BgClassName
{
background-color: #FA788A;
}
</style>
border-color css
<style>
span { border-color: #FA788A; }
span { border-color: rgb(250,120,138); }
td.TdClassName
{
border-color: #FA788A;
}
.TagClassName
{
border-color: #FA788A;
}
</style>