Shades of Carissma #FA7992
Tints of Carissma #FA7992
RGB
CMYK
RGB Variations
Color information
#FA7992 (or 0xFA7992) is known color: Carissma. HEX triplet: FA, 79 and 92. RGB value is (250,121,146). Sum of RGB (Red+Green+Blue) = 250+121+146=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7992 is #05866D. Grayscale: #A2A2A2. Windows color (decimal): -362094 or 9599482. OLE color: 9599482.
HSL color Cylindrical-coordinate representation of color #FA7992: hue angle of 348.37º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7992 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 146 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.02 |
| HSL | 348.37º | 0.93% | 0.73% | - |
| HSV(B) | 348.37º | 0.52% | 0.98% | - |
| XYZ | 51.45 | 36.07 | 31.45 | - |
| YUV | 162.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 146 | 0 | 0.52 | 0.42 | 0.02 | 348.37 | 0.93 | 0.73 |
| Hex | FA | 79 | 92 | 0 | 34 | 2A | 2 | 15C | 5D | 49 |
| Octal | 372 | 171 | 222 | 0 | 64 | 52 | 2 | 534 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10010010 | 0 | 110100 | 101010 | 10 | 101011100 | 1011101 | 1001001 |
Color Harmonies of #FA7992
Complementary color
Monochromatic Colors of #FA7992
Black with #FA7992
Text Example
Text Example
White with #FA7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7992; }
p { color: rgb(250,121,146); }
H1.HeaderClassName
{
color: #FA7992;
}
.AnyTagClassName
{
color: #FA7992;
}
</style>
background-color css
<style>
a { background-color: #FA7992; }
a { background-color: rgb(250,121,146); }
div.DivClassName
{
background-color: #FA7992;
}
.BgClassName
{
background-color: #FA7992;
}
</style>
border-color css
<style>
span { border-color: #FA7992; }
span { border-color: rgb(250,121,146); }
td.TdClassName
{
border-color: #FA7992;
}
.TagClassName
{
border-color: #FA7992;
}
</style>