Shades of Carissma #FA7A8D
Tints of Carissma #FA7A8D
RGB
CMYK
RGB Variations
Color information
#FA7A8D (or 0xFA7A8D) is known color: Carissma. HEX triplet: FA, 7A and 8D. RGB value is (250,122,141). Sum of RGB (Red+Green+Blue) = 250+122+141=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7A8D is #058572. Grayscale: #A2A2A2. Windows color (decimal): -361843 or 9272058. OLE color: 9272058.
HSL color Cylindrical-coordinate representation of color #FA7A8D: hue angle of 351.09º 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 #FA7A8D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 141 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.02 |
| HSL | 351.09º | 0.93% | 0.73% | - |
| HSV(B) | 351.09º | 0.51% | 0.98% | - |
| XYZ | 51.19 | 36.17 | 29.48 | - |
| YUV | 162.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 141 | 0 | 0.51 | 0.44 | 0.02 | 351.09 | 0.93 | 0.73 |
| Hex | FA | 7A | 8D | 0 | 33 | 2C | 2 | 15F | 5D | 49 |
| Octal | 372 | 172 | 215 | 0 | 63 | 54 | 2 | 537 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10001101 | 0 | 110011 | 101100 | 10 | 101011111 | 1011101 | 1001001 |
Color Harmonies of #FA7A8D
Complementary color
Monochromatic Colors of #FA7A8D
Black with #FA7A8D
Text Example
Text Example
White with #FA7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A8D; }
p { color: rgb(250,122,141); }
H1.HeaderClassName
{
color: #FA7A8D;
}
.AnyTagClassName
{
color: #FA7A8D;
}
</style>
background-color css
<style>
a { background-color: #FA7A8D; }
a { background-color: rgb(250,122,141); }
div.DivClassName
{
background-color: #FA7A8D;
}
.BgClassName
{
background-color: #FA7A8D;
}
</style>
border-color css
<style>
span { border-color: #FA7A8D; }
span { border-color: rgb(250,122,141); }
td.TdClassName
{
border-color: #FA7A8D;
}
.TagClassName
{
border-color: #FA7A8D;
}
</style>