Shades of Carissma #F67B85
Tints of Carissma #F67B85
RGB
CMYK
RGB Variations
Color information
#F67B85 (or 0xF67B85) is known color: Carissma. HEX triplet: F6, 7B and 85. RGB value is (246,123,133). Sum of RGB (Red+Green+Blue) = 246+123+133=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67B85 is #09847A. Grayscale: #A1A1A1. Windows color (decimal): -623739 or 8748022. OLE color: 8748022.
HSL color Cylindrical-coordinate representation of color #F67B85: hue angle of 355.12º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67B85 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 133 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.04 |
| HSL | 355.12º | 0.87% | 0.72% | - |
| HSV(B) | 355.12º | 0.5% | 0.96% | - |
| XYZ | 49.32 | 35.45 | 26.43 | - |
| YUV | 160.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 133 | 0 | 0.50 | 0.46 | 0.04 | 355.12 | 0.87 | 0.72 |
| Hex | F6 | 7B | 85 | 0 | 32 | 2E | 4 | 163 | 57 | 48 |
| Octal | 366 | 173 | 205 | 0 | 62 | 56 | 4 | 543 | 127 | 110 |
| Binary | 11110110 | 1111011 | 10000101 | 0 | 110010 | 101110 | 100 | 101100011 | 1010111 | 1001000 |
Color Harmonies of #F67B85
Complementary color
Monochromatic Colors of #F67B85
Black with #F67B85
Text Example
Text Example
White with #F67B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B85; }
p { color: rgb(246,123,133); }
H1.HeaderClassName
{
color: #F67B85;
}
.AnyTagClassName
{
color: #F67B85;
}
</style>
background-color css
<style>
a { background-color: #F67B85; }
a { background-color: rgb(246,123,133); }
div.DivClassName
{
background-color: #F67B85;
}
.BgClassName
{
background-color: #F67B85;
}
</style>
border-color css
<style>
span { border-color: #F67B85; }
span { border-color: rgb(246,123,133); }
td.TdClassName
{
border-color: #F67B85;
}
.TagClassName
{
border-color: #F67B85;
}
</style>