Shades of Carissma #FA768D
Tints of Carissma #FA768D
RGB
CMYK
RGB Variations
Color information
#FA768D (or 0xFA768D) is known color: Carissma. HEX triplet: FA, 76 and 8D. RGB value is (250,118,141). Sum of RGB (Red+Green+Blue) = 250+118+141=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA768D is #058972. Grayscale: #A0A0A0. Windows color (decimal): -362867 or 9271034. OLE color: 9271034.
HSL color Cylindrical-coordinate representation of color #FA768D: hue angle of 349.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA768D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 141 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.02 |
| HSL | 349.55º | 0.93% | 0.72% | - |
| HSV(B) | 349.55º | 0.53% | 0.98% | - |
| XYZ | 50.71 | 35.2 | 29.32 | - |
| YUV | 160.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 141 | 0 | 0.53 | 0.44 | 0.02 | 349.55 | 0.93 | 0.72 |
| Hex | FA | 76 | 8D | 0 | 35 | 2C | 2 | 15E | 5D | 48 |
| Octal | 372 | 166 | 215 | 0 | 65 | 54 | 2 | 536 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10001101 | 0 | 110101 | 101100 | 10 | 101011110 | 1011101 | 1001000 |
Color Harmonies of #FA768D
Complementary color
Monochromatic Colors of #FA768D
Black with #FA768D
Text Example
Text Example
White with #FA768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA768D; }
p { color: rgb(250,118,141); }
H1.HeaderClassName
{
color: #FA768D;
}
.AnyTagClassName
{
color: #FA768D;
}
</style>
background-color css
<style>
a { background-color: #FA768D; }
a { background-color: rgb(250,118,141); }
div.DivClassName
{
background-color: #FA768D;
}
.BgClassName
{
background-color: #FA768D;
}
</style>
border-color css
<style>
span { border-color: #FA768D; }
span { border-color: rgb(250,118,141); }
td.TdClassName
{
border-color: #FA768D;
}
.TagClassName
{
border-color: #FA768D;
}
</style>