Shades of Carissma #FA768F
Tints of Carissma #FA768F
RGB
CMYK
RGB Variations
Color information
#FA768F (or 0xFA768F) is known color: Carissma. HEX triplet: FA, 76 and 8F. RGB value is (250,118,143). Sum of RGB (Red+Green+Blue) = 250+118+143=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA768F is #058970. Grayscale: #A0A0A0. Windows color (decimal): -362865 or 9402106. OLE color: 9402106.
HSL color Cylindrical-coordinate representation of color #FA768F: hue angle of 348.64º 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 #FA768F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 143 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.02 |
| HSL | 348.64º | 0.93% | 0.72% | - |
| HSV(B) | 348.64º | 0.53% | 0.98% | - |
| XYZ | 50.86 | 35.26 | 30.11 | - |
| YUV | 160.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 143 | 0 | 0.53 | 0.43 | 0.02 | 348.64 | 0.93 | 0.72 |
| Hex | FA | 76 | 8F | 0 | 35 | 2B | 2 | 15D | 5D | 48 |
| Octal | 372 | 166 | 217 | 0 | 65 | 53 | 2 | 535 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10001111 | 0 | 110101 | 101011 | 10 | 101011101 | 1011101 | 1001000 |
Color Harmonies of #FA768F
Complementary color
Monochromatic Colors of #FA768F
Black with #FA768F
Text Example
Text Example
White with #FA768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA768F; }
p { color: rgb(250,118,143); }
H1.HeaderClassName
{
color: #FA768F;
}
.AnyTagClassName
{
color: #FA768F;
}
</style>
background-color css
<style>
a { background-color: #FA768F; }
a { background-color: rgb(250,118,143); }
div.DivClassName
{
background-color: #FA768F;
}
.BgClassName
{
background-color: #FA768F;
}
</style>
border-color css
<style>
span { border-color: #FA768F; }
span { border-color: rgb(250,118,143); }
td.TdClassName
{
border-color: #FA768F;
}
.TagClassName
{
border-color: #FA768F;
}
</style>