Shades of Carissma #F87B85
Tints of Carissma #F87B85
RGB
CMYK
RGB Variations
Color information
#F87B85 (or 0xF87B85) is known color: Carissma. HEX triplet: F8, 7B and 85. RGB value is (248,123,133). Sum of RGB (Red+Green+Blue) = 248+123+133=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B85 is #07847A. Grayscale: #A1A1A1. Windows color (decimal): -492667 or 8748024. OLE color: 8748024.
HSL color Cylindrical-coordinate representation of color #F87B85: hue angle of 355.2º 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 #F87B85 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 133 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.03 |
| HSL | 355.2º | 0.9% | 0.73% | - |
| HSV(B) | 355.2º | 0.5% | 0.97% | - |
| XYZ | 50.03 | 35.82 | 26.47 | - |
| YUV | 161.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 133 | 0 | 0.50 | 0.46 | 0.03 | 355.2 | 0.9 | 0.73 |
| Hex | F8 | 7B | 85 | 0 | 32 | 2E | 3 | 163 | 5A | 49 |
| Octal | 370 | 173 | 205 | 0 | 62 | 56 | 3 | 543 | 132 | 111 |
| Binary | 11111000 | 1111011 | 10000101 | 0 | 110010 | 101110 | 11 | 101100011 | 1011010 | 1001001 |
Color Harmonies of #F87B85
Complementary color
Monochromatic Colors of #F87B85
Black with #F87B85
Text Example
Text Example
White with #F87B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B85; }
p { color: rgb(248,123,133); }
H1.HeaderClassName
{
color: #F87B85;
}
.AnyTagClassName
{
color: #F87B85;
}
</style>
background-color css
<style>
a { background-color: #F87B85; }
a { background-color: rgb(248,123,133); }
div.DivClassName
{
background-color: #F87B85;
}
.BgClassName
{
background-color: #F87B85;
}
</style>
border-color css
<style>
span { border-color: #F87B85; }
span { border-color: rgb(248,123,133); }
td.TdClassName
{
border-color: #F87B85;
}
.TagClassName
{
border-color: #F87B85;
}
</style>