Shades of Carissma #F87D8A
Tints of Carissma #F87D8A
RGB
CMYK
RGB Variations
Color information
#F87D8A (or 0xF87D8A) is known color: Carissma. HEX triplet: F8, 7D and 8A. RGB value is (248,125,138). Sum of RGB (Red+Green+Blue) = 248+125+138=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D8A is #078275. Grayscale: #A3A3A3. Windows color (decimal): -492150 or 9076216. OLE color: 9076216.
HSL color Cylindrical-coordinate representation of color #F87D8A: hue angle of 353.66º 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 #F87D8A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 138 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.03 |
| HSL | 353.66º | 0.9% | 0.73% | - |
| HSV(B) | 353.66º | 0.5% | 0.97% | - |
| XYZ | 50.63 | 36.46 | 28.41 | - |
| YUV | 163.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 138 | 0 | 0.50 | 0.44 | 0.03 | 353.66 | 0.9 | 0.73 |
| Hex | F8 | 7D | 8A | 0 | 32 | 2C | 3 | 162 | 5A | 49 |
| Octal | 370 | 175 | 212 | 0 | 62 | 54 | 3 | 542 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10001010 | 0 | 110010 | 101100 | 11 | 101100010 | 1011010 | 1001001 |
Color Harmonies of #F87D8A
Complementary color
Monochromatic Colors of #F87D8A
Black with #F87D8A
Text Example
Text Example
White with #F87D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D8A; }
p { color: rgb(248,125,138); }
H1.HeaderClassName
{
color: #F87D8A;
}
.AnyTagClassName
{
color: #F87D8A;
}
</style>
background-color css
<style>
a { background-color: #F87D8A; }
a { background-color: rgb(248,125,138); }
div.DivClassName
{
background-color: #F87D8A;
}
.BgClassName
{
background-color: #F87D8A;
}
</style>
border-color css
<style>
span { border-color: #F87D8A; }
span { border-color: rgb(248,125,138); }
td.TdClassName
{
border-color: #F87D8A;
}
.TagClassName
{
border-color: #F87D8A;
}
</style>