Shades of Carissma #F87A8C
Tints of Carissma #F87A8C
RGB
CMYK
RGB Variations
Color information
#F87A8C (or 0xF87A8C) is known color: Carissma. HEX triplet: F8, 7A and 8C. RGB value is (248,122,140). Sum of RGB (Red+Green+Blue) = 248+122+140=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A8C is #078573. Grayscale: #A1A1A1. Windows color (decimal): -492916 or 9206520. OLE color: 9206520.
HSL color Cylindrical-coordinate representation of color #F87A8C: hue angle of 351.43º 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 #F87A8C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 140 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.03 |
| HSL | 351.43º | 0.9% | 0.73% | - |
| HSV(B) | 351.43º | 0.51% | 0.97% | - |
| XYZ | 50.4 | 35.77 | 29.06 | - |
| YUV | 161.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 140 | 0 | 0.51 | 0.44 | 0.03 | 351.43 | 0.9 | 0.73 |
| Hex | F8 | 7A | 8C | 0 | 33 | 2C | 3 | 15F | 5A | 49 |
| Octal | 370 | 172 | 214 | 0 | 63 | 54 | 3 | 537 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10001100 | 0 | 110011 | 101100 | 11 | 101011111 | 1011010 | 1001001 |
Color Harmonies of #F87A8C
Complementary color
Monochromatic Colors of #F87A8C
Black with #F87A8C
Text Example
Text Example
White with #F87A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A8C; }
p { color: rgb(248,122,140); }
H1.HeaderClassName
{
color: #F87A8C;
}
.AnyTagClassName
{
color: #F87A8C;
}
</style>
background-color css
<style>
a { background-color: #F87A8C; }
a { background-color: rgb(248,122,140); }
div.DivClassName
{
background-color: #F87A8C;
}
.BgClassName
{
background-color: #F87A8C;
}
</style>
border-color css
<style>
span { border-color: #F87A8C; }
span { border-color: rgb(248,122,140); }
td.TdClassName
{
border-color: #F87A8C;
}
.TagClassName
{
border-color: #F87A8C;
}
</style>