Shades of Carissma #FA7F88
Tints of Carissma #FA7F88
RGB
CMYK
RGB Variations
Color information
#FA7F88 (or 0xFA7F88) is known color: Carissma. HEX triplet: FA, 7F and 88. RGB value is (250,127,136). Sum of RGB (Red+Green+Blue) = 250+127+136=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7F88 is #058077. Grayscale: #A4A4A4. Windows color (decimal): -360568 or 8945658. OLE color: 8945658.
HSL color Cylindrical-coordinate representation of color #FA7F88: hue angle of 355.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7F88 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 136 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.02 |
| HSL | 355.61º | 0.92% | 0.74% | - |
| HSV(B) | 355.61º | 0.49% | 0.98% | - |
| XYZ | 51.46 | 37.28 | 27.78 | - |
| YUV | 164.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 136 | 0 | 0.49 | 0.46 | 0.02 | 355.61 | 0.92 | 0.74 |
| Hex | FA | 7F | 88 | 0 | 31 | 2E | 2 | 164 | 5C | 4A |
| Octal | 372 | 177 | 210 | 0 | 61 | 56 | 2 | 544 | 134 | 112 |
| Binary | 11111010 | 1111111 | 10001000 | 0 | 110001 | 101110 | 10 | 101100100 | 1011100 | 1001010 |
Color Harmonies of #FA7F88
Complementary color
Monochromatic Colors of #FA7F88
Black with #FA7F88
Text Example
Text Example
White with #FA7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F88; }
p { color: rgb(250,127,136); }
H1.HeaderClassName
{
color: #FA7F88;
}
.AnyTagClassName
{
color: #FA7F88;
}
</style>
background-color css
<style>
a { background-color: #FA7F88; }
a { background-color: rgb(250,127,136); }
div.DivClassName
{
background-color: #FA7F88;
}
.BgClassName
{
background-color: #FA7F88;
}
</style>
border-color css
<style>
span { border-color: #FA7F88; }
span { border-color: rgb(250,127,136); }
td.TdClassName
{
border-color: #FA7F88;
}
.TagClassName
{
border-color: #FA7F88;
}
</style>