Shades of Carissma #FA8093
Tints of Carissma #FA8093
RGB
CMYK
RGB Variations
Color information
#FA8093 (or 0xFA8093) is known color: Carissma. HEX triplet: FA, 80 and 93. RGB value is (250,128,147). Sum of RGB (Red+Green+Blue) = 250+128+147=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8093 is #057F6C. Grayscale: #A6A6A6. Windows color (decimal): -360301 or 9666810. OLE color: 9666810.
HSL color Cylindrical-coordinate representation of color #FA8093: hue angle of 350.66º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8093 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 147 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.02 |
| HSL | 350.66º | 0.92% | 0.74% | - |
| HSV(B) | 350.66º | 0.49% | 0.98% | - |
| XYZ | 52.41 | 37.87 | 32.15 | - |
| YUV | 166.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 147 | 0 | 0.49 | 0.41 | 0.02 | 350.66 | 0.92 | 0.74 |
| Hex | FA | 80 | 93 | 0 | 31 | 29 | 2 | 15F | 5C | 4A |
| Octal | 372 | 200 | 223 | 0 | 61 | 51 | 2 | 537 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10010011 | 0 | 110001 | 101001 | 10 | 101011111 | 1011100 | 1001010 |
Color Harmonies of #FA8093
Complementary color
Monochromatic Colors of #FA8093
Black with #FA8093
Text Example
Text Example
White with #FA8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8093; }
p { color: rgb(250,128,147); }
H1.HeaderClassName
{
color: #FA8093;
}
.AnyTagClassName
{
color: #FA8093;
}
</style>
background-color css
<style>
a { background-color: #FA8093; }
a { background-color: rgb(250,128,147); }
div.DivClassName
{
background-color: #FA8093;
}
.BgClassName
{
background-color: #FA8093;
}
</style>
border-color css
<style>
span { border-color: #FA8093; }
span { border-color: rgb(250,128,147); }
td.TdClassName
{
border-color: #FA8093;
}
.TagClassName
{
border-color: #FA8093;
}
</style>