Shades of Carissma #FA7D8C
Tints of Carissma #FA7D8C
RGB
CMYK
RGB Variations
Color information
#FA7D8C (or 0xFA7D8C) is known color: Carissma. HEX triplet: FA, 7D and 8C. RGB value is (250,125,140). Sum of RGB (Red+Green+Blue) = 250+125+140=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D8C is #058273. Grayscale: #A4A4A4. Windows color (decimal): -361076 or 9207290. OLE color: 9207290.
HSL color Cylindrical-coordinate representation of color #FA7D8C: hue angle of 352.8º 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 #FA7D8C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 140 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.02 |
| HSL | 352.8º | 0.93% | 0.74% | - |
| HSV(B) | 352.8º | 0.5% | 0.98% | - |
| XYZ | 51.49 | 36.88 | 29.22 | - |
| YUV | 164.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 140 | 0 | 0.50 | 0.44 | 0.02 | 352.8 | 0.93 | 0.74 |
| Hex | FA | 7D | 8C | 0 | 32 | 2C | 2 | 161 | 5D | 4A |
| Octal | 372 | 175 | 214 | 0 | 62 | 54 | 2 | 541 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10001100 | 0 | 110010 | 101100 | 10 | 101100001 | 1011101 | 1001010 |
Color Harmonies of #FA7D8C
Complementary color
Monochromatic Colors of #FA7D8C
Black with #FA7D8C
Text Example
Text Example
White with #FA7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D8C; }
p { color: rgb(250,125,140); }
H1.HeaderClassName
{
color: #FA7D8C;
}
.AnyTagClassName
{
color: #FA7D8C;
}
</style>
background-color css
<style>
a { background-color: #FA7D8C; }
a { background-color: rgb(250,125,140); }
div.DivClassName
{
background-color: #FA7D8C;
}
.BgClassName
{
background-color: #FA7D8C;
}
</style>
border-color css
<style>
span { border-color: #FA7D8C; }
span { border-color: rgb(250,125,140); }
td.TdClassName
{
border-color: #FA7D8C;
}
.TagClassName
{
border-color: #FA7D8C;
}
</style>