Shades of Carissma #F87C8B
Tints of Carissma #F87C8B
RGB
CMYK
RGB Variations
Color information
#F87C8B (or 0xF87C8B) is known color: Carissma. HEX triplet: F8, 7C and 8B. RGB value is (248,124,139). Sum of RGB (Red+Green+Blue) = 248+124+139=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C8B is #078374. Grayscale: #A2A2A2. Windows color (decimal): -492405 or 9141496. OLE color: 9141496.
HSL color Cylindrical-coordinate representation of color #F87C8B: hue angle of 352.74º 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 #F87C8B is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 139 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.03 |
| HSL | 352.74º | 0.9% | 0.73% | - |
| HSV(B) | 352.74º | 0.5% | 0.97% | - |
| XYZ | 50.58 | 36.24 | 28.75 | - |
| YUV | 162.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 139 | 0 | 0.5 | 0.44 | 0.03 | 352.74 | 0.9 | 0.73 |
| Hex | F8 | 7C | 8B | 0 | 32 | 2C | 3 | 161 | 5A | 49 |
| Octal | 370 | 174 | 213 | 0 | 62 | 54 | 3 | 541 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10001011 | 0 | 110010 | 101100 | 11 | 101100001 | 1011010 | 1001001 |
Color Harmonies of #F87C8B
Complementary color
Monochromatic Colors of #F87C8B
Black with #F87C8B
Text Example
Text Example
White with #F87C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C8B; }
p { color: rgb(248,124,139); }
H1.HeaderClassName
{
color: #F87C8B;
}
.AnyTagClassName
{
color: #F87C8B;
}
</style>
background-color css
<style>
a { background-color: #F87C8B; }
a { background-color: rgb(248,124,139); }
div.DivClassName
{
background-color: #F87C8B;
}
.BgClassName
{
background-color: #F87C8B;
}
</style>
border-color css
<style>
span { border-color: #F87C8B; }
span { border-color: rgb(248,124,139); }
td.TdClassName
{
border-color: #F87C8B;
}
.TagClassName
{
border-color: #F87C8B;
}
</style>