Shades of Carissma #FA748F
Tints of Carissma #FA748F
RGB
CMYK
RGB Variations
Color information
#FA748F (or 0xFA748F) is known color: Carissma. HEX triplet: FA, 74 and 8F. RGB value is (250,116,143). Sum of RGB (Red+Green+Blue) = 250+116+143=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA748F is #058B70. Grayscale: #9F9F9F. Windows color (decimal): -363377 or 9401594. OLE color: 9401594.
HSL color Cylindrical-coordinate representation of color #FA748F: hue angle of 347.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA748F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 143 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.02 |
| HSL | 347.91º | 0.93% | 0.72% | - |
| HSV(B) | 347.91º | 0.54% | 0.98% | - |
| XYZ | 50.63 | 34.8 | 30.03 | - |
| YUV | 159.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 143 | 0 | 0.54 | 0.43 | 0.02 | 347.91 | 0.93 | 0.72 |
| Hex | FA | 74 | 8F | 0 | 36 | 2B | 2 | 15C | 5D | 48 |
| Octal | 372 | 164 | 217 | 0 | 66 | 53 | 2 | 534 | 135 | 110 |
| Binary | 11111010 | 1110100 | 10001111 | 0 | 110110 | 101011 | 10 | 101011100 | 1011101 | 1001000 |
Color Harmonies of #FA748F
Complementary color
Monochromatic Colors of #FA748F
Black with #FA748F
Text Example
Text Example
White with #FA748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA748F; }
p { color: rgb(250,116,143); }
H1.HeaderClassName
{
color: #FA748F;
}
.AnyTagClassName
{
color: #FA748F;
}
</style>
background-color css
<style>
a { background-color: #FA748F; }
a { background-color: rgb(250,116,143); }
div.DivClassName
{
background-color: #FA748F;
}
.BgClassName
{
background-color: #FA748F;
}
</style>
border-color css
<style>
span { border-color: #FA748F; }
span { border-color: rgb(250,116,143); }
td.TdClassName
{
border-color: #FA748F;
}
.TagClassName
{
border-color: #FA748F;
}
</style>