Shades of Carissma #F87B8F
Tints of Carissma #F87B8F
RGB
CMYK
RGB Variations
Color information
#F87B8F (or 0xF87B8F) is known color: Carissma. HEX triplet: F8, 7B and 8F. RGB value is (248,123,143). Sum of RGB (Red+Green+Blue) = 248+123+143=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B8F is #078470. Grayscale: #A2A2A2. Windows color (decimal): -492657 or 9403384. OLE color: 9403384.
HSL color Cylindrical-coordinate representation of color #F87B8F: hue angle of 350.4º 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 #F87B8F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 143 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.03 |
| HSL | 350.4º | 0.9% | 0.73% | - |
| HSV(B) | 350.4º | 0.5% | 0.97% | - |
| XYZ | 50.75 | 36.11 | 30.28 | - |
| YUV | 162.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 143 | 0 | 0.50 | 0.42 | 0.03 | 350.4 | 0.9 | 0.73 |
| Hex | F8 | 7B | 8F | 0 | 32 | 2A | 3 | 15E | 5A | 49 |
| Octal | 370 | 173 | 217 | 0 | 62 | 52 | 3 | 536 | 132 | 111 |
| Binary | 11111000 | 1111011 | 10001111 | 0 | 110010 | 101010 | 11 | 101011110 | 1011010 | 1001001 |
Color Harmonies of #F87B8F
Complementary color
Monochromatic Colors of #F87B8F
Black with #F87B8F
Text Example
Text Example
White with #F87B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B8F; }
p { color: rgb(248,123,143); }
H1.HeaderClassName
{
color: #F87B8F;
}
.AnyTagClassName
{
color: #F87B8F;
}
</style>
background-color css
<style>
a { background-color: #F87B8F; }
a { background-color: rgb(248,123,143); }
div.DivClassName
{
background-color: #F87B8F;
}
.BgClassName
{
background-color: #F87B8F;
}
</style>
border-color css
<style>
span { border-color: #F87B8F; }
span { border-color: rgb(248,123,143); }
td.TdClassName
{
border-color: #F87B8F;
}
.TagClassName
{
border-color: #F87B8F;
}
</style>