Shades of Carissma #F87A87
Tints of Carissma #F87A87
RGB
CMYK
RGB Variations
Color information
#F87A87 (or 0xF87A87) is known color: Carissma. HEX triplet: F8, 7A and 87. RGB value is (248,122,135). Sum of RGB (Red+Green+Blue) = 248+122+135=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A87 is #078578. Grayscale: #A1A1A1. Windows color (decimal): -492921 or 8878840. OLE color: 8878840.
HSL color Cylindrical-coordinate representation of color #F87A87: hue angle of 353.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87A87 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 135 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.03 |
| HSL | 353.81º | 0.9% | 0.73% | - |
| HSV(B) | 353.81º | 0.51% | 0.97% | - |
| XYZ | 50.04 | 35.62 | 27.16 | - |
| YUV | 161.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 135 | 0 | 0.51 | 0.46 | 0.03 | 353.81 | 0.9 | 0.73 |
| Hex | F8 | 7A | 87 | 0 | 33 | 2E | 3 | 162 | 5A | 49 |
| Octal | 370 | 172 | 207 | 0 | 63 | 56 | 3 | 542 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10000111 | 0 | 110011 | 101110 | 11 | 101100010 | 1011010 | 1001001 |
Color Harmonies of #F87A87
Complementary color
Monochromatic Colors of #F87A87
Black with #F87A87
Text Example
Text Example
White with #F87A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A87; }
p { color: rgb(248,122,135); }
H1.HeaderClassName
{
color: #F87A87;
}
.AnyTagClassName
{
color: #F87A87;
}
</style>
background-color css
<style>
a { background-color: #F87A87; }
a { background-color: rgb(248,122,135); }
div.DivClassName
{
background-color: #F87A87;
}
.BgClassName
{
background-color: #F87A87;
}
</style>
border-color css
<style>
span { border-color: #F87A87; }
span { border-color: rgb(248,122,135); }
td.TdClassName
{
border-color: #F87A87;
}
.TagClassName
{
border-color: #F87A87;
}
</style>