Shades of Carissma #F87F89
Tints of Carissma #F87F89
RGB
CMYK
RGB Variations
Color information
#F87F89 (or 0xF87F89) is known color: Carissma. HEX triplet: F8, 7F and 89. RGB value is (248,127,137). Sum of RGB (Red+Green+Blue) = 248+127+137=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F89 is #078076. Grayscale: #A4A4A4. Windows color (decimal): -491639 or 9011192. OLE color: 9011192.
HSL color Cylindrical-coordinate representation of color #F87F89: hue angle of 355.04º 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 #F87F89 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 137 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.03 |
| HSL | 355.04º | 0.9% | 0.74% | - |
| HSV(B) | 355.04º | 0.49% | 0.97% | - |
| XYZ | 50.82 | 36.94 | 28.12 | - |
| YUV | 164.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 137 | 0 | 0.49 | 0.45 | 0.03 | 355.04 | 0.9 | 0.74 |
| Hex | F8 | 7F | 89 | 0 | 31 | 2D | 3 | 163 | 5A | 4A |
| Octal | 370 | 177 | 211 | 0 | 61 | 55 | 3 | 543 | 132 | 112 |
| Binary | 11111000 | 1111111 | 10001001 | 0 | 110001 | 101101 | 11 | 101100011 | 1011010 | 1001010 |
Color Harmonies of #F87F89
Complementary color
Monochromatic Colors of #F87F89
Black with #F87F89
Text Example
Text Example
White with #F87F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F89; }
p { color: rgb(248,127,137); }
H1.HeaderClassName
{
color: #F87F89;
}
.AnyTagClassName
{
color: #F87F89;
}
</style>
background-color css
<style>
a { background-color: #F87F89; }
a { background-color: rgb(248,127,137); }
div.DivClassName
{
background-color: #F87F89;
}
.BgClassName
{
background-color: #F87F89;
}
</style>
border-color css
<style>
span { border-color: #F87F89; }
span { border-color: rgb(248,127,137); }
td.TdClassName
{
border-color: #F87F89;
}
.TagClassName
{
border-color: #F87F89;
}
</style>