Shades of Carissma #F87B93
Tints of Carissma #F87B93
RGB
CMYK
RGB Variations
Color information
#F87B93 (or 0xF87B93) is known color: Carissma. HEX triplet: F8, 7B and 93. RGB value is (248,123,147). Sum of RGB (Red+Green+Blue) = 248+123+147=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B93 is #07846C. Grayscale: #A3A3A3. Windows color (decimal): -492653 or 9665528. OLE color: 9665528.
HSL color Cylindrical-coordinate representation of color #F87B93: hue angle of 348.48º 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 #F87B93 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 147 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.03 |
| HSL | 348.48º | 0.9% | 0.73% | - |
| HSV(B) | 348.48º | 0.5% | 0.97% | - |
| XYZ | 51.06 | 36.23 | 31.91 | - |
| YUV | 163.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 147 | 0 | 0.50 | 0.41 | 0.03 | 348.48 | 0.9 | 0.73 |
| Hex | F8 | 7B | 93 | 0 | 32 | 29 | 3 | 15C | 5A | 49 |
| Octal | 370 | 173 | 223 | 0 | 62 | 51 | 3 | 534 | 132 | 111 |
| Binary | 11111000 | 1111011 | 10010011 | 0 | 110010 | 101001 | 11 | 101011100 | 1011010 | 1001001 |
Color Harmonies of #F87B93
Complementary color
Monochromatic Colors of #F87B93
Black with #F87B93
Text Example
Text Example
White with #F87B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B93; }
p { color: rgb(248,123,147); }
H1.HeaderClassName
{
color: #F87B93;
}
.AnyTagClassName
{
color: #F87B93;
}
</style>
background-color css
<style>
a { background-color: #F87B93; }
a { background-color: rgb(248,123,147); }
div.DivClassName
{
background-color: #F87B93;
}
.BgClassName
{
background-color: #F87B93;
}
</style>
border-color css
<style>
span { border-color: #F87B93; }
span { border-color: rgb(248,123,147); }
td.TdClassName
{
border-color: #F87B93;
}
.TagClassName
{
border-color: #F87B93;
}
</style>