Shades of Carissma #F87B8D
Tints of Carissma #F87B8D
RGB
CMYK
RGB Variations
Color information
#F87B8D (or 0xF87B8D) is known color: Carissma. HEX triplet: F8, 7B and 8D. RGB value is (248,123,141). Sum of RGB (Red+Green+Blue) = 248+123+141=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B8D is #078472. Grayscale: #A2A2A2. Windows color (decimal): -492659 or 9272312. OLE color: 9272312.
HSL color Cylindrical-coordinate representation of color #F87B8D: hue angle of 351.36º 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 #F87B8D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 141 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.03 |
| HSL | 351.36º | 0.9% | 0.73% | - |
| HSV(B) | 351.36º | 0.5% | 0.97% | - |
| XYZ | 50.6 | 36.05 | 29.49 | - |
| YUV | 162.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 141 | 0 | 0.50 | 0.43 | 0.03 | 351.36 | 0.9 | 0.73 |
| Hex | F8 | 7B | 8D | 0 | 32 | 2B | 3 | 15F | 5A | 49 |
| Octal | 370 | 173 | 215 | 0 | 62 | 53 | 3 | 537 | 132 | 111 |
| Binary | 11111000 | 1111011 | 10001101 | 0 | 110010 | 101011 | 11 | 101011111 | 1011010 | 1001001 |
Color Harmonies of #F87B8D
Complementary color
Monochromatic Colors of #F87B8D
Black with #F87B8D
Text Example
Text Example
White with #F87B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B8D; }
p { color: rgb(248,123,141); }
H1.HeaderClassName
{
color: #F87B8D;
}
.AnyTagClassName
{
color: #F87B8D;
}
</style>
background-color css
<style>
a { background-color: #F87B8D; }
a { background-color: rgb(248,123,141); }
div.DivClassName
{
background-color: #F87B8D;
}
.BgClassName
{
background-color: #F87B8D;
}
</style>
border-color css
<style>
span { border-color: #F87B8D; }
span { border-color: rgb(248,123,141); }
td.TdClassName
{
border-color: #F87B8D;
}
.TagClassName
{
border-color: #F87B8D;
}
</style>