Shades of Carissma #F87694
Tints of Carissma #F87694
RGB
CMYK
RGB Variations
Color information
#F87694 (or 0xF87694) is known color: Carissma. HEX triplet: F8, 76 and 94. RGB value is (248,118,148). Sum of RGB (Red+Green+Blue) = 248+118+148=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F87694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87694 is #07896B. Grayscale: #A0A0A0. Windows color (decimal): -493932 or 9729784. OLE color: 9729784.
HSL color Cylindrical-coordinate representation of color #F87694: hue angle of 346.15º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87694 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 148 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.03 |
| HSL | 346.15º | 0.9% | 0.72% | - |
| HSV(B) | 346.15º | 0.52% | 0.97% | - |
| XYZ | 50.54 | 35.05 | 32.12 | - |
| YUV | 160.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 148 | 0 | 0.52 | 0.40 | 0.03 | 346.15 | 0.9 | 0.72 |
| Hex | F8 | 76 | 94 | 0 | 34 | 28 | 3 | 15A | 5A | 48 |
| Octal | 370 | 166 | 224 | 0 | 64 | 50 | 3 | 532 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10010100 | 0 | 110100 | 101000 | 11 | 101011010 | 1011010 | 1001000 |
Color Harmonies of #F87694
Complementary color
Monochromatic Colors of #F87694
Black with #F87694
Text Example
Text Example
White with #F87694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87694; }
p { color: rgb(248,118,148); }
H1.HeaderClassName
{
color: #F87694;
}
.AnyTagClassName
{
color: #F87694;
}
</style>
background-color css
<style>
a { background-color: #F87694; }
a { background-color: rgb(248,118,148); }
div.DivClassName
{
background-color: #F87694;
}
.BgClassName
{
background-color: #F87694;
}
</style>
border-color css
<style>
span { border-color: #F87694; }
span { border-color: rgb(248,118,148); }
td.TdClassName
{
border-color: #F87694;
}
.TagClassName
{
border-color: #F87694;
}
</style>