Shades of Carissma #FA7791
Tints of Carissma #FA7791
RGB
CMYK
RGB Variations
Color information
#FA7791 (or 0xFA7791) is known color: Carissma. HEX triplet: FA, 77 and 91. RGB value is (250,119,145). Sum of RGB (Red+Green+Blue) = 250+119+145=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7791 is #05886E. Grayscale: #A1A1A1. Windows color (decimal): -362607 or 9533434. OLE color: 9533434.
HSL color Cylindrical-coordinate representation of color #FA7791: hue angle of 348.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7791 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 145 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.02 |
| HSL | 348.09º | 0.93% | 0.72% | - |
| HSV(B) | 348.09º | 0.52% | 0.98% | - |
| XYZ | 51.13 | 35.56 | 30.96 | - |
| YUV | 161.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 145 | 0 | 0.52 | 0.42 | 0.02 | 348.09 | 0.93 | 0.72 |
| Hex | FA | 77 | 91 | 0 | 34 | 2A | 2 | 15C | 5D | 48 |
| Octal | 372 | 167 | 221 | 0 | 64 | 52 | 2 | 534 | 135 | 110 |
| Binary | 11111010 | 1110111 | 10010001 | 0 | 110100 | 101010 | 10 | 101011100 | 1011101 | 1001000 |
Color Harmonies of #FA7791
Complementary color
Monochromatic Colors of #FA7791
Black with #FA7791
Text Example
Text Example
White with #FA7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7791; }
p { color: rgb(250,119,145); }
H1.HeaderClassName
{
color: #FA7791;
}
.AnyTagClassName
{
color: #FA7791;
}
</style>
background-color css
<style>
a { background-color: #FA7791; }
a { background-color: rgb(250,119,145); }
div.DivClassName
{
background-color: #FA7791;
}
.BgClassName
{
background-color: #FA7791;
}
</style>
border-color css
<style>
span { border-color: #FA7791; }
span { border-color: rgb(250,119,145); }
td.TdClassName
{
border-color: #FA7791;
}
.TagClassName
{
border-color: #FA7791;
}
</style>