Shades of Carissma #F87D88
Tints of Carissma #F87D88
RGB
CMYK
RGB Variations
Color information
#F87D88 (or 0xF87D88) is known color: Carissma. HEX triplet: F8, 7D and 88. RGB value is (248,125,136). Sum of RGB (Red+Green+Blue) = 248+125+136=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D88 is #078277. Grayscale: #A3A3A3. Windows color (decimal): -492152 or 8945144. OLE color: 8945144.
HSL color Cylindrical-coordinate representation of color #F87D88: hue angle of 354.63º 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 #F87D88 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 136 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.03 |
| HSL | 354.63º | 0.9% | 0.73% | - |
| HSV(B) | 354.63º | 0.5% | 0.97% | - |
| XYZ | 50.49 | 36.4 | 27.66 | - |
| YUV | 163.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 136 | 0 | 0.50 | 0.45 | 0.03 | 354.63 | 0.9 | 0.73 |
| Hex | F8 | 7D | 88 | 0 | 32 | 2D | 3 | 163 | 5A | 49 |
| Octal | 370 | 175 | 210 | 0 | 62 | 55 | 3 | 543 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10001000 | 0 | 110010 | 101101 | 11 | 101100011 | 1011010 | 1001001 |
Color Harmonies of #F87D88
Complementary color
Monochromatic Colors of #F87D88
Black with #F87D88
Text Example
Text Example
White with #F87D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D88; }
p { color: rgb(248,125,136); }
H1.HeaderClassName
{
color: #F87D88;
}
.AnyTagClassName
{
color: #F87D88;
}
</style>
background-color css
<style>
a { background-color: #F87D88; }
a { background-color: rgb(248,125,136); }
div.DivClassName
{
background-color: #F87D88;
}
.BgClassName
{
background-color: #F87D88;
}
</style>
border-color css
<style>
span { border-color: #F87D88; }
span { border-color: rgb(248,125,136); }
td.TdClassName
{
border-color: #F87D88;
}
.TagClassName
{
border-color: #F87D88;
}
</style>