Shades of Carissma #FA7491
Tints of Carissma #FA7491
RGB
CMYK
RGB Variations
Color information
#FA7491 (or 0xFA7491) is known color: Carissma. HEX triplet: FA, 74 and 91. RGB value is (250,116,145). Sum of RGB (Red+Green+Blue) = 250+116+145=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7491 is #058B6E. Grayscale: #9F9F9F. Windows color (decimal): -363375 or 9532666. OLE color: 9532666.
HSL color Cylindrical-coordinate representation of color #FA7491: hue angle of 347.01º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7491 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 145 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.02 |
| HSL | 347.01º | 0.93% | 0.72% | - |
| HSV(B) | 347.01º | 0.54% | 0.98% | - |
| XYZ | 50.78 | 34.86 | 30.84 | - |
| YUV | 159.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 145 | 0 | 0.54 | 0.42 | 0.02 | 347.01 | 0.93 | 0.72 |
| Hex | FA | 74 | 91 | 0 | 36 | 2A | 2 | 15B | 5D | 48 |
| Octal | 372 | 164 | 221 | 0 | 66 | 52 | 2 | 533 | 135 | 110 |
| Binary | 11111010 | 1110100 | 10010001 | 0 | 110110 | 101010 | 10 | 101011011 | 1011101 | 1001000 |
Color Harmonies of #FA7491
Complementary color
Monochromatic Colors of #FA7491
Black with #FA7491
Text Example
Text Example
White with #FA7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7491; }
p { color: rgb(250,116,145); }
H1.HeaderClassName
{
color: #FA7491;
}
.AnyTagClassName
{
color: #FA7491;
}
</style>
background-color css
<style>
a { background-color: #FA7491; }
a { background-color: rgb(250,116,145); }
div.DivClassName
{
background-color: #FA7491;
}
.BgClassName
{
background-color: #FA7491;
}
</style>
border-color css
<style>
span { border-color: #FA7491; }
span { border-color: rgb(250,116,145); }
td.TdClassName
{
border-color: #FA7491;
}
.TagClassName
{
border-color: #FA7491;
}
</style>