Shades of Carissma #F87C84
Tints of Carissma #F87C84
RGB
CMYK
RGB Variations
Color information
#F87C84 (or 0xF87C84) is known color: Carissma. HEX triplet: F8, 7C and 84. RGB value is (248,124,132). Sum of RGB (Red+Green+Blue) = 248+124+132=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C84 is #07837B. Grayscale: #A2A2A2. Windows color (decimal): -492412 or 8682744. OLE color: 8682744.
HSL color Cylindrical-coordinate representation of color #F87C84: hue angle of 356.13º 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 #F87C84 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 132 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.03 |
| HSL | 356.13º | 0.9% | 0.73% | - |
| HSV(B) | 356.13º | 0.5% | 0.97% | - |
| XYZ | 50.08 | 36.04 | 26.15 | - |
| YUV | 161.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 132 | 0 | 0.5 | 0.47 | 0.03 | 356.13 | 0.9 | 0.73 |
| Hex | F8 | 7C | 84 | 0 | 32 | 2F | 3 | 164 | 5A | 49 |
| Octal | 370 | 174 | 204 | 0 | 62 | 57 | 3 | 544 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10000100 | 0 | 110010 | 101111 | 11 | 101100100 | 1011010 | 1001001 |
Color Harmonies of #F87C84
Complementary color
Monochromatic Colors of #F87C84
Black with #F87C84
Text Example
Text Example
White with #F87C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C84; }
p { color: rgb(248,124,132); }
H1.HeaderClassName
{
color: #F87C84;
}
.AnyTagClassName
{
color: #F87C84;
}
</style>
background-color css
<style>
a { background-color: #F87C84; }
a { background-color: rgb(248,124,132); }
div.DivClassName
{
background-color: #F87C84;
}
.BgClassName
{
background-color: #F87C84;
}
</style>
border-color css
<style>
span { border-color: #F87C84; }
span { border-color: rgb(248,124,132); }
td.TdClassName
{
border-color: #F87C84;
}
.TagClassName
{
border-color: #F87C84;
}
</style>