Shades of Carissma #FA7F87
Tints of Carissma #FA7F87
RGB
CMYK
RGB Variations
Color information
#FA7F87 (or 0xFA7F87) is known color: Carissma. HEX triplet: FA, 7F and 87. RGB value is (250,127,135). Sum of RGB (Red+Green+Blue) = 250+127+135=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7F87 is #058078. Grayscale: #A4A4A4. Windows color (decimal): -360569 or 8880122. OLE color: 8880122.
HSL color Cylindrical-coordinate representation of color #FA7F87: hue angle of 356.1º 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 #FA7F87 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 135 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.02 |
| HSL | 356.1º | 0.92% | 0.74% | - |
| HSV(B) | 356.1º | 0.49% | 0.98% | - |
| XYZ | 51.39 | 37.25 | 27.4 | - |
| YUV | 164.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 135 | 0 | 0.49 | 0.46 | 0.02 | 356.1 | 0.92 | 0.74 |
| Hex | FA | 7F | 87 | 0 | 31 | 2E | 2 | 164 | 5C | 4A |
| Octal | 372 | 177 | 207 | 0 | 61 | 56 | 2 | 544 | 134 | 112 |
| Binary | 11111010 | 1111111 | 10000111 | 0 | 110001 | 101110 | 10 | 101100100 | 1011100 | 1001010 |
Color Harmonies of #FA7F87
Complementary color
Monochromatic Colors of #FA7F87
Black with #FA7F87
Text Example
Text Example
White with #FA7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F87; }
p { color: rgb(250,127,135); }
H1.HeaderClassName
{
color: #FA7F87;
}
.AnyTagClassName
{
color: #FA7F87;
}
</style>
background-color css
<style>
a { background-color: #FA7F87; }
a { background-color: rgb(250,127,135); }
div.DivClassName
{
background-color: #FA7F87;
}
.BgClassName
{
background-color: #FA7F87;
}
</style>
border-color css
<style>
span { border-color: #FA7F87; }
span { border-color: rgb(250,127,135); }
td.TdClassName
{
border-color: #FA7F87;
}
.TagClassName
{
border-color: #FA7F87;
}
</style>