Shades of Carissma #FA7591
Tints of Carissma #FA7591
RGB
CMYK
RGB Variations
Color information
#FA7591 (or 0xFA7591) is known color: Carissma. HEX triplet: FA, 75 and 91. RGB value is (250,117,145). Sum of RGB (Red+Green+Blue) = 250+117+145=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7591 is #058A6E. Grayscale: #9F9F9F. Windows color (decimal): -363119 or 9532922. OLE color: 9532922.
HSL color Cylindrical-coordinate representation of color #FA7591: hue angle of 347.37º 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 #FA7591 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 145 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.02 |
| HSL | 347.37º | 0.93% | 0.72% | - |
| HSV(B) | 347.37º | 0.53% | 0.98% | - |
| XYZ | 50.9 | 35.09 | 30.88 | - |
| YUV | 159.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 145 | 0 | 0.53 | 0.42 | 0.02 | 347.37 | 0.93 | 0.72 |
| Hex | FA | 75 | 91 | 0 | 35 | 2A | 2 | 15B | 5D | 48 |
| Octal | 372 | 165 | 221 | 0 | 65 | 52 | 2 | 533 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10010001 | 0 | 110101 | 101010 | 10 | 101011011 | 1011101 | 1001000 |
Color Harmonies of #FA7591
Complementary color
Monochromatic Colors of #FA7591
Black with #FA7591
Text Example
Text Example
White with #FA7591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7591; }
p { color: rgb(250,117,145); }
H1.HeaderClassName
{
color: #FA7591;
}
.AnyTagClassName
{
color: #FA7591;
}
</style>
background-color css
<style>
a { background-color: #FA7591; }
a { background-color: rgb(250,117,145); }
div.DivClassName
{
background-color: #FA7591;
}
.BgClassName
{
background-color: #FA7591;
}
</style>
border-color css
<style>
span { border-color: #FA7591; }
span { border-color: rgb(250,117,145); }
td.TdClassName
{
border-color: #FA7591;
}
.TagClassName
{
border-color: #FA7591;
}
</style>