Shades of Carissma #FA7A8A
Tints of Carissma #FA7A8A
RGB
CMYK
RGB Variations
Color information
#FA7A8A (or 0xFA7A8A) is known color: Carissma. HEX triplet: FA, 7A and 8A. RGB value is (250,122,138). Sum of RGB (Red+Green+Blue) = 250+122+138=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7A8A is #058575. Grayscale: #A2A2A2. Windows color (decimal): -361846 or 9075450. OLE color: 9075450.
HSL color Cylindrical-coordinate representation of color #FA7A8A: hue angle of 352.5º 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 #FA7A8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 138 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.02 |
| HSL | 352.5º | 0.93% | 0.73% | - |
| HSV(B) | 352.5º | 0.51% | 0.98% | - |
| XYZ | 50.97 | 36.08 | 28.32 | - |
| YUV | 162.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 138 | 0 | 0.51 | 0.45 | 0.02 | 352.5 | 0.93 | 0.73 |
| Hex | FA | 7A | 8A | 0 | 33 | 2D | 2 | 160 | 5D | 49 |
| Octal | 372 | 172 | 212 | 0 | 63 | 55 | 2 | 540 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10001010 | 0 | 110011 | 101101 | 10 | 101100000 | 1011101 | 1001001 |
Color Harmonies of #FA7A8A
Complementary color
Monochromatic Colors of #FA7A8A
Black with #FA7A8A
Text Example
Text Example
White with #FA7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A8A; }
p { color: rgb(250,122,138); }
H1.HeaderClassName
{
color: #FA7A8A;
}
.AnyTagClassName
{
color: #FA7A8A;
}
</style>
background-color css
<style>
a { background-color: #FA7A8A; }
a { background-color: rgb(250,122,138); }
div.DivClassName
{
background-color: #FA7A8A;
}
.BgClassName
{
background-color: #FA7A8A;
}
</style>
border-color css
<style>
span { border-color: #FA7A8A; }
span { border-color: rgb(250,122,138); }
td.TdClassName
{
border-color: #FA7A8A;
}
.TagClassName
{
border-color: #FA7A8A;
}
</style>