Shades of Carissma #FA788F
Tints of Carissma #FA788F
RGB
CMYK
RGB Variations
Color information
#FA788F (or 0xFA788F) is known color: Carissma. HEX triplet: FA, 78 and 8F. RGB value is (250,120,143). Sum of RGB (Red+Green+Blue) = 250+120+143=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA788F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA788F is #058770. Grayscale: #A1A1A1. Windows color (decimal): -362353 or 9402618. OLE color: 9402618.
HSL color Cylindrical-coordinate representation of color #FA788F: hue angle of 349.38º 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 #FA788F is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 143 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.02 |
| HSL | 349.38º | 0.93% | 0.73% | - |
| HSV(B) | 349.38º | 0.52% | 0.98% | - |
| XYZ | 51.1 | 35.74 | 30.19 | - |
| YUV | 161.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 143 | 0 | 0.52 | 0.43 | 0.02 | 349.38 | 0.93 | 0.73 |
| Hex | FA | 78 | 8F | 0 | 34 | 2B | 2 | 15D | 5D | 49 |
| Octal | 372 | 170 | 217 | 0 | 64 | 53 | 2 | 535 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10001111 | 0 | 110100 | 101011 | 10 | 101011101 | 1011101 | 1001001 |
Color Harmonies of #FA788F
Complementary color
Monochromatic Colors of #FA788F
Black with #FA788F
Text Example
Text Example
White with #FA788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA788F; }
p { color: rgb(250,120,143); }
H1.HeaderClassName
{
color: #FA788F;
}
.AnyTagClassName
{
color: #FA788F;
}
</style>
background-color css
<style>
a { background-color: #FA788F; }
a { background-color: rgb(250,120,143); }
div.DivClassName
{
background-color: #FA788F;
}
.BgClassName
{
background-color: #FA788F;
}
</style>
border-color css
<style>
span { border-color: #FA788F; }
span { border-color: rgb(250,120,143); }
td.TdClassName
{
border-color: #FA788F;
}
.TagClassName
{
border-color: #FA788F;
}
</style>