Shades of Carissma #FA7690
Tints of Carissma #FA7690
RGB
CMYK
RGB Variations
Color information
#FA7690 (or 0xFA7690) is known color: Carissma. HEX triplet: FA, 76 and 90. RGB value is (250,118,144). Sum of RGB (Red+Green+Blue) = 250+118+144=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7690 is #05896F. Grayscale: #A0A0A0. Windows color (decimal): -362864 or 9467642. OLE color: 9467642.
HSL color Cylindrical-coordinate representation of color #FA7690: hue angle of 348.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7690 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 144 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.02 |
| HSL | 348.18º | 0.93% | 0.72% | - |
| HSV(B) | 348.18º | 0.53% | 0.98% | - |
| XYZ | 50.94 | 35.29 | 30.51 | - |
| YUV | 160.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 144 | 0 | 0.53 | 0.42 | 0.02 | 348.18 | 0.93 | 0.72 |
| Hex | FA | 76 | 90 | 0 | 35 | 2A | 2 | 15C | 5D | 48 |
| Octal | 372 | 166 | 220 | 0 | 65 | 52 | 2 | 534 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10010000 | 0 | 110101 | 101010 | 10 | 101011100 | 1011101 | 1001000 |
Color Harmonies of #FA7690
Complementary color
Monochromatic Colors of #FA7690
Black with #FA7690
Text Example
Text Example
White with #FA7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7690; }
p { color: rgb(250,118,144); }
H1.HeaderClassName
{
color: #FA7690;
}
.AnyTagClassName
{
color: #FA7690;
}
</style>
background-color css
<style>
a { background-color: #FA7690; }
a { background-color: rgb(250,118,144); }
div.DivClassName
{
background-color: #FA7690;
}
.BgClassName
{
background-color: #FA7690;
}
</style>
border-color css
<style>
span { border-color: #FA7690; }
span { border-color: rgb(250,118,144); }
td.TdClassName
{
border-color: #FA7690;
}
.TagClassName
{
border-color: #FA7690;
}
</style>