Shades of Carissma #FA7B93
Tints of Carissma #FA7B93
RGB
CMYK
RGB Variations
Color information
#FA7B93 (or 0xFA7B93) is known color: Carissma. HEX triplet: FA, 7B and 93. RGB value is (250,123,147). Sum of RGB (Red+Green+Blue) = 250+123+147=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B93 is #05846C. Grayscale: #A3A3A3. Windows color (decimal): -361581 or 9665530. OLE color: 9665530.
HSL color Cylindrical-coordinate representation of color #FA7B93: hue angle of 348.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7B93 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 147 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.02 |
| HSL | 348.66º | 0.93% | 0.73% | - |
| HSV(B) | 348.66º | 0.51% | 0.98% | - |
| XYZ | 51.77 | 36.6 | 31.94 | - |
| YUV | 163.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 147 | 0 | 0.51 | 0.41 | 0.02 | 348.66 | 0.93 | 0.73 |
| Hex | FA | 7B | 93 | 0 | 33 | 29 | 2 | 15D | 5D | 49 |
| Octal | 372 | 173 | 223 | 0 | 63 | 51 | 2 | 535 | 135 | 111 |
| Binary | 11111010 | 1111011 | 10010011 | 0 | 110011 | 101001 | 10 | 101011101 | 1011101 | 1001001 |
Color Harmonies of #FA7B93
Complementary color
Monochromatic Colors of #FA7B93
Black with #FA7B93
Text Example
Text Example
White with #FA7B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B93; }
p { color: rgb(250,123,147); }
H1.HeaderClassName
{
color: #FA7B93;
}
.AnyTagClassName
{
color: #FA7B93;
}
</style>
background-color css
<style>
a { background-color: #FA7B93; }
a { background-color: rgb(250,123,147); }
div.DivClassName
{
background-color: #FA7B93;
}
.BgClassName
{
background-color: #FA7B93;
}
</style>
border-color css
<style>
span { border-color: #FA7B93; }
span { border-color: rgb(250,123,147); }
td.TdClassName
{
border-color: #FA7B93;
}
.TagClassName
{
border-color: #FA7B93;
}
</style>