Shades of Carissma #FA7D8F
Tints of Carissma #FA7D8F
RGB
CMYK
RGB Variations
Color information
#FA7D8F (or 0xFA7D8F) is known color: Carissma. HEX triplet: FA, 7D and 8F. RGB value is (250,125,143). Sum of RGB (Red+Green+Blue) = 250+125+143=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D8F is #058270. Grayscale: #A4A4A4. Windows color (decimal): -361073 or 9403898. OLE color: 9403898.
HSL color Cylindrical-coordinate representation of color #FA7D8F: hue angle of 351.36º 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 #FA7D8F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 143 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.02 |
| HSL | 351.36º | 0.93% | 0.74% | - |
| HSV(B) | 351.36º | 0.5% | 0.98% | - |
| XYZ | 51.72 | 36.97 | 30.4 | - |
| YUV | 164.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 143 | 0 | 0.50 | 0.43 | 0.02 | 351.36 | 0.93 | 0.74 |
| Hex | FA | 7D | 8F | 0 | 32 | 2B | 2 | 15F | 5D | 4A |
| Octal | 372 | 175 | 217 | 0 | 62 | 53 | 2 | 537 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10001111 | 0 | 110010 | 101011 | 10 | 101011111 | 1011101 | 1001010 |
Color Harmonies of #FA7D8F
Complementary color
Monochromatic Colors of #FA7D8F
Black with #FA7D8F
Text Example
Text Example
White with #FA7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D8F; }
p { color: rgb(250,125,143); }
H1.HeaderClassName
{
color: #FA7D8F;
}
.AnyTagClassName
{
color: #FA7D8F;
}
</style>
background-color css
<style>
a { background-color: #FA7D8F; }
a { background-color: rgb(250,125,143); }
div.DivClassName
{
background-color: #FA7D8F;
}
.BgClassName
{
background-color: #FA7D8F;
}
</style>
border-color css
<style>
span { border-color: #FA7D8F; }
span { border-color: rgb(250,125,143); }
td.TdClassName
{
border-color: #FA7D8F;
}
.TagClassName
{
border-color: #FA7D8F;
}
</style>