Shades of Carissma #FA7B8D
Tints of Carissma #FA7B8D
RGB
CMYK
RGB Variations
Color information
#FA7B8D (or 0xFA7B8D) is known color: Carissma. HEX triplet: FA, 7B and 8D. RGB value is (250,123,141). Sum of RGB (Red+Green+Blue) = 250+123+141=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B8D is #058472. Grayscale: #A3A3A3. Windows color (decimal): -361587 or 9272314. OLE color: 9272314.
HSL color Cylindrical-coordinate representation of color #FA7B8D: hue angle of 351.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 #FA7B8D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 141 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.02 |
| HSL | 351.5º | 0.93% | 0.73% | - |
| HSV(B) | 351.5º | 0.51% | 0.98% | - |
| XYZ | 51.32 | 36.41 | 29.52 | - |
| YUV | 163.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 141 | 0 | 0.51 | 0.44 | 0.02 | 351.5 | 0.93 | 0.73 |
| Hex | FA | 7B | 8D | 0 | 33 | 2C | 2 | 15F | 5D | 49 |
| Octal | 372 | 173 | 215 | 0 | 63 | 54 | 2 | 537 | 135 | 111 |
| Binary | 11111010 | 1111011 | 10001101 | 0 | 110011 | 101100 | 10 | 101011111 | 1011101 | 1001001 |
Color Harmonies of #FA7B8D
Complementary color
Monochromatic Colors of #FA7B8D
Black with #FA7B8D
Text Example
Text Example
White with #FA7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B8D; }
p { color: rgb(250,123,141); }
H1.HeaderClassName
{
color: #FA7B8D;
}
.AnyTagClassName
{
color: #FA7B8D;
}
</style>
background-color css
<style>
a { background-color: #FA7B8D; }
a { background-color: rgb(250,123,141); }
div.DivClassName
{
background-color: #FA7B8D;
}
.BgClassName
{
background-color: #FA7B8D;
}
</style>
border-color css
<style>
span { border-color: #FA7B8D; }
span { border-color: rgb(250,123,141); }
td.TdClassName
{
border-color: #FA7B8D;
}
.TagClassName
{
border-color: #FA7B8D;
}
</style>