Shades of Carissma #FA7A8B
Tints of Carissma #FA7A8B
RGB
CMYK
RGB Variations
Color information
#FA7A8B (or 0xFA7A8B) is known color: Carissma. HEX triplet: FA, 7A and 8B. RGB value is (250,122,139). Sum of RGB (Red+Green+Blue) = 250+122+139=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7A8B is #058574. Grayscale: #A2A2A2. Windows color (decimal): -361845 or 9140986. OLE color: 9140986.
HSL color Cylindrical-coordinate representation of color #FA7A8B: hue angle of 352.03º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7A8B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 139 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.02 |
| HSL | 352.03º | 0.93% | 0.73% | - |
| HSV(B) | 352.03º | 0.51% | 0.98% | - |
| XYZ | 51.04 | 36.11 | 28.71 | - |
| YUV | 162.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 139 | 0 | 0.51 | 0.44 | 0.02 | 352.03 | 0.93 | 0.73 |
| Hex | FA | 7A | 8B | 0 | 33 | 2C | 2 | 160 | 5D | 49 |
| Octal | 372 | 172 | 213 | 0 | 63 | 54 | 2 | 540 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10001011 | 0 | 110011 | 101100 | 10 | 101100000 | 1011101 | 1001001 |
Color Harmonies of #FA7A8B
Complementary color
Monochromatic Colors of #FA7A8B
Black with #FA7A8B
Text Example
Text Example
White with #FA7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A8B; }
p { color: rgb(250,122,139); }
H1.HeaderClassName
{
color: #FA7A8B;
}
.AnyTagClassName
{
color: #FA7A8B;
}
</style>
background-color css
<style>
a { background-color: #FA7A8B; }
a { background-color: rgb(250,122,139); }
div.DivClassName
{
background-color: #FA7A8B;
}
.BgClassName
{
background-color: #FA7A8B;
}
</style>
border-color css
<style>
span { border-color: #FA7A8B; }
span { border-color: rgb(250,122,139); }
td.TdClassName
{
border-color: #FA7A8B;
}
.TagClassName
{
border-color: #FA7A8B;
}
</style>