Shades of Carissma #FA7E8C
Tints of Carissma #FA7E8C
RGB
CMYK
RGB Variations
Color information
#FA7E8C (or 0xFA7E8C) is known color: Carissma. HEX triplet: FA, 7E and 8C. RGB value is (250,126,140). Sum of RGB (Red+Green+Blue) = 250+126+140=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7E8C is #058173. Grayscale: #A4A4A4. Windows color (decimal): -360820 or 9207546. OLE color: 9207546.
HSL color Cylindrical-coordinate representation of color #FA7E8C: hue angle of 353.23º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7E8C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 140 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.02 |
| HSL | 353.23º | 0.93% | 0.74% | - |
| HSV(B) | 353.23º | 0.5% | 0.98% | - |
| XYZ | 51.62 | 37.14 | 29.26 | - |
| YUV | 164.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 140 | 0 | 0.50 | 0.44 | 0.02 | 353.23 | 0.93 | 0.74 |
| Hex | FA | 7E | 8C | 0 | 32 | 2C | 2 | 161 | 5D | 4A |
| Octal | 372 | 176 | 214 | 0 | 62 | 54 | 2 | 541 | 135 | 112 |
| Binary | 11111010 | 1111110 | 10001100 | 0 | 110010 | 101100 | 10 | 101100001 | 1011101 | 1001010 |
Color Harmonies of #FA7E8C
Complementary color
Monochromatic Colors of #FA7E8C
Black with #FA7E8C
Text Example
Text Example
White with #FA7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E8C; }
p { color: rgb(250,126,140); }
H1.HeaderClassName
{
color: #FA7E8C;
}
.AnyTagClassName
{
color: #FA7E8C;
}
</style>
background-color css
<style>
a { background-color: #FA7E8C; }
a { background-color: rgb(250,126,140); }
div.DivClassName
{
background-color: #FA7E8C;
}
.BgClassName
{
background-color: #FA7E8C;
}
</style>
border-color css
<style>
span { border-color: #FA7E8C; }
span { border-color: rgb(250,126,140); }
td.TdClassName
{
border-color: #FA7E8C;
}
.TagClassName
{
border-color: #FA7E8C;
}
</style>