Shades of Carissma #FA758D
Tints of Carissma #FA758D
RGB
CMYK
RGB Variations
Color information
#FA758D (or 0xFA758D) is known color: Carissma. HEX triplet: FA, 75 and 8D. RGB value is (250,117,141). Sum of RGB (Red+Green+Blue) = 250+117+141=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA758D is #058A72. Grayscale: #9F9F9F. Windows color (decimal): -363123 or 9270778. OLE color: 9270778.
HSL color Cylindrical-coordinate representation of color #FA758D: hue angle of 349.17º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA758D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 141 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.02 |
| HSL | 349.17º | 0.93% | 0.72% | - |
| HSV(B) | 349.17º | 0.53% | 0.98% | - |
| XYZ | 50.59 | 34.97 | 29.28 | - |
| YUV | 159.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 141 | 0 | 0.53 | 0.44 | 0.02 | 349.17 | 0.93 | 0.72 |
| Hex | FA | 75 | 8D | 0 | 35 | 2C | 2 | 15D | 5D | 48 |
| Octal | 372 | 165 | 215 | 0 | 65 | 54 | 2 | 535 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10001101 | 0 | 110101 | 101100 | 10 | 101011101 | 1011101 | 1001000 |
Color Harmonies of #FA758D
Complementary color
Monochromatic Colors of #FA758D
Black with #FA758D
Text Example
Text Example
White with #FA758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA758D; }
p { color: rgb(250,117,141); }
H1.HeaderClassName
{
color: #FA758D;
}
.AnyTagClassName
{
color: #FA758D;
}
</style>
background-color css
<style>
a { background-color: #FA758D; }
a { background-color: rgb(250,117,141); }
div.DivClassName
{
background-color: #FA758D;
}
.BgClassName
{
background-color: #FA758D;
}
</style>
border-color css
<style>
span { border-color: #FA758D; }
span { border-color: rgb(250,117,141); }
td.TdClassName
{
border-color: #FA758D;
}
.TagClassName
{
border-color: #FA758D;
}
</style>