Shades of Carissma #F87B8C
Tints of Carissma #F87B8C
RGB
CMYK
RGB Variations
Color information
#F87B8C (or 0xF87B8C) is known color: Carissma. HEX triplet: F8, 7B and 8C. RGB value is (248,123,140). Sum of RGB (Red+Green+Blue) = 248+123+140=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B8C is #078473. Grayscale: #A2A2A2. Windows color (decimal): -492660 or 9206776. OLE color: 9206776.
HSL color Cylindrical-coordinate representation of color #F87B8C: hue angle of 351.84º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87B8C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 140 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.03 |
| HSL | 351.84º | 0.9% | 0.73% | - |
| HSV(B) | 351.84º | 0.5% | 0.97% | - |
| XYZ | 50.53 | 36.02 | 29.1 | - |
| YUV | 162.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 140 | 0 | 0.50 | 0.44 | 0.03 | 351.84 | 0.9 | 0.73 |
| Hex | F8 | 7B | 8C | 0 | 32 | 2C | 3 | 160 | 5A | 49 |
| Octal | 370 | 173 | 214 | 0 | 62 | 54 | 3 | 540 | 132 | 111 |
| Binary | 11111000 | 1111011 | 10001100 | 0 | 110010 | 101100 | 11 | 101100000 | 1011010 | 1001001 |
Color Harmonies of #F87B8C
Complementary color
Monochromatic Colors of #F87B8C
Black with #F87B8C
Text Example
Text Example
White with #F87B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B8C; }
p { color: rgb(248,123,140); }
H1.HeaderClassName
{
color: #F87B8C;
}
.AnyTagClassName
{
color: #F87B8C;
}
</style>
background-color css
<style>
a { background-color: #F87B8C; }
a { background-color: rgb(248,123,140); }
div.DivClassName
{
background-color: #F87B8C;
}
.BgClassName
{
background-color: #F87B8C;
}
</style>
border-color css
<style>
span { border-color: #F87B8C; }
span { border-color: rgb(248,123,140); }
td.TdClassName
{
border-color: #F87B8C;
}
.TagClassName
{
border-color: #F87B8C;
}
</style>