Shades of Carissma #F87F8D
Tints of Carissma #F87F8D
RGB
CMYK
RGB Variations
Color information
#F87F8D (or 0xF87F8D) is known color: Carissma. HEX triplet: F8, 7F and 8D. RGB value is (248,127,141). Sum of RGB (Red+Green+Blue) = 248+127+141=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F8D is #078072. Grayscale: #A4A4A4. Windows color (decimal): -491635 or 9273336. OLE color: 9273336.
HSL color Cylindrical-coordinate representation of color #F87F8D: hue angle of 353.06º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87F8D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 141 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.03 |
| HSL | 353.06º | 0.9% | 0.74% | - |
| HSV(B) | 353.06º | 0.49% | 0.97% | - |
| XYZ | 51.11 | 37.06 | 29.66 | - |
| YUV | 164.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 141 | 0 | 0.49 | 0.43 | 0.03 | 353.06 | 0.9 | 0.74 |
| Hex | F8 | 7F | 8D | 0 | 31 | 2B | 3 | 161 | 5A | 4A |
| Octal | 370 | 177 | 215 | 0 | 61 | 53 | 3 | 541 | 132 | 112 |
| Binary | 11111000 | 1111111 | 10001101 | 0 | 110001 | 101011 | 11 | 101100001 | 1011010 | 1001010 |
Color Harmonies of #F87F8D
Complementary color
Monochromatic Colors of #F87F8D
Black with #F87F8D
Text Example
Text Example
White with #F87F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F8D; }
p { color: rgb(248,127,141); }
H1.HeaderClassName
{
color: #F87F8D;
}
.AnyTagClassName
{
color: #F87F8D;
}
</style>
background-color css
<style>
a { background-color: #F87F8D; }
a { background-color: rgb(248,127,141); }
div.DivClassName
{
background-color: #F87F8D;
}
.BgClassName
{
background-color: #F87F8D;
}
</style>
border-color css
<style>
span { border-color: #F87F8D; }
span { border-color: rgb(248,127,141); }
td.TdClassName
{
border-color: #F87F8D;
}
.TagClassName
{
border-color: #F87F8D;
}
</style>